Top "Jnlp" questions

JNLP stands for Java Network Launch Protocol.

Connected via JNLP agent message and unable to launch jnlp

I am following the steps here and configured a node with the option launch slave agents via web start. When …

jenkins jnlp slave
What's the difference between InputStream and ByteArrayInputStream?

The following code is extracted from the java web start chapter of the core java volume 1. ByteArrayOutputStream out = new ByteArrayOutputStream(); …

java inputstream jnlp bytearrayinputstream
How to recreate shortcut to webstart application?

I use the shortcut tag in my appliation's jnlp descriptor to create a desktop link and a menu entry for …

java java-web-start jnlp
Generate JNLP dynamically

I need to pass argument to JNLP dynamically for which I tried using a servlet which extends JnlpDownloadServlet and then …

java dynamic jnlp java-web-start
Enabling JVM options with Java Web Start / JNLP

I'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 jnlp
Where can I find the jnlp api jar in jdk 7?

Possible 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-start
Signing a jnlp in order to get rid of the Security Warning

I 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-signing
How can I run a jnlp application with console?

I have a jnlp application that terminate on some systems. I think it is an exception which terminate my application …

java console jnlp
JNLP port is missing from Configure Global Security in Jenkins

I'm creating a windows slave in Jenkins and for that, I need to use the Java Web Start as a …

jenkins jnlp jenkins-slave
How to bundle JNLP API with Maven Project

I have a project where I need the JNLP API. I did not find an artifact for that on Maven …

maven-2 jar dependencies jnlp