chrhe894
Posts: 1
Joined: Wed Feb 11, 2004 8:13 am

Created .exe requires .jar?

Thu Feb 12, 2004 10:35 am

Hi!

Thanks for a wonderful product!
I have built an application (exe-file) from a jar-file and wonder if the jar-file must be installed as well? Isn't the java-code compiled (for windows) and included in the .exe-file?

kind regards,

Christer Hellberg

Cata
Posts: 638
Joined: Thu Apr 10, 2003 7:37 am
Contact:  Website

Thu Feb 12, 2004 7:10 pm

Yes, the JAR file must be installed. Advanced Installer is only an installer, not a compiler. It provides a Java launcher (the .exe) but the executed code is still the Java from your JAR.

Cata
Catalin Rotaru - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”