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

[702 byte] By [sagar_biraria] at [2007-11-27 11:47:26]
# 1

just create .bash file of u r project . Thatbash file includes all javafile path

Run bash file from terminal as $./xyz.bash

AmitChalwade123456a at 2007-7-29 18:13:19 > top of Java-index,Java Essentials,Java Programming...