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

0
votes
1answer
23 views

JavaFX application won't start when running JNLP form website

I have created a JavaFX 2.2 application that I am trying to deploy using web start. I singed the application with a proper certificate (not self-signed) which I actually use for another Swing ...
1
vote
2answers
57 views

How to easily run desktop Java application via browser?

I made a Java desktop application that creates multiple interactive windows. I would like to show it to people not as a download link to a compressed folder archive, but as a program that runs as soon ...
0
votes
0answers
18 views

WebStart uses much more memory than without

I have a Application which uses JPA (via eclipselink) and Java-RMI. I set up a JNLP which starts the application. Now the problem: When i start the jar file via java -jar app.jar (or start it out of ...
0
votes
0answers
30 views

Setting client side parameters for applet when using jnlp

We have an applet that is being used by a large number of clients. In order to improve debugging and also generate real data for automated testing we have the possibility to capture the communication ...
0
votes
1answer
34 views

Java Web Start from Command Line in Silent Mode

I am trying to execute Java Web Start in silent mode using -silent -Xnosplash. My arguments look like -silent -Xnosplash -J-Detl.schdeuler = ""..... The splash screen doesn't appear after using ...
0
votes
0answers
27 views

java network launch protocol error

I'm new in JNLP , when I run .jnlp it's run correctly , but when run it as embedded in html file the follow error is appeared . Please note that every thing is correctly , and run . file not ...
-1
votes
0answers
23 views

java.lang.NullPointerException at com.sun.javaws.security.AppPolicy.grantRestrictedAccess

In JRE 7 update 21 I am getting the following error. While in previous JRE version it is working fine. I am loading the jar using ...
2
votes
1answer
39 views

Java JNLP self signing jars

When i create an unsigned JWS (Java web start) app, user will have to confirm any action that might harm his system. As i don't have money (nor need) for proper signing my JWS app, how can i (and, can ...
-4
votes
0answers
32 views

JAVA GUI to open a JNLP file [closed]

i have a jnlp file and an xml file, i want to make a GUI containing a button so that on clicking that button such that the xnl file opens in the jnlp file. and note i dont have the code for jnlp file. ...
3
votes
1answer
274 views

How to sign (dynamic) JNLP files for OSX 10.8.4 and Gatekeeper

My company produces Java Applications for Servers and delivers JNLP files to start local Applications. Since OSX 10.8.4 it is required to sign JNLP files with a Developer ID to keep Gatekeeper happy ...
0
votes
1answer
51 views

Applet/Web Start securtiy

I have this serious confusion on Security for Applets and apps deployed using Web Start. My questions are, should I also update the policy file or create a user defined policy file when I, sign ...
0
votes
1answer
25 views

JNLP Webstart Launch Issue

I have a requirement to dynamically extract the content of a Jar file to a local directory. Remaining part of application will use these content. Everything working well in my eclipse development ...
0
votes
1answer
24 views

Loading svg files causes problems when using webstart

I have developed an application which I want to put online. When I generate a normal jar ( not intended for web start), the application runs just fine. I generated a JNLP file to use for web ...
0
votes
0answers
21 views

Java Web Start 'dynamically' take missing jar, possible?

Is it possible to set jnlp properties this way that missing jar files when you start the application through javawebstart link (not existing in local client directory) are taken from remote ...
0
votes
1answer
30 views

Not able to add entries for System JRE settings in windows 7

I have both jdk1.6 and jdk1.7 installed in windows 7. Added both the entries in Java Control Panel, JRE Settings , under User tab. And enabled 1.7 version. I want my browsers use version 1.7 for ...
6
votes
1answer
202 views

Authentication required window popping up after 7u21 update

I've been working on a project for the last 6 months. For this project I have a glassfish server instance where a webservice is deployed. At the client side, I'm using JavaFX2.2 which does REST ...
8
votes
2answers
113 views

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
36 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
31 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
100 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
42 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 ...
1
vote
2answers
111 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
64 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
49 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
46 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
75 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
45 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
95 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
40 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
68 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
259 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
80 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
109 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
104 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
235 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
135 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
20 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
56 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 ...
0
votes
0answers
108 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
101 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
110 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
75 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
27 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
42 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
137 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
80 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
156 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
120 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
65 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
111 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 ...

1 2 3 4 5 13