Hi,
Now what I want to do with this is to make it runnable from the website
How to do this?[/QB]
You will need to do two things:
1. Make a jnlp file that describes the application and make a hyperlink to that file from the webpage. If you right click the .jnlp link from your post and 'save as ...', then open with wordpad you can see the basics of what you have to write.
2. You will need to sign your jar file otherwise webstart will refuse to run it.
You should be able to find tutorials on the web to do this.
Cheers, Jared.