About 52 results
Open links in new tab
  1. 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 …

  2. What is "java web start" used for? - Stack Overflow

    Jan 4, 2010 · 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 …

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

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

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

  6. 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 302 3 19 41

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

  8. Troubleshooting a Java Web Start application and accessing log files

    Aug 16, 2012 · I am launching a Java Web Start application which shuts down abruptly. Does anybody know how to access the logs for Java Web Start. Are there any known reasons for it to shut down …

  9. '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 …

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