Top "Jnlp" questions

JNLP stands for Java Network Launch Protocol.

Can not run Java Applets in Internet Explorer 11 using JRE 7u51

Today I updated my Java version to 7u51. After the installation, I cleared Java Cache, browser's Cache, and logged into …

c# java internet-explorer applet jnlp
I am not able launch JNLP applications using "Java Web Start"?

Up until recently, I was able to launch/open JNLP files in Firefox using Java web start. Don't know what …

java jnlp java-web-start
SecurityException during executing jnlp file (Missing required Permissions manifest attribute in main jar)

OS: Windows 7 64 bit Java: jdk1.7.0_51 I have a jnlp file. When I double click on this, exception is occurred as …

java java-web-start jnlp
Missing Codebase manifest attribute for:xxx.jar

When I launch application from jnlp I receive message "Missing Codebase manifest attribute for:xxx.jar" what does it means?

java jar jnlp
How do I fix "missing Codebase, Permissions, and Application-Name manifest attribute" in my JNLP app?

With the recent Java updates, many people are having trouble with their Java Web Start apps lacking Codebase, Permissions, and …

java java-web-start jnlp
The server selected protocol version TLS10 is not accepted by client preferences

I am trying to run this JNLP file on Windows 10 to connect to a server (actually I am connecting to …

jnlp kvm ipmi
Found unsigned entry in resource

i have the following JNLP file: <jnlp spec="1.0+" codebase="http://****:****" href="tcm2012.jnlp"> <information> <title&…

java jar jnlp java-web-start
Java jnlp application blocked by Security settings

I have an enterprise java application that has plenty of jars that are downloaded to the client's jvm cache by …

java security certificate java-web-start jnlp
How to make java web start launch automatically without double click on the JNLP

I have a java applet application which is accessed by our customers through our website. Since Microsoft edge and chrome …

java google-chrome java-web-start jnlp microsoft-edge
How can I debug applications under Java Web Start (JNLP)?

I know how I can debug a remote Java VM with Eclipse, but how can I do it with a …

java debugging jnlp java-web-start