C
Carl Burke
I have Java Web Start installed on my machine, I can run Web Start
applications
from my browser, but when I try to write code accessing the Web Start APIs
the compiler complains that there is no such package. The documentation is
less than helpful, since I've already taken all of the specified steps to
install
Web Start on my local machine, and I can run applications that have been
packaged using Web Start. Where do I get the jar file with the developer
classes, and where am I supposed to put it? (This is for JDKs 1.4.2 and
1.5.0)
What I need to do is to convert an application which some local idiot
decided
to deliver using JNLP into an application which can run either under JNLP
(where we have the luxury of a web server) or as a local application (when
the
security restrictions prohibit installation of a web server or when running
on a
machine without web start installed and with no connection to the network).
I need to be able to store some local configuration information, which under
Web Start requires use of the PersistentService, and I also need to know if
the application was launched under Web Start this time around so that I can
set the correct resource paths for icons displayed by the app.
Thanks in advance for any useful insights you can provide.
applications
from my browser, but when I try to write code accessing the Web Start APIs
the compiler complains that there is no such package. The documentation is
less than helpful, since I've already taken all of the specified steps to
install
Web Start on my local machine, and I can run applications that have been
packaged using Web Start. Where do I get the jar file with the developer
classes, and where am I supposed to put it? (This is for JDKs 1.4.2 and
1.5.0)
What I need to do is to convert an application which some local idiot
decided
to deliver using JNLP into an application which can run either under JNLP
(where we have the luxury of a web server) or as a local application (when
the
security restrictions prohibit installation of a web server or when running
on a
machine without web start installed and with no connection to the network).
I need to be able to store some local configuration information, which under
Web Start requires use of the PersistentService, and I also need to know if
the application was launched under Web Start this time around so that I can
set the correct resource paths for icons displayed by the app.
Thanks in advance for any useful insights you can provide.