java-web-start
Java WebStart with version Update
I\'m using Java WebStart with this simple application that I\'m working on and I have also made it so that it would be able to check for updates for the latest versions of the jar file. Although when[详细]
2023-03-09 21:12 分类:问答Can JNLP API load resources during runtime?
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[详细]
2023-03-09 11:01 分类:问答web start creating xml with out of date meta description
I am new to java Web Start and trying to set up a jnlp download on my server. The Web start seems to initiate ok, butit gives the following error:[详细]
2023-03-08 18:55 分类:问答How to set Java DNS resolver cache TTL in Web Start application?
I am able to tell the Java DNS resolver not to cache like this: java.security.Security.setProperty(\"networkaddress.cache.ttl\", \"0\");[详细]
2023-03-08 09:33 分类:问答java web start hangs when trying to start applet in browser
I\'m trying to start a NASA World Wind applet in Fir开发者_StackOverflowefox. I see the spinning Java logo in the browser, however it hangs after a couple of seconds and I don\'t see my applet.[详细]
2023-03-07 15:19 分类:问答Java web start without X
I need to start my application in different Linux servers using SSH. I thought to use java web start so I can pack my application once and run it on the servers by dynamically downloading the applicat[详细]
2023-03-07 02:37 分类:问答Substance L&F seems to break when deployed as webstart in java
I think I am having a weird problem: I \'ve written a small application in java implementing a JTable to display some results.[详细]
2023-03-03 13:07 分类:问答General error during conversion: No suitable ClassLoader found for grab
I\'ve try code below... @Grapes([ @Grab(\'org.hsqldb:hsqldb:2.0.0\'), @GrabConfig(systemClassLoader=true, initContextClassLoader=true)[详细]
2023-03-03 11:44 分类:问答Alternatives to Java Web Start? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-02 15:13 分类:问答Expired certificate for Java Web Start
How does JWS react to code signing certificate expiration? From my observation it appears to ignore expiration date of CA-signed certif开发者_JS百科icates, but I would like to find some hard proof (e[详细]
2023-03-02 03:40 分类:问答