I have to burn a Java application on a CD. This application have to run on every Windows PC wihtout any installation (also JRE shouldn\'t be installed) before.
You'd have to bundle jre on disk and create startup scripts.
If you are not satisfied with simple batch / shell startup scripts you can use something like JLauncher to create "real" executable.