I have opened a topic under
https://coderanch.com/forums/, but then realised this might be an apt place.
I have created a swing application under windows enviroment using netbeans. It works perfectly fine when I double click the jar file. Then I moved my source code under linux machine /home/userrig/temp/testing.jar. If I chane my dir to cd /home/deo/temp and start executing jar like
, swing application starts executing. But if I try to start the swing application under /home like
, I get the error as follows.
Do I have to set the path for this jar instance? How do I proceed.
Next question is whether to go KDE or GNOME for icon creation. I have just started reading about them. Or writing any batch script is enough to start the application. Thanks.