I\'ve just implemented a Java Web Start application, and I noticed one problem during the programming process:
I have never used JNLP, and I have no web/war server already running so I will install it from sratch:
I am using deployjava.js to deploy this applet <script src=\"http://java.com/js/deployJava.js\"></script><script>
Our JNLP client application contains different JAR\'s. We sign all these JAR\'s at build-process. Now, we have one Jar which can not be verified, but only under Windows! (xalan-2.7.1.jar)
I am now trying to deploy a Java application with Java Web Start. The application works fine when running standalone. I exported the project as a runnable .jar file, and then wrote the corresponding j
Does Java Web Start have any callback when your JNLP deployed app is going to be un-installed (either via Add/remove programs or Java Control Panel)?
I am trying to add libraries to applet. I am using the jnlp + deploy java javascript. Everything seems to be configured correctly, bud the classes are not found (class not found exception).
I have specified splash picture in jnlp application <icon href=\"starter.png\" kind=\"splash\"/>
I have a simple data validation command line utility that I\'ve written in Java.We distribute this utility to our clients as a JAR file.Our clients run this utility on data in their local machines.
is there a way to load JAR resources into an app during runtime? JNLP开发者_开发问答 API ( http://download.oracle.com/javase/6/docs/jre/api/javaws/jnlp/ ) is great because i have custom management of