0
votes
1answer
28 views
Maven webstart plugin not finding dependencies
Hoping someone can help me with this strange one. I’m trying to run the webstart plugin but it doesn’t seem to be able to find the main class within the jar being produce. The po …
2
votes
4answers
163 views
why not use java web start instead of other RIA frameworks?
There are many RIA frameworks popping up (flex, extjs, gwt to name very few).
If my server is written in Java, why not use java web start?
The benefits I see: I get to program …
0
votes
2answers
25 views
jnlp webstart nativelib: how to specify different architecture for os
hello,
in a java webstart file (jnlp) you can specify the nativelib tag to load binaries. you can also specify toload different ones for different operating systems by also specify …
0
votes
2answers
66 views
SWT and Java WebStart on Mac OS X 10.5
I am using the most stable SWT Cocoa downloads for Mac OS X and and launching my app via Java WebStart. All jnilib files are within my app jar on its root. The app downloads, verif …
0
votes
1answer
123 views
JNLP doesn’t show splash screen when launching from a desktop icon
Hello.
I have been able to create a JNLP file, which successfully sets up a splash screen & a desktop icon for a Java program launched through Web Start. Here's the relevant c …
2
votes
1answer
50 views
Java Web Start (JNLP) Loading Message
Is it possible to display a custom loading message when a user loads a java web start application from a webpage? Maybe a progressbar or something similar. Users with slow connec …
0
votes
0answers
118 views
Java Web Start: How to write files to windows UNC Path?
I have an Java application for copying large amounts of data from users' workstations to a server. The java.io.File class is supposed to work with UNC paths very well and in fact i …
1
vote
4answers
137 views
Applet (or WebStart application) calling a server : best practices ?
I'd like to write an applet (or a java Web start application) calling its server (servlet?) to invoke some methods and to send/retrieve data. What would be the best way/technology …
1
vote
3answers
53 views
Does Java Web Start give a default program folder?
For Java Web Start is there a default place to store and access data related to my program? Or do I need to create a folder? For Java Web Start (assuming I don't get a program fold …
1
vote
1answer
119 views
How to get updated jnlp file when using shortcuts?
If my jnlp descriptor on the server changes and I start my application from the browser, a new jnlp file will be created in the cache and my desktop shortcuts will be updated to us …
0
votes
0answers
15 views
SWT and Webstart on Mac
I'm trying to develop a UI using SWT and Java Webstart. As a starting point I've created a simple app that works fine with Windows and Linux, but fails to work on Mac. My test app …
0
votes
0answers
115 views
Automation server can’t create object - Microsoft JScript runtime error
Hi,
I am trying to run a Java webstart application which is launched from a html page. While loading I get an alert with the message "Automation server can't create object" a coupl …
0
votes
1answer
46 views
Is it valid to sign a Java war file and include the MANIFEST.MF in <war root>/META-INF
I am looking to sign a war file for distribution via Java Web Start.
As I understand it, the jar signer tool ignores the contents of the META-INF directory so that the signing pr …
0
votes
1answer
83 views
Force VM to launch in 32-bit mode WebStart JNLP
I am running a Java 32-bit app on Mac OS X Leopard via Web Start. I need to make sure the VM loads in 32-bit mode. How can I do this in the JNLP?
0
votes
4answers
60 views
How to include external configuration for webstart application
I have webstart application that needs external configuration. Configuration must be external, because it will be changed manually by our customer. I considered adding another jar …
