how to create setup of project in linux ie (.sh)
Hi..
I have developed one chat software in swing.
I have already created exe of my project in windows using JExeCreater.
I want create setup of my project in linux but i don't know how to create it.
Can you tell me any software name or procedure to create setup of my project.
Also I am using External jar file for Look & Feel and System Tray Icon but How to add those jar file in setup.
I have created jar of my project.It works fine on my system because in my JDK & JRE
the supported jar included.
But on other system it gives error that jar not included.It is not feasible to add supported jar file on every machine.
Plz Help Me

