Is it posible to compile Java source (which uses libraries like Swing etc) in an exe file, so the user doesn't need to install JavaSE?
I am looking for some way to bundle a mini-JRE and the .jar in a single file (exe) or some way to compile everything (source and libraries) into native code.
PS: Obviously I don't care about cross-compat for that program.