سؤال

We have a Java Webstart Application that runs under java 6 and we need to make it available to all users on a Win7 machine.

Is it possible to create the JNLP shortcut to all users during the install process?

هل كانت مفيدة؟

المحلول

You can try saving the JNLP file on the desktop, available to all users. To start the app, the command line is just -> javaws to invoke the application.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top