java-web-start
Versioning in Java Web Start
does someone know what to spec开发者_如何学Pythonify in the JNLP file so that JARS won\'t be downloaded all the time, but only when there\'s a new version on the server side? I know i can specify: ver[详细]
2023-03-02 01:22 分类:问答Webstart application is very slow when server is down
What I have: Tomcat server which contains jnlp file with all required libraries and which could be turned off for some reason[详细]
2023-02-27 03:24 分类:问答WebStart keeps trying to use Java 1.4 when I have Java 1.6 installed
I am having an issue where I have Java 1.5 and 1.6 installed but when I try to open a specific webstart app, it keeps trying to use Java 1.4. I have tried uninstalling Java 1.4 but when I try to open[详细]
2023-02-27 02:22 分类:问答Add header to SOAP message
I need add custom soap header, like login I do it in way like this class Foo implements SOAPHandler<SOAPMessageContext> {[详细]
2023-02-26 05:34 分类:问答Applet failng on machines other than development machine
I\'m developing a Java applet, and recently I tried to demonstrate the applet on a machine that did not belong to me. However I was unable to get the applet to run on that machine, as it kept failing[详细]
2023-02-23 20:20 分类:问答Java WebStart permission differences between XP and Vista/Windows 7
I am having an issue attempting to get a production Java WebStart application running on Windows Vista or on Windows 7.This WebStart application is trusted, and is supposed to have full privileges to[详细]
2023-02-21 18:11 分类:问答Deploying a project remotely using Java Web Start
I am trying to deploy a project remotely using Java web start.Here it is working f开发者_如何学运维or a single jar file.Can anyone tell me how to deploy this for multiple jar files and as I am using S[详细]
2023-02-20 20:07 分类:问答Java Web Start & proxyPort/proxyHost
my jws app is ignoring the proxy settings using the code like System.setProperty(\"proxyPort\", value) etcp.[详细]
2023-02-20 16:14 分类:问答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 Web Start and Folders
We currently have an Java application that can be deployed on clients or run as a shortcut from the server.We have intermittently received ClassNotFound exceptions when runni开发者_C百科ng the JAR fro[详细]
2023-02-19 05:03 分类:问答