java-web-start
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 分类:问答Java app slower due to web start
I\'m trying to deploy my Java application using Java Web Start, but I\'ve come across 开发者_StackOverflowa problem. When running the application through my IDE (Netbeans) it\'s lightning fast; everyt[详细]
2023-01-26 00:24 分类:问答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 分类:问答Where does stdout go for a Java Web Start application?
I\'m hav开发者_StackOverflowing troubles with my webstart application and would like to see stdout.I think it\'s throwing an exception... but I cannot see it since the console output is hidden somewhe[详细]
2023-01-25 15:57 分类:问答A proper way to use native libraries in JNA with Applet deployed by JWS (java web start)
I am using an applet deployed through JWS (Java Web Start). This applet has some native functionality included: JNA. User32, Kernel32 and Gdi32. When I launch the applet through JWS, I get the followi[详细]
2023-01-24 07:07 分类:问答Java WS application ignoring arguments sporadically
I have recently put together a JWS application which gets it\'s argument from a dynamically created JNLP file (details can be found here). It\'s all good except the application ignores the argument (s[详细]
2023-01-22 06:58 分类:问答Running JWS remotely on 64-bit machine
The problem is that my JNLP file works locally on my 64-bit machine (running on my own machine), and locally and remotely on my 32-bit machine - but not remotely on the 64-bit machine (you see the Jav[详细]
2023-01-22 03:09 分类:问答Accessing services on web sites other than the web start clients own domain?
I am working on a web start client in java. I need to connect to other servers than from were the client is downloaded from.开发者_Go百科 I thought I need to sign my jars but this (http://download.ora[详细]
2023-01-22 01:21 分类:问答Java Web Start deploy on Windows startup
I have a Java application that I\'m about to begin to use Web Start to deploy. But a new demand has made me rethink this, as I\'m now required to add a piece of functionality that allows the end user[详细]
2023-01-21 21:15 分类:问答AWTPermission Exception while implementing Automatic update desktop application using java web start
I am working in a Desktop application that provides Online Backup of data. In my applicationi am trying to implement automatic software update feature. For this i a开发者_开发技巧m using java web star[详细]
2023-01-21 07:21 分类:问答