ekianjo
Hardcore Member
One thing I was wondering, since there are a LOT of open source Java apps out there (and a lot being platform independent as well), is how would one go about packaging a java app ?
I understand that you can run a jar file from the terminal with java -jar xxxx.jar command, but how about other java programs which are not contained in jar?
I understand that you can run a jar file from the terminal with java -jar xxxx.jar command, but how about other java programs which are not contained in jar?