jnlp

java8u121 unable open topcoder arena

对着背影说爱祢 提交于 2019-12-08 11:37:30
问题 The same problem on http://stackoverflow.com/questions/11276668/mac-os-does-not-open-topcoder-arena-to-open , but I can't resolve the issue of unsiged resource http://www.topcoder.com/contest/classes/7.0/log4j-1.2.17.jar even I mark it as an exception on the exception list. JNLPException[category: 安全错误 : Exception: null : LaunchDesc: <jnlp spec="1.0+" codebase="http://www.topcoder.com/contest/arena/" href="ContestAppletProd.jnlp"> <information> <title>Competition Arena</title> <vendor

Kubernetes plugin containers can't connect back to Jenkins

冷暖自知 提交于 2019-12-08 10:21:17
问题 I have a Jenkins and Kubernetes cluster running within the same network in AWS. Jenkins has it's own instance. I have configured the Kubernetes plugin as follows: The recommended JNLP docker image is used. Jenkins JNLP port is configured to be static 5000 . Now when I kick off the job, it shows me that the node is offline. When I click on the offline node I get this: This makes me go to the k8 cluster. Running docker ps shows no containers running. However: From there I go to find what docker

Write to a local file through JNLP

时光毁灭记忆、已成空白 提交于 2019-12-08 05:41:57
问题 I have a specific requirement to read a resource from jar file and then write it to local disk. But when I try to write that resource to local disk an exception: java.io.FilePermission (write) is raised. I have my jar signed. I have also tried the following solution but it does not work either. AccessController.doPrivileged(new PrivilegedAction() Nothing seems to work. Am I missing a step after signing jar because this is the most common solution available everywhere? How can I write to a

Java Web Start is unable to automatically download and install the requested version

北慕城南 提交于 2019-12-08 04:18:23
问题 I have java 1.6 update 30 installed on my desktop. The jnlp specifies that the minimum java version is Java 1.7. However I get this error Java Web Start Error: The application has requested a version of the JRE (version 1.7+) that currently is not locally installed. Java Web Start is unable to automatically download and install the requested version. This JRE must be installed manually. UPDATE: What does this error mean? How can I force or suggest a java 7 install? It would be fine if the

Use GAE servlet to serve dynamic JNLP and jar for JavaWS

℡╲_俬逩灬. 提交于 2019-12-08 03:30:41
问题 I encourtered several problems when I try to distribute jar/jnlp dynamically. All my files are dynamically served using http://www.mywebsite.com/ServeFile?name=xxx for file xxx. I can download files correctly. When I put the link to jnlp in the browser and download, there is an error from javaws showing that the jar file was not found. The GAE log file shows that the javaws tried to load /ServeFile.pack.gz?name=test__V1.0.jar so it wasn't served by the ServeFile servlet, instead it was served

Java Web Start (JNLP) advantages over Java Applet

泪湿孤枕 提交于 2019-12-08 03:15:33
问题 What do you think are the advantages/disadvantages of a Java Web Start project against an Java Applet? We're trying to figure out what type we should use for our new application. We've already developed an Desktop App (JAR) and we're trying to make is useable from every machine, which has Java installed, without the need of installing it. Any thoughts? 回答1: Applet/browser/JRE interaction problems. If you don't know what I mean, don't even have an inkling (from lost hair) then deploying

Force java web start to use a proxy like Fiddler without touching code

假如想象 提交于 2019-12-08 03:09:31
问题 For a automatic software project i need some requests and responses from a Java Web Start application. So i installed Fiddler Web Debugger and then i tried to use this fiddler proxy to sniff all requests. The problem is the Java Web Start application. I added this to the .jnlp file and hoped that it works... It doesnt! :( <property name="http.proxyHost" value="127.0.0.1"/> <property name="http.proxyPort" value="8888"/> The application would ignore it. Then i tried to set up the Java settings.

JNPL port is missing from Configure Global Security in Jenkins

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-07 23:25:24
问题 I'm creating a windows slave in Jenkins and for that, I need to use the Java Web Start as a launch method in slave configuration. I'm aware that to view this option in slave configuration, we need to change the setting in Manage Jenkins>Configure global security>Agents>TCP JNLP AGents to Random from disabled. But in my case, I'm not able to see the JNLP port agent, the option visible is "TCP port for inbound agents" instead of "TCP port for JNLP agents". I've installed JDK in Manage Jenkins

Where to put application data and temp files on Windows, Linux and MAC if java-application is being lauched using JWS

十年热恋 提交于 2019-12-07 19:51:40
问题 Can we allow user to set and save application data and temp data using Java-Application that has beenrun/launch using JWS ? Does it make sense ? We would like to know if user run JNLP directly then can user save preferences settings on local so when he/she run again JNLP he/she could find his/her last saved settings again. Where to put application data i.e configuration files, properties file. user download path etc.. and where to put temp files i.e.. logs etc.. on Windows, Linux and MAC if

How can i deliver jetty with many webapps via jnlp?

你离开我真会死。 提交于 2019-12-07 13:11:24
问题 i have a webapp (http://sourceforge.net/projects/sf-mvn-plugins/files/m2-repo/net/sf/maven/plugins/example-captaincasa-jnlp/0.1-SNAPSHOT/example-captaincasa-jnlp-0.1-SNAPSHOT.war/download) wich use jsf in a servlet container. This works fine with jetty-maven-plugin run-war target at my local pc. In the future i would like make more of this kind of weapps. Now i am looking for a way to deliver this webapps with jetty via jnlp. The end user should be have a zero installation but the webapps