jnlp
Maven-webstart-plugin to include runtime dependencies
When building a jnlp with the maven-webstart-plugin, I found that the runtime dependencies weren\'t being included in the jnlp.[详细]
2023-04-01 03:29 分类:问答Managing upgrades to Java 7
My team uses a lot of Java applications and applets (both internally created and from external sources).[详细]
2023-03-31 20:27 分类:问答JNLP Applet with custom DownloadServiceListener & Versioning
I encountered a problem, when using a JNLP applet with custom DownloadServiceListener as well as versioned jar files at the same time.[详细]
2023-03-30 23:13 分类:问答How do I start a JNLP application programmatically?
I have a working JNLP application开发者_运维知识库, but would like to add some end-to-end smoke test.[详细]
2023-03-29 05:21 分类:问答Where can I download JNLP 1.2?
JNLP-bin-1.2 is needed when installing NetBeans on Gentoo (Linux), and for license problems, I have to downloa开发者_如何学Pythond it manually. Then I tried to visit the page http://java.sun.com/produ[详细]
2023-03-28 12:08 分类:问答Cannot run two instances of java webstart
I am unable to run more than one instance of java webstart at any given time. For example, I am unable to run both the production & QA instance of an application at once, both of which are launc[详细]
2023-03-24 18:09 分类:问答How do I get javaws to run in foreground?
I\'ve got a problem with log4j in a JNLP downloaded application that is not putting the log-file output where I think it should be going. I\'ve copied the call string from the properties display of th[详细]
2023-03-23 06:47 分类:问答Where does JNLP store jar files
Where does a JNLP downloaded program actually store the jar files on the local machine? The desktop link under XP points to a directory under C:\\JNLP_cache which contains a few files none of which ar[详细]
2023-03-23 04:49 分类:问答Set Java-web-start Trace file options from server-end
Is there a way to set java web start trace file options (such as location and filename) through the JNLP or some other way from the server as opposed t开发者_运维百科o modifying the deploy.properties[详细]
2023-03-23 04:16 分类:问答Get JARs under resources within .jnlp file with JNLP API
Is there a way to get the JAR files referenced under <resources> within the .jnlp file of Java WebStart? I thought the JNLP API could help, but didn´t find any method for that. Any ideas?[详细]
2023-03-22 18:30 分类:问答