jnlp
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 分类:问答Jenkins JNLP slave fails to build, shows no log
when running a Jenkins slave via JNLP on a Windows machine, the build start fine and clones the git repository. However, the log ends up like this:[详细]
2023-03-05 00:53 分类:问答Webstart app not launching for all users
We have a webstart application that after startup uses EJB\'s toconnect to ajboss server. We recently migrated this server to jboss5 and have update the webstart application that connects to it. Now w[详细]
2023-03-04 17:19 分类:问答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 分类:问答Get JNLP file name from the launched program
Is it possible to determine JNLP file name from the launched thru Web 开发者_如何学CStart java program?System.getProperty(\"jnlpx.origFilenameArg\")[详细]
2023-03-01 10:07 分类:问答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 分类:问答Poll applet download progress in jnlp with applet descriptor and in javascript
I have a WebStart applet that I deploy using the deployJava script. The jnlp file looks like this: <?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>[详细]
2023-02-25 18:34 分类:问答How can I start a Java application from a web server without using a JNLP file?
How can I start a Java application 开发者_开发百科from a web server without using a JNLP file?You could manually download the files needed and start the app. But why would you want to do what Webstart[详细]
2023-02-21 17:06 分类:问答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 分类:问答