aspose file tools
The moose likes JNLP and Web Start and the fly likes Is Web Start good for my application? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JNLP and Web Start
Reply Bookmark "Is Web Start good for my application?" Watch "Is Web Start good for my application?" New topic
Author

Is Web Start good for my application?

Loren Delamarter
Greenhorn

Joined: Apr 18, 2002
Posts: 1
I am writing an application that is a simulation (it's written like a simple game). I'm using JNI to get joystick input.
My client is in Japan, so it seems like Web Start would be a great deployment method for both of us. First I can ensure that the client has correct JRE installed and secondly it seems that it would make it easy for me to deploy new iterations and minimize the downloads to the client.
I assume I will have to have a security policy to allow the JNI/Joystick resources to work properly.
Thanks in advance,
- Loren
Hema Menon
Ranch Hand

Joined: Oct 29, 2000
Posts: 569
I guess webstart is a perfect for your application. Native libraries used can be loaded using system.loadlibrary and can be included by specifying the jars as part of the jnlp <nativelib> tags. Webstart has the same sandbox security model as applets and if the application needs unrestricted access to the client system, the jars can be signed to allow it.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Is Web Start good for my application?
 
Similar Threads
J3D: Alpha and Interpolator-Problem
slide along a tetrahedron
JNI with AXIS - InvocationTargetException
Help on developing Google Maps application
JNI - likeley bottlnec?