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

  2. javaws.exe not found in jre/bin directory - Stack Overflow

    Dec 19, 2019 · I want to execute a Java Network Launching Protocol (.jnlp) file on my windows 10 system. I am using OpenJDK 1.8. According tho the internet resources , I need javaws.exe …

  3. Openjdk and Java webstart - Stack Overflow

    May 1, 2019 · Do the latest open jdk retain support for Java webstart? When building a Java program using openjdk in eclipse can it run on systems thay have regular oracle jre installed? I'm curious …

  4. macos - Java 8 is installed on Macbook Air - Stack Overflow

    Jan 14, 2025 · This question is similar to: Unable to locate a Java Runtime that supports javaws although Java 8 is installed. If you believe it’s different, please edit the question, make it clear how …

  5. How to find where javaw.exe is installed? - Stack Overflow

    Jul 12, 2013 · So, for a project I am working on, I need to find out where a javaw.exe is located on a user's machine. How do I do that? Assuming that user is on Windows machine The method that I …

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

    Dec 16, 2009 · 11 Java web start should be enabled. Check if javaws (Java web start is enabled for your system), Use below command in console to open java control panel.

  7. caching - Clear Java Cache - Stack Overflow

    AFAIK, javaws is the only supported way to control the application cache from the command line. There is the Java Object Cache framework that is part of Oracle's J2EE container product line (aka OC4J).

  8. SOCKs proxy settings for java webstart app (jnlp)

    Oct 11, 2020 · The way to do it is javaws -J-DsocksProxyHost=127.0.0.1 -J-DsocksProxyPort=8080 iLO-jirc.jnlp. Or configuring the required socks proxy with javaws -viewer Neither work for me with the …

  9. Passing command line arguments to javaws (Java WebStart) executable

    Jan 28, 2014 · the javaws executable accepts a run-option -arg <argument> which allows the called to send arguments to the application. I think these are appended to the arguments in the jnlp file.

  10. Java jnlp application blocked by Security settings

    Aug 30, 2016 · The page discusses solutions for resolving the "Java JNLP application blocked by security settings" issue.