Run Java App in a CD

Hi. I want to develop a java application that can be run from a CD... No installation required. The idea is to distribute an application that users will be able to use by just running the java app in a CD. Can this be done? Can this java app in CD run on windows, linux, and mac?

Please help... I am new to java and some sample codes or procedures/steps will be a big help.

Thanks!

[400 byte] By [Kalabasoa] at [2007-11-27 8:18:07]
# 1
Threre is no difference between running java program on HD or CD.On CD just create batch or shellscript specific to OS which will be used to strart program.Message was edited by: m00dy
m00dya at 2007-7-12 20:03:34 > top of Java-index,Java Essentials,New To Java...
# 2
Executable JAR. Or Webstart - invoking the app from an HTML page.
CeciNEstPasUnProgrammeura at 2007-7-12 20:03:34 > top of Java-index,Java Essentials,New To Java...
# 3
much better :-)
m00dya at 2007-7-12 20:03:34 > top of Java-index,Java Essentials,New To Java...