How to make an autorun CD for Swing Application?

Hi,

We have developed a free software for the schools in the rural areas. We have used Java-Swing for the same.

Now we want to launch its CD that can work as autorun CD and the moment you insert it into CD-ROM it will prompt for JRE/software installation. So that if you click on 'YES' option, it will install the software on the machine.

Do you know how to make autorun CD for Java-Swing applications?

waiting for the early reply.

regards,

Anand

[498 byte] By [kulk_ananda] at [2007-10-2 16:36:16]
# 1
Google is your friend. This is an OS-specific problem, and has nothingto do with java.
es5f2000a at 2007-7-13 17:42:22 > top of Java-index,Desktop,Core GUI APIs...
# 2

Hi,

I know that autorun.inf file is configured for the same. But the problem is that in autorun.inf, I should specify the name of the exe file to be executed.

Since it is Java swing based GUI application, I can not run anything unless I install JRE on the machine.

So please tell me how do I show GUI frame that prompts JRE installation to the user without having JRE installed on the client's machine.

regards,

Anand

kulk_ananda at 2007-7-13 17:42:22 > top of Java-index,Desktop,Core GUI APIs...
# 3
Pack your Java software in a JAR file. Now pack this JAR file in an installer.The installer should have JRE 1.5 along with your JAR file. Lot of software installers are available for Windows. You can use the one you like
JGuru23a at 2007-7-13 17:42:22 > top of Java-index,Desktop,Core GUI APIs...