jnlp
Java Web Start - update SOME users?
Updates via JWS are too much pain and work for help desk, because on every release a few per cent users \"get stuck\" in the middle and are unable to launch the application without reinstall. We\'re l[详细]
2023-02-20 00:05 分类:问答java webstart no cache
How to avoid Java webstart not cache jar fi开发者_如何学Cles ? In development, I want to avoid cache in java webstart. In my lanuch.jnlp, if every time, I change the jar version number , it will for[详细]
2023-02-18 15:26 分类:问答Error loading images in Signed Jar, JNLP Application
I am developing JNLP Application 开发者_Python百科and using maven-webstart plugin to create JNLP. When running the application in my local, it works correctly but when I run in Tomcat Server using jnl[详细]
2023-02-17 14:04 分类:问答Applet inside WAR
I packaged an applet inside a WAR with a bunch of JSP files. when I load the applet outside that WAR it closes perfectly, however in the WAR this doesn\'t happen.[详细]
2023-02-16 15:29 分类:问答How to Stop JNLP file from being downloaded every time
JNLP that launches the client always downloads the client jar. I want it 开发者_运维技巧to only download the client jar if the version is newer than the local cached version.To overcome this problem,[详细]
2023-02-16 09:44 分类:问答How to run GATE/JAPE for non English language?
I would like to use JAPE/GATE to开发者_StackOverflow中文版 my own mother language (not English), as my documents are already tokenized and POS Tag.[详细]
2023-02-12 20:24 分类:问答How to access a resource inside a jar inside webstart directory of webapp using JnlpDownloadServlet
I have deployed a swing GUI via webstart-maven-plugin and JnlpDownloadServlet to my webapp in a servlet container (Glassfish 3.0).[详细]
2023-02-11 11:44 分类:问答Returning a value from a java web start application
Wondering if anyone knows if there is a way to \"return\" something from a java web start application into the code on the website. For example say the user needed to select a location in the java app[详细]
2023-02-10 12:06 分类:问答Java - How to get permission in Java Web Start
Hi managed to create the jar and .jnlp files for my Java application but running into trouble when it runs. Launches okay with Java Web Start but I think I need to do something[详细]
2023-02-09 18:42 分类:问答JNLP with Custom Progress - loads applet classes before displaying progress
I have a JNLP that specifies a number of resource jars. One has the download=\"progress\" to display a custom progress bar as other resource jars are loaded. The progress is found and displayed as exp[详细]
2023-02-09 16:16 分类:问答