Wondering if anyone knows if there is a way to \"return\" something from a java web start application into the code on the website. For example say the user needed to select a location in the java app
Hi managed to create the jar and .jnlp files for my Java application but running into trouble when it runs. Launches okay with Java Web Start but I think I need to do something
I have a JNLP that specifies a number of resource jars. One has the download=\"progress\" to display a custom progress bar as other resource jars are loaded. The progress is found and displayed as exp
Hi this is my xml file to create a JNLP all I get is a Navigation to webpage cancelled even though I am specifying that my jar is already located in my c:\\Users directory
I configured Netbeans to run a program with Java Web Start. The program compiles fine, but then when it runs, it tries to load a file (a sound clip) that was not in the place it expected to find it in
I\'m using a C# application to launch a java web application. I\'d like my C# application to know when the user closes out of the java app. I\'m using this code:
I can use Java web start to start my Swing GUI application on the command line by the url with jdk 6 & Windows XP:
Let me first better explain the context. The application should have the following characteristics: Read-only shared data is found on a database server on Internet. (Quite big amount of shared data.
I use a Java web app (app/screenshot, you\'d need to sign up, but it\'s just a java web app), however I\'d like to automate its funct开发者_C百科ionality inside of a .NET application (C# or VB, doesn\
I have been trying to get webstart to dump to a heap dump when it runs out of memory. I know the jmap/jconsole way of doing it, but what I really want to do is ad开发者_StackOverflowd the option to j