jnlp
Launch File Error in Java Web Start
I\'m trying to launch a java app via web start and I\'m getting the following error which I can\'t seem to figure out. Any hints, tips or tricks to resolve this would be greatly appreciated.[详细]
2023-01-29 14:45 分类:问答Java Launch fails on second run: java.lang.NullPointerException
I downloaded the .jnlp file and ran it. It runs fine. I close it and start it again, it runs fine. However on the third try, it always throws java.lang.NullPointerException and the application will n[详细]
2023-01-29 04:06 分类:问答How can I generate thread dump for jnlp application in java
I a开发者_JAVA技巧m trying to debug a jnlp application. It get hanged after some scenario. I want to collect thread dump of my jnlp application.[详细]
2023-01-29 01:06 分类:问答run swing application on browser
I have one 开发者_StackOverflowswing application that i want to run on browser. What is the best way to achieve it ?[详细]
2023-01-29 00:10 分类:问答Referencing jars in jnlp file
I have the below JNLP file. I have created the appropriate folders, when the jnlp file downloads, message the system cannot find the specified path is seen at the console.[详细]
2023-01-27 10:27 分类:问答File Can be accessed fwhile running jnlp but cannot be accessed through browser in java web start
I\'m trying to access a resource file which is in a jar file deployed in apache web server. The file can be accessed through the jnlp file in the deployed folder while but it is not available through[详细]
2023-01-27 05:18 分类:问答How to create JNLP file for a java web application?
I have a java program that I ultimately want to deploy it on the web. I started off creating a jar file from bunch of classes:[详细]
2023-01-26 20:09 分类:问答JNLP + Applet + Bouncy Castle
I have a JWS (Java Web Start) deployed applet, that uses the following libraries/jars: red5.jar spring-beans.jar[详细]
2023-01-26 16:56 分类:问答code coverage tool for java webstart/jnlp application
I have been searching for some time for a code coverage tool that will work with my client/sever application, but I have been unable to find a compatible tool.[详细]
2023-01-25 17:04 分类:问答Deploy Applet with JNLP
I\'m trying to deploy an Applet with new Java JNLP specifications, but I always receive the following error by Java Plugin Console:[详细]
2023-01-25 02:06 分类:问答