java-web-start
Returning a value from a java web start application
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[详细]
2023-02-10 12:06 分类:问答Java - How to get permission in Java Web Start
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[详细]
2023-02-09 18:42 分类:问答JNLP with Custom Progress - loads applet classes before displaying progress
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[详细]
2023-02-09 16:16 分类:问答creating a JAVA jnlp file
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[详细]
2023-02-09 15:39 分类:问答When I run a program with Java Web Start, it doesn't show me the errors
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[详细]
2023-02-09 11:06 分类:问答Automatically starting a java-web-start application from C# and .NET, .WaitForExit(); doesn't work as desired
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:[详细]
2023-02-08 22:51 分类:问答Use Java web start to start application on the command line by the file name
I can use Java web start to start my Swing GUI application on the command line by the url with jdk 6 & Windows XP:[详细]
2023-02-08 07:23 分类:问答Technologies allowing to store user data on server as well as on user's PC?
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.[详细]
2023-02-06 12:22 分类:问答Possible to open/manipulate a Java Web App in .NET (C#/VB)?
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\[详细]
2023-02-04 18:34 分类:问答Java webstart heap dump
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[详细]
2023-02-04 05:37 分类:问答