jnlp Questions

17

Solved

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...
Rameses asked 16/12, 2009 at 6:18

3

I was using kuberntes-plugin. In its README it has given how to write scripted pipeline with multiple container images, like podTemplate(label: 'mypod', containers: [ containerTemplate(name: 'ma...
Inconsequent asked 24/11, 2017 at 9:48

4

I am unable to run more than one instance of java webstart at any given time. For example, I am unable to run both the production & QA instance of an application at once, both of which are la...
Attainment asked 3/8, 2011 at 13:33

12

I am trying to run this JNLP file on Windows 10 to connect to a server (actually, I am connecting to a dedicated server via KVM over IPMI (IPKVM) or whatever it is called, so I can install a new op...
Weatherbeaten asked 24/4, 2021 at 18:12

10

Solved

I know how I can debug a remote Java VM with Eclipse, but how can I do it with a Java Web Start program. I have a problem that only occurs in Java Web Start. It must be security related. I need a ...
Idiotic asked 26/3, 2009 at 14:35

5

Solved

I've got an internal only app that I've historically self-signed. With the latest version of Java, self-signing for JNLP is deprecated. I have also experienced strange problems with opening sockets...
Tribunate asked 12/8, 2013 at 14:33

8

I read on the web that Java version 7u51 (to be released in January 2014) will no longer accept Java Webstart applications that are self-signed by me. Is that true? In case it is true, do I have ...
Operant asked 20/10, 2013 at 19:29

2

Solved

Due to tighter security restrictions in 7u51, due in January, I'm trying to sign my JNLP file. Our application requires certain custom system properties to be set, and the values of some of those ...
Claudianus asked 6/12, 2013 at 17:46

2

Facing an issue while migrating Swing Application developed on JDK 6 to JDK 8 causes the below issue: java.lang.NoClassDefFoundError: org/jdesktop/swingworker/SwingWorker at java.lang.Class.getDec...
Ikon asked 21/9, 2021 at 13:10

6

Solved

On Mac OS X 10.9 signed Java Web Start applications are blocked by default with the message: "application.jnlp" can't be opened because it is from an unidentified developer. I know it's possib...
Maxim asked 4/11, 2013 at 12:5

2

Solved

I got my application running with JRE build 9-ea+163 by passing the --permit-illegal-access flag to the VM. Now I want to start the app with Java Webstart. A first try with javaws -J--permit-illeg...
Trinhtrini asked 3/4, 2017 at 9:13

3

Built a new Windows Server 2016 to act as a target for jenkins orchestrated builds. We are not supposed to use oracle java anymore, so I got coretta openJDK. OpenJDK does not support javaws any mor...
Anion asked 22/5, 2019 at 15:43

5

Solved

I have made a Java webstart application, and created an HTML page with the link to launch it. The problem is, in Google Chrome, there is no option to just 'Open' a file without saving it. I want to...
Consort asked 26/7, 2012 at 23:14

1

Solved

In Chrome (Edge or Firefox) JNLP warning This type of file can harm your computer popups when I try to open web page containing this Java extension with Selenium WebDriver. There are 2 buttons - Ke...
Countervail asked 19/1, 2021 at 19:38

26

Today I updated my Java version to 7u51. After the installation, I cleared Java Cache, browser's Cache, and logged into a secure website that uses an Applet to provide certain additional services t...
Whiskey asked 15/1, 2014 at 18:20

2

Right now I found 2 possible solutions creating Jenkins Slaves or Jenkins Workers: Using the SSH-Slave Plugin Using JNLP My question now: What is the better / more stable solution and why? I f...
Longwinded asked 13/5, 2019 at 13:46

3

Solved

I created a Java desktop-application (using Swing) and am now trying to make it work by starting it from the net using JNLP. The application works fine when I start it from the terminal, but as soo...
Sola asked 5/6, 2012 at 14:56

3

I need latest compilation of all possible values of the os.arch property in JRE 1.6 on Linux,Solaris and Windows. If possible please Quote the source of your findings. I need this values to select ...
Oswaldooswalt asked 1/6, 2012 at 7:23

3

Solved

Since we installed Java 1.7.0u45 our WebStart application shows a major delay on startup on Windows systems (we haven't tried other platforms). Symptom is that after double clicking the applicatio...
Hostage asked 18/10, 2013 at 12:30

2

Solved

How do I get a JNLP file to auto-launch on click? (as opposed to clicking save or open when clicked) Is this some type of MIME association that the browser must first recognize?
Canica asked 26/9, 2011 at 14:52

7

Solved

I've been working with web start for a couple years now and have experience with signing the jars and what not. I am taking my first attempt at deploying a RCP app with web start and though I have ...
Chimpanzee asked 10/1, 2009 at 8:43

4

OS: Windows 7 32-bit JDK: jdk1.7.0_25 I have Studio.jnlp file. I tried to open it by double-click. But I found the error as below: "MalformedURLException: unknown protocol: socket" Details: java....
Phyllome asked 19/7, 2013 at 3:18

4

The following code is extracted from the java web start chapter of the core java volume 1. ByteArrayOutputStream out = new ByteArrayOutputStream(); PrintStream printOut = new PrintStream(out); ...
Hochstetler asked 1/12, 2012 at 3:15

3

Solved

I have an application that runs under Java/JNLP applet and I would like to migrate to Java 11. As you know the applets and JNLP will disappear from Java 11. The goal is to keep my old code and re...
Furore asked 23/8, 2018 at 8:26

1

A user is running a JNLP app which is launched from the browser. The *.jar file launched by the JNLP is signed by a Certificate issued by a trusted CA. For the first time the jar file is launched...
Savadove asked 25/5, 2018 at 6:53

© 2022 - 2025 — McMap. All rights reserved.