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

    Sep 28, 2016 · Here, Java Network Launching Protocol (JNLP) is the protocol that defines how a Web Start application should be run (analogous to HTML telling a browser how a page should be …

  2. 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 …

  3. 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 …

  4. Java Web Start support in Java 9 and beyond - Stack Overflow

    Oct 24, 2017 · In Oracle's Java Platform, Standard Edition Deployment Guide#Getting Started (a Java 9 documentation page), Java Web Start is advertised as an alternative to the deprecated applet …

  5. What is the difference between 'java', 'javaw', and 'javaws'?

    Sep 14, 2020 · The javaws command launches Java Web Start, which is the reference implementation of the Java Network Launching Protocol (JNLP). Java Web Start launches Java applications/applets …

  6. 'java-web-start' tag wiki - Stack Overflow

    Java Web Start (JWS) is the Oracle technology used to launch rich client (Swing, Java-FX, SWT, AWT..) desktop applications directly from a network or internet link. It offers 'one click' installation for …

  7. Alternate of JWS (java web start) in java 11 - Stack Overflow

    Oct 30, 2018 · In Oracle's Java Platform, Standard Edition Deployment Guide#Getting Started (a Java 9 documentation page), Java Web Start is advertised as an alternative to the deprecated applet …

  8. Unable to run jnlp using Open Webstart Java 8 - Stack Overflow

    Oct 25, 2023 · java javafx java-web-start openwebstart icedtea-web edited Oct 27, 2023 at 7:22 davidalayachew 342 3 19 41

  9. How to run existing JAVA Web start application in java 10 or later java ...

    Aug 6, 2018 · This application is working fine with java Webstart and as per the java 11 features, java Web Start application will not be supported in java 11 and other coming versions. Please let me …

  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 …