Installing Java Stand alone Application on other PCs

Dear All

I am very new user to Java programming. I have recently finished developing basic Java Application that interacts with MySQL Database. The application does pretty standard database tranctions.

Now i would like to install this finished appliction on other PCs as stand alone program (hope i am making myself clear here). Sort of I need to make an installation package that will install the Basic application and MySQL database on the the other PCS.

Please desparetly help needed on this matter. I appreciate all your inputs Thank you.

[568 byte] By [Solongoa] at [2007-10-2 21:04:26]
# 1
it would be much much easier if you weren't using MySQL to be honest. if you used a pure-java database such as Hypersonic, the database could just be bun dled as a bean with your application.
georgemca at 2007-7-13 23:49:38 > top of Java-index,Java Essentials,New To Java...