Hello Everyone,
I currently finding a way how can i package a required/dependency JAR with my runnable JAR only using a command prompt like
how the ECLIPSE IDE export RUNNABLE JAR
im running on a linux environment, is there a way to do this.
i can only make Runnable Jar without the required JAR by using this command
jar cvfm Test.jar manifest.txt package/*.class
Thanks in advance , Happy Codings