Reputation: 1032
I am creating a Swing based GUI application. I want to run my jar file in ubuntu. And I dont want to install JRE in my system, but I have all jre files in a folder. So if I want to run jar/class file anything, I need to specify this folder path. How to do this?
Upvotes: 1
Views: 754
Reputation: 4533
If you are using Eclipse you create a new runnable JAR file in the Eclipse workbench:
Upvotes: 2