About 326,000 results
Open links in new tab
  1. What is "java web start" used for? - Stack Overflow

    Sep 28, 2016 · Java web start is the 0-install solution in the java world. An application built to use Java web start (JWS) will be available as a link in a web site. This site will have the .jnlp extension. When a user clicks this link (and clicks the "execute" button of his browser) , the javaws.exe runtime will be launched.

  2. I am not able launch JNLP applications using "Java Web Start"?

    Dec 16, 2009 · Up until recently, I was able to launch/open JNLP files in Firefox using Java web start. Don't know what happened all of a sudden JNLP files stopped launching, a splash screen appears saying Java Starting... and then nothing happens. Even the Java Console in the browser and javacpl.cpl applet doesn't open.

  3. Newest 'java-web-start' Questions - Stack Overflow

    Jun 19, 2024 · Running a Java Web Start application without Java Web Start I want to run a fat client delivered as a Java web start application without Java web start. I launched it via javaws and managed to get all the jar files mentioned in the JNLP file from the cache ...

  4. Java Web Start - Does it work with Android? - Stack Overflow

    Oct 6, 2010 · So our application would be a command with adb install <Full Path to apk file><apk file name> as an icon on the device? – Nitrodist Commented Oct 6, 2010 at 17:37

  5. Create desktop shortcut with Java Webstart - Stack Overflow

    Mar 2, 2017 · The shortcuts do install if i do it directly from the Java Cache Viewer. I tried doing it from the JAVAWS tool but that did not work either. javaws -verbose -import -silent -shortcut my-file.jnlp What can i do so that i can automatically install shortcuts when my application is …

  6. Install Java Web Start from an Application - Stack Overflow

    Nov 30, 2013 · Many people will download the java binary zip and simply decompress it to their choice of location, and set the environment variable JAVA_HOME. Now, you could go down the path of resolving the JAVA_HOME variable - but even then it'll only tell you if javaws is installed - …

  7. Openjdk and Java webstart - Stack Overflow

    May 1, 2019 · There is now a replacement for classic Java Web Start in the form of OpenWebStart. (The OpenWebStart 1.0.0 release was announced on Nov 18th 2019.) The other alternative is to move away from Java WebStart / JNLP to an alternative such as building platform-specific executables using jlink and distributing them in some other way.

  8. jnlp - How to ensure Java Web Start to download and install the …

    Apr 9, 2013 · I am using direct proxy in my Java web start control panel and option to automatically download of JRE is enabled. But I am always getting a message to manually install JRE version and application stop.

  9. Java Web Start is unable to automatically download and install the ...

    Apr 18, 2013 · Java Web Start Error: The application has requested a version of the JRE (version 1.7+) that currently is not locally installed. Java Web Start is unable to automatically download and install the requested version.

  10. Java Web Start vs Embedded Java Applet - Stack Overflow

    Mar 27, 2010 · You can actually have both applets and web start with the same Java applet code. Web start supports launching unmodified applet .jar in a separate frame, all you need is to write JNLP file properly. You can specify the applet parameters in JNLP file, if required.

Refresh