jnlp
Text File + JNLP
I’m trying to figure out how to include a reference to a external data file (in text form) that I want distributed along with my applicatio开发者_运维知识库n via Web Start (JNLP). Sifting through the[详细]
2023-01-14 11:05 分类:问答How do I refer to another property in a jnlp?
<property name=\"netbeans.user\" value=\"${user.home}/.foo\"/> <property name=\"derby.system.home\" value=\"netbeans.user\">[详细]
2023-01-13 19:07 分类:问答Enabling JVM options with Java Web Start / JNLP
I\'m creating a Web Start application which woul开发者_StackOverflowd benefit from some of the newer JVM options (especially escape analysis, G1 garbage collector etc.)[详细]
2023-01-12 06:27 分类:问答Browser downloads jnlp on Java Web Start. How to prevent it?
When I click on a link to \"web start\" my java application, browser downloads jnlp file which I should execute afterwards. Is there any way to force browser to execute jnlp right after the download c[详细]
2023-01-10 01:37 分类:问答How can I use JNLP to download Java 7?
I\'m developing a rich Internet application that requires a Java 7 platform.How can its associated JNLP file ensure the installation of that platform?[详细]
2023-01-09 23:43 分类:问答Accelerating application loading through staged downloads
I\'m developing a game that I will distribute using Java Web Start / JNLP. Currently the fully packaged .jar is around 11mb, which is not too bad, but I\'d still like to get the application responsiv[详细]
2023-01-09 14:38 分类:问答Java webstart max-heap-size causes JVM cannot be started
We use java webstart on the client side for a java swing based aplication. Recently we have been experiencing a weird \"Cannot start java Virtual machine \" error when clicking in the jnlp link.[详细]
2023-01-08 12:27 分类:问答Configuring permissions for JNLP:
I\'m trying to run a webstart demo, which ran on my friend\'s Windows machine, but throws an access error on my Ubuntu Linux box.[详细]
2023-01-06 07:25 分类:问答Java WebStart JNLP: Run Different Code in First Run
We are using WebStart JNLP file to create a shortcut on our users` desktop. The problem is that we would like the code in our jar file to be launched only when the user press the desktop shortcut.[详细]
2023-01-04 10:21 分类:问答How to specify a JRE range in jnlp file?
We have a java app which uses Java Web Start. The jnlp file is configured with [j2seversion=\"1.5+\"]. So if开发者_如何学Python JRE 1.5 and 1.6 are installed, the app is run on 1.6.[详细]
2023-01-03 10:11 分类:问答