how to create setup of project in linux means like windows .exe

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

[701 byte] By [sagar_biraria] at [2007-11-27 11:53:18]
# 1

i dont know how to create linux setups, but you can put the libs used by your application into the same directory and add the class-path attribute to the manifest file of your application. so you can write a simple script (for each platform) and deploy it in a selfextracting zip

r2d2_blna at 2007-7-29 18:49:30 > top of Java-index,Java Essentials,New To Java...