JNLP stands for Java Network Launch Protocol. It is the format of the XML based files used to configure the details of applications & applets launched using Java Web Start.

learn more… | top users | synonyms

3
votes
1answer
30 views

Authentication required window popping up

I am totally confused. I've been working on a project for the last 6 months. For this project I have a glassfish server where a webservice is deployed. At the client side, I'm using REST with Jersey ...
2
votes
0answers
45 views
+100

JNLP FileSaveService opens a file open dialog

Hi I'm trying to save a file from a Java Webstart Application. public class Main { public static void main(String[] args) { try { FileSaveService fos = (FileSaveService) ...
0
votes
1answer
23 views

Can the maven-webstart-plugin sign the JNLP file itself?

The JNLP spec says that, optionally, the JNLP file itself can be signed by including it in the JNLP app's main jar (which itself must be signed). Does anyone know if the maven-webstart-plugin can be ...
1
vote
1answer
30 views

Pass information to Java Web Start?

I'm new on java webstart. I'm launching it from my web browser using an embedded jnlp link in the page, it works fine. But I would like to know if there is any way to pass some information from my ...
0
votes
0answers
45 views

JavaFx application in web browser : Jar working but JNLP / HTML doesn't

I have a javafx application, i am using netbeans as IDE. If i use the configuration stand alone the program is working without any trouble. But if i choose Run in browser i have a Runtime Error and ...
1
vote
0answers
31 views

Signed JNLP results in more security dialogs

I have an Eclipse RCP application that is deployed via WebStart. We have not been signing our top level JNLP and as a result launching the client results in the following dialog with the yellow ...
0
votes
0answers
40 views

NoSuchAlgorithmException when launching JNLP with Java 7

After upgrading to Java 7, when launching remote jnlp, I see the following exception in the Java console: java.security.KeyStoreException: WIExplorerMy not found at ...
1
vote
1answer
44 views

How to restart java web start application programatically

I am trying to achieve the automatic update for my java web-start applicaiton. Logic: I am fetching the jnlp file from the server and comparing the timestamp with the current one. if there is ...
0
votes
0answers
33 views

jnlp file containing a set of signed and unsigned jars

I have a set of jars that I build and signed on the build machine and deploy to our servers. There is one other jar that is created dynamically on the server itself and I have no way of signing it. ...
0
votes
0answers
34 views

Use local jars in JNLP program

I have java program that needs many jars. Now I want run it via JNLP. Jars are from client software, that user have installed. I do not want to include hundreds jars in JNLP file and download it. For ...
1
vote
2answers
43 views

Webstart Chrome After 100th Download

We have a java application that our customers launch via webstart. We have some usability problems with it : Up to hundred clicks on the link for the jnlp file, "chrome" simply downloads the jnlp ...
0
votes
0answers
27 views

Why did Windows zap my JNLP icon?

My JNLP file specifies a custom desktop icon, but after I told windows to trust this file and not show me the warning again, the icon disappeared! Why did this happen and how can I prevent it? The ...
0
votes
1answer
52 views

Forced JRE version in JNLP doesn't work on java 1.7

I am forcing the JRE version in my JNLP file with the following statement: <j2se version="1.5.0_12" href="http://java.sun.com/products/autodl/j2se" initial-heap-size="128m" ...
0
votes
2answers
24 views

How to specify jnlp codebase with javafx ant tasks?

I am using JavaFX ant tasks to generate the JNLP file. I found some Oracle documentation claiming that fx:deploy accepts a codebase attribute: <fx:deploy width="600" height="400" ...
1
vote
1answer
44 views

How to stop this error with selenium in Java and JFrame

I put together an app using java, selenium and JFrame. When I try to launch it in a JNLP page it gives me this error: java.security.AccessControlException: access denied ...
2
votes
1answer
146 views

signed JNLP applet hanging on load

I have an applet that worked fine a month ago but now hangs at startup. It locks up any browser so the process must be killed. It is only this single applet that is causing problems. The console ...
2
votes
2answers
44 views

Continue Browser Session in JNLP

We have basic authentication enabled on Tomcat6. User is authenticated in browser and then JNLP is launched to launch application in Java Web Start. On start-up, java web start tries to download jar ...
1
vote
1answer
75 views

Java Web Start - Access environment variable java.io.tmpdir in jnlp

I try to configure the path of the osgi instance and configuration folders in order to start my Eclipse RCP application. To do that I configure the following within the tag in the jnlp file: <!-- ...
1
vote
1answer
61 views

Java Applet does not start properly when Max Heap Size is set

I have been struggling with developing an applet recently. I have been trying to launch it with JNLP and the "deployJava.js" script. The issue is that this is a memory intensive applet I am developing ...
0
votes
0answers
22 views

Take version name dynamically while building the application

Here is my Code: This is my Config file where i want to read this two tag value like (*wnc_boot_ver,*wnc_fw_ver) dynamically while building the application i will put this version value in jnlp jar ...
0
votes
0answers
125 views

cannot run jnlp/webstart app from html page locally - Application blocked by security settings

I'm trying the DynamicTree demo from the oracle site locally. I've copied the code into Eclipse, built my jar, signed it, modified the jnlp and html but when I try and run it, it pops up the message ...
0
votes
0answers
83 views

ClassNotFoundException running jnlp JavaFX

I did a fxml chart to embed into a web page. I used the javafx package tools to create my jar file and my jnlp file. When I try to run my jar file, or double clicking the file or to command line, the ...
0
votes
0answers
11 views

Invoke a jnlp and get system.exit value as any int val other than 1 or 0 from the main program.Is this possible?

I have a simple jnlp. Whenever it is run from a perl script or cmd prompt it launches a simple pop up using Swing. Is there any way to set and get a system.exit value of not 1 or 0 back to the perl ...
1
vote
1answer
46 views

Is there a way to deploy java web start application in sandbox without the scary warning?

My java webstart runs in sandbox, it doesn't access local files, arbitrary network files, sound recorders, camera, it only needs limited functionalities such as computation, mouse events, etc. But ...
-2
votes
0answers
63 views

JNLP Files not running properly not launching no error

I have a jnlp file that I downloaded for a game and when I run it it doesn't run the client that it should do instead it does nothing, no error, no message but the javaws.exe process keeps running not ...
0
votes
0answers
72 views

jnlp java-vm-args=“-Dfile.encoding=UTF-8” doesn't work

Below didn't work. When I press 's' in java console, it still prints file.encoding=MS949. <?xml version="1.0" encoding="UTF-8"?> <jnlp href="pkitoolkit.jnlp"> <security> ...
0
votes
0answers
72 views

Applet does not cache jar files

I'm having issues identifying why a few heavy .jar files are not being cached at the client side. The applet runs fine, but it lazy-downloads the heavy jar libs on every run (specifically ...
0
votes
0answers
76 views

Java Web Start is unable to automatically download and install the requested version

I have java 1.6 update 30 installed on my desktop. The jnlp specifies that the minimum java version is Java 1.7. However I get this error Java Web Start Error: The application has ...
1
vote
1answer
62 views

JNLP loads Sigar native libs via file: but not http:

I have an app that is using jnlp as the launcher. It uses the Sigar libraries which require dynamically loaded native libraries for platform specific code. For purposes of debugging this I have two ...
0
votes
0answers
24 views

How to regenerate the .class file while loading the graph through jnlp file

Here is my Code: <?xml version="1.0" encoding="UTF-8"?> <jnlp spec="1.0+" codebase="" href=""> <information> <title>Graph Applet Demo</title> ...
0
votes
0answers
33 views

Converting .jnlp

Is it possible to convert a .jnlp file to something that can be viewed on iOS? I'm looking to run this java applet in a browser or create a basic app that can load this for iPad.
2
votes
0answers
122 views

How to ensure Java Web Start to download and install the lastest version

I have jdk 1.6 install on my machine but I want to run my code on JRE 1.7+ is there any method to ensure using JNLP that latest JRE will be automatically download and install? Here is the current ...
1
vote
1answer
71 views

mysql result is not correctly written to file using java applet

I am trying to do an example to write to a file the database records using java applet. But the problem is after running the applet i'm seeing the file is created but it contains garbage data. I've ...
0
votes
1answer
107 views

deployJava.runApplet is not working

Am using applet inside my "Extjs UI framework". If i called below "applet.js" file using "index.html", its working fine. But, If i called inside any script, other than ".html file", then its not ...
0
votes
1answer
102 views

Java applet loads on local test server but not in production

I have a Java applet running on my Linux PC using httpd, which is working fine, but when I move the applet to our company server nothing happens after I allow the browser to run Java. Index.html: ...
0
votes
1answer
50 views

Adding lower restriction to Applet / Webstart

I have a simple Applet application and my code creates ImageIcon objects from the same url from the Applet. When I run the application, I get a message about unrestricted access, it scares the user. ...
0
votes
1answer
86 views

Java web start is not downloading respective JRE automatically

I heard that Java web start download the latest JRE automatically. But it is not doing that. Here is my issue. #### Java Web Start Error: #### java.lang.UnsupportedClassVersionError: JVMCFRE003 bad ...
0
votes
0answers
90 views

Browser ignore my JVM parameters in JNLP

I try to test the JVM parameters with this JNLP file : <jnlp spec="1.0+" codebase="" href=""> <information> <title>Test Applet</title> <vendor>D2D ...
0
votes
1answer
59 views

Executing JNLP file throws a AccessControlException

I am trying to execute this jnlp application. However, I keep receiving this security exception: java.lang.ExceptionInInitializerError at ...
1
vote
1answer
163 views

Passing parameters from JNLP to JavaFX2

I'm trying to pass a parameter defined in a JNLP file to my JavaFX 2 app. I thought this would be straight forward but I do not seem to able to get it to work. I've read alot already on the topic but ...
1
vote
0answers
116 views

JNLP XX:-UseSplitVerifier in 1.7

Is there a way how to set -XX:-UseSplitVerifier jvm arg in JNLP file in 1.7? In doc I did not find it is supported and when I tried it is ignored.
1
vote
2answers
125 views

JavaFX: Pass arguments from JavaScript to JNLP

I am trying to deploy JavaFX 2 app using Java Web start (generated by NetBeans) and I need to pass some args to my app using JavaScript. First question: Is it even possible? Second question: If it is ...
2
votes
1answer
90 views

How to sign multiple JNLP application using Maven

We use JNLP application for my business. Actual use requires manual signing jars for each release. This certainly leads to having different certificates, expired certificates and so on .. We POC'ed ...
1
vote
1answer
150 views

JNLP SingleInstanceService Use in Command Line JAR Application

I have a desktop Java application that is run from the command line, which takes in some arguments and performs some actions based on these arguments. Currently, the application is instantiated ...
5
votes
4answers
107 views

Odd number of non-english characters get broken in windows-chrome

I developed jnlp applet which prints out the user input. When I put odd number of non-english characters(eg: chinese), chrome browser prints out the last character as question mark. input : 가 output ...
0
votes
1answer
102 views

Null pointer exception jnlp.FileSaveService

I am trying to use jnlp.FileSaveService to "saveAs" .txt file generated in contoroller of java web app. I found some example here ...
0
votes
1answer
162 views

java - Jnlp Could not parse launch file. Error at line 0

The JNLP fails to launch and gives the error "Could not parse launch file. Error at line 0." Here is the file <?xml version="1.0" encoding="utf-8"?> <jnlp spec="1.0+" ...
2
votes
2answers
156 views

What is the purpose for Java JNLP requiring a signature?

I have only a limited understanding of security basics and things like digital signatures. I understand, for example, how digital signatures are useful in public key cryptography. I do not, however, ...
0
votes
3answers
125 views

How to Java web start application that gets download only once

In my application, JNLP launches java webstart application which offers several functionalities like: open calculator, create File etc. But, Jnlp should get downloaded only once. next time when user ...
0
votes
1answer
122 views

How to include jar dependencies in java webstart project

We are trying to develop a printing application using java webstart. We created the jar as a normal jar file using eclipse. Our application needs external libraries for connecting to the database, ...

1 2 3 4 5 13