views:

15

answers:

0

Hello, everyone!

I've build a Netbeans project with enabled Java Webstart. The .jar itself seems not to be changed, but there are new files such as launch.jnlp. Inside there are some references to other jars and to that of the main project.

The project now can be launched not only with java -jar MyProject.jar, but also with javaws launch.jnlp. Does this kind of launching ensure security restrictions?

Thank you.