JNLP stands for Java Network Launch Protocol.
I am following the steps here and configured a node with the option launch slave agents via web start. When …
jenkins jnlp slaveThe following code is extracted from the java web start chapter of the core java volume 1. ByteArrayOutputStream out = new ByteArrayOutputStream(); …
java inputstream jnlp bytearrayinputstreamI use the shortcut tag in my appliation's jnlp descriptor to create a desktop link and a menu entry for …
java java-web-start jnlpI need to pass argument to JNLP dynamically for which I tried using a servlet which extends JnlpDownloadServlet and then …
java dynamic jnlp java-web-startI'm creating a Web Start application which would benefit from some of the newer JVM options (especially escape analysis, G1 …
java jvm java-web-start jnlpPossible Duplicate: Can’t find jnlp.jar in JDK 1.7 For jdk 1.6, it can be found here (according to Where can …
java jnlp java-web-startI am developing at a company where a jnlp file is used to start a swing web based java application. …
java jakarta-ee applet jnlp jar-signingI have a jnlp application that terminate on some systems. I think it is an exception which terminate my application …
java console jnlpI'm creating a windows slave in Jenkins and for that, I need to use the Java Web Start as a …
jenkins jnlp jenkins-slaveI have a project where I need the JNLP API. I did not find an artifact for that on Maven …
maven-2 jar dependencies jnlp