Questions tagged [java-deployment-toolkit]

The Deployment Toolkit script is a set of JavaScript functions that can help developers deploy rich Internet applications (RIAs) consistently across various browser and operating system configurations.

More information can be found in the Java Tutorials.

21 questions
4
votes
1 answer

Running a java program on command prompt

- Background information: I have recently started learning the basics of Java programming language. To run my program at the command prompt, I downloaded the java development kit also known as JDK, and I set my windows 10 system path to: C:\Program…
Agent 0
  • 361
  • 1
  • 5
  • 17
4
votes
0 answers

How to pass JVM arguments to Java Web Start from HTML

Using the Deployment Toolkit, is it possible to launch a Java Web Start application through the function deployJava.launchWebStartApplication. I would like to pass one additional dynamic information to the application, either as argument or as…
2
votes
0 answers

Java applet: Chrome prompts to download java 7, IE and Firefox don't

I'm having the following problem running a Java applet in Chrome. This is the script I have in my page: