Hi,
I have created jar file of my application but I am not able to run that jar file on double click.
I have also included manifest file in my jar file with Main-Class attribute.
However I can run it through command prompt ,but I want it to execute on double click of mouse.
Please suggest me an appropriate way to execute this jar file directly without using command prompt..
