0
votes
2answers
15 views
Javax.mail in JNLP
Hey!
I have a problem with my program. I develop in Netbeans, and when i run the program it is working fine. i built it, created a *.jar file, and updatet it in my JNLP file.
her …
2
votes
1answer
37 views
Is it possible to prompt or force a user to upgrade their JVM with a JNLP?
I need to prompt users to upgrade from JVM 1.5 to 1.6 when they run my Web Start application. Is this possible using JNLP settings?
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
1answer
55 views
org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from class path resource
Hi I am developing a RIA application using SWING as client,Java WebStart JNLP and Spring on server side using HTTPInvoker.
I am getting the below error message when I am trying to …
0
votes
2answers
37 views
remote debugging a jnlp application with eclipse
I'm debugging a jnlp application, and I used to be able to remote debug it through eclipse, but not anymore.
the command to start it is:
/usr/java/jdk1.6.0_14/jre/bin/java -Xnoa …
0
votes
0answers
15 views
How to Close the Pop-up when there is error on Java Web Start
Hi Guys,
I have a situation where I am launching a JNLP file from a pop-up window (JSP). If the client system has all required jars then JNLP launches successfully and calls Apple …
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 …
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
1answer
20 views
Java Web Start window title problem
I've written a JavaFX application that uses Java Web Start. For some reason, the window title is always "Java" (on Linux) or blank (on Windows). However, the desktop icon has the c …
0
votes
1answer
27 views
JNLP Already initialized, NullPointerException with icedtea6-plugin?
I have a trusted applet, and I'm getting the following behavior with OpenJDK and icedtea6-plugin:
Initializing JVM...
NOT IMPLEMENTED: virtual nsresult IcedTeaPluginInstance::Star …
0
votes
3answers
76 views
Where is the jar files cached for Java Web Start/JNLP applications?
Where is the jar files cached for Java Web Start/JNLP applications?
0
votes
3answers
182 views
Java Image messes up when I run the .jnlp file
I have a method that gets called at the start of my program, and it works fine when I run the jar, but when I run the jnlp file it crashes.
public void newImg(String i)
{
try
…
0
votes
4answers
500 views
How to embed Java Web Start (with jnlp) application on google?
Hey All.
I have created some simple app in Java, and 'deployed' it using Java Web Start (and jnlp) on my local machine. Now I would like to put it on the web, to have some feedback …
0
votes
1answer
40 views
Possible to launch JWS applet within browser instead of standalone?
Is it possible to embed an applet in HTML so that it will be displayed within the browser window yet launched through Java Web Start via a JNLP file instead of using the browser's …
