Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to create an installable from my .class files in java

Status
Not open for further replies.

jdk

Programmer
Jun 3, 2000
9
IN
Hi anyone,

I have created a Chat application in java, using awt and sockets. Now what I want is to create an installable from my .class files. I want the users to copy my .exe file and when they double-click it , a screen opens which ask where the user wants to install my chat application, then it asks for the licence aggreement etc. and finally when the setup is complete, it creates the folder at the path specified by the user and also creates an icon on the start->program files and on the desktop, so that users can use this short cut to open my chat application.

Please help....

Regards
vikas
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top