Java Web Start (JWS) is the Oracle technology used to launch rich client (Swing, AWT, SWT) desktop applications directly from a network or internet link. It offers 'one click' installation for platforms that support Java.
2
votes
0answers
22 views
New WebStart Behavior with Java 7 Update 21
I’ve been working on this off and on for a couple of weeks and non-stop since yesterday with just a couple of developers. Opening up this discussion to everyone in hopes someone has some ideas.
We ...
1
vote
1answer
32 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
1answer
39 views
JavaFX deployment through Java Web Start - Loading Progress Bar
My app is deployed by JavaWS but after the user clicks on the JNLP there is a long pause where nothing seemingly happens, then the app pops up on the screen. JavaWS is downloading all the JARs in the ...
1
vote
1answer
26 views
Integrating Java Web Start jar with web app
I have a web application, which does file transfer via applet.
For more security reasons, I am planning to do encryption on the files being sent from my app. For that purpose, I wish to integrate ...
0
votes
0answers
24 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 ...
0
votes
0answers
12 views
javascript - jQuey SOAP client issue
I've been working on the following code and it seems to not work can anyone tell me the bug on it, by the way I've tried to change SOAPClient.Proxy to "http:localhost:****/axis/*****/g*****.jws" , ...
0
votes
2answers
28 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
21 views
java web start to spawn a process
I have a java webstart application that should be use on LAN private network website so its not for public usage. What i am trying is to spawn a command line window through the webstart application by ...
0
votes
1answer
25 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" ...
-1
votes
0answers
57 views
How do I enable Java web start in Mac OS Mountain Lion? [closed]
I am trying to install a program on my mac. This program uses an installer that requires java web start. I have tried literally everything to get this working (reinstall java, tried this ...
2
votes
2answers
36 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 ...
0
votes
0answers
21 views
Cannot find properties nor service implementations using Java Web Start in OSX Lion
In a Java application I'm developing, I use:
Properties files for configuration.
The `ServiceLoader` class to retrieve implementations for a certain interface.
SWT for the UI.
SLF4J for logging.
I ...
0
votes
1answer
33 views
Running out of memory with Java WebStart
I have a java application that usually gets run using java webstart. Right now when I run a certain Jasper report from my application I get an out of memory exception, but only when the application is ...
1
vote
1answer
48 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:
<!-- ...
0
votes
0answers
46 views
Launching JConsole via WebStart
I would like to know if it is possible to launch JConsole via web start.
For example, i have a web application and when the user clicks on a button (which has the IP:PORT of the JMX Endpoint) i ...