Tagged Questions
2
votes
0answers
26 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
33 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
40 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 ...
1
vote
2answers
32 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
60 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
34 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
49 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
48 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 ...
0
votes
0answers
26 views
Stop java from requesting permission to accept connections
I am writing a java webstart application for internal company use. It uses JSch to connect and allow port forwarding to a server in one of our datacenters. I do not want users to see this message ...