Skip to main content

Questions tagged [java-web-start]

The tag has no usage guidance.

0 votes
0 answers
582 views

How can I force Selenium tests running on a jenkins slave-node to run in the foreground?

I have a CentOS server running a Jenkins server that has a connection to slave-node running windows server 2016. the Jenkins server has a job that is configured to run a series of Selenium tests on ...
user2176057's user avatar
2 votes
0 answers
22k views

Error "Cannot determine a valid Java Home" when launching Java Web Start (Windows 10)

I'm using a Windows 10 system. I need to use a program, which is opened by clicking on a Windows shortcut. Checking the shortcut's properties, I see the following as destination: C:\ProgramData\...
brouwer89's user avatar
0 votes
0 answers
785 views

Security warning while running signed JNLP file using javaws

Getting security warning while running signed JNLP file using javaws eventhough Self signed CA is in java trust store. Below security warning message was displayed.
Aaryan's user avatar
  • 1
10 votes
1 answer
21k views

Installing javaws on Ubuntu 18.04

My jvm installation apparently does not contain javaws. sudo update-alternatives --get-selections | grep ^java java manual /usr/lib/jvm/java-12-oracle/bin/java javac ...
AnonPyDev's user avatar
  • 101
1 vote
1 answer
71 views

What could slow down Windows increasingly as days go by?

I wanted to share this experience with all. I eventually fixed it, as explained in below own-answer. Lately, I noticed that some operations on my Windows 7 box were becoming slower and slower as days ...
TerDale's user avatar
  • 135
0 votes
1 answer
555 views

Check boxes in Java Control Panel Disabled

I am trying to find out why a Java Web Start application on a cistomer's Windows 7 notebook is crashing. Network configuration works fine: a test JWS app limited to network access succeeds on that ...
mvw's user avatar
  • 851
2 votes
0 answers
454 views

How best to convert this Jar-based Applet to run Locally?

Increased Java security polices have meant that my students can no longer run some incredibly useful (but old) Java applets in modern browsers. I've been able to directly download the associated Jar ...
UK_Maths_Teacher's user avatar
2 votes
1 answer
6k views

Is it possible to turn on TLS 1.2 in .jnlp file?

is it possible to turn on TLS 1.2 in .jnlp file to download .jar from HTTPS server where only TLS 1.2 is set? I've tried in many ways: <resources> <j2se (...) /> <jar (...) /&...
Buffalo's user avatar
  • 91
1 vote
0 answers
210 views

Issue installing Java EE 7 SDK update 1

I've installed Java (jdk 1.8) and set JAVA_HOME, now I'm trying to install Java EE 7 SDK which I downloaded it from here. The Oracle download page shows Universal Zip Installer type file, downloaded ...
GIRI's user avatar
  • 264
6 votes
2 answers
91k views

How to add Java Exception Site List for all users

I need to use an old Java applet for a certain website, but newer Java versions cannot run it, as it has a self-signed certificate. Reading on Oracle's Deployment Guide, I need to make my own ...
Canadian Luke's user avatar
4 votes
1 answer
3k views

Java Web Start seg faults when run with no arguments

We are using Java Web Start to run our java application from our webpage. When the jnlp link is clicked the jnlp is downloaded but nothing happens. No error, no popup, nothing. Running manually for ...
Dijkstra's user avatar
  • 161
0 votes
1 answer
187 views

How can I isolate a JPNLP (web deploy) Java version from other, legacy versions on the computer?

I have a JNLP that runs the following shortcut when installing: C:\Program Files (x86)\Java\jre1.8.0_25\bin\javaws.exe" -localfile C:\Users\akelly\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\42\...
makerofthings7's user avatar
1 vote
0 answers
43 views

Switching to Oracle Java?

I am on CentOS 7. By default, it comes with OpenJDK and icedtea. Then I installed Oracle's JDK 7 rpm (from its official website) When I try to open a jnlp file through chrome, chrome always uses ...
Hei's user avatar
  • 131
1 vote
0 answers
1k views

"Run in Unsafe Mode" is not applied in Safari

I'm currently developing a Java-application, which is deployed via Java Web Start. Because this application needs access to the file system, the Java-plugin must be configured in Safari to "Run in ...
wlcrs's user avatar
  • 111
2 votes
0 answers
965 views

How to get java webstart 6 on OSX 10.8.2 after java update

I'm trying to find out how to run java webstart 1.6 on a machine running OSX 10.8.2. Every time I try to open the .jnlp file I get java 7 rather than java 6 starting. The system seems to still have ...
arlogb's user avatar
  • 151

15 30 50 per page