Re: making Exe files out of java files
- From: Thomas Kellerer <TAAXADSCBIXW@xxxxxxxxxxxxx>
- Date: Sat, 02 Dec 2006 18:54:47 +0100
chethantr@xxxxxxxxx wrote on 02.12.2006 17:44:
Hi Everybody,
i have developed a java application using netbeans5.5. Now i want to
create a exe file of it to distribute or some other file like .jar
files for distribution. i tried nativej and exe4j to do it, it is not
working and throwing exception called
Exception in thread "main" java.lang.NoClassDefFoundError:
org/jdesktop/layout/GroupLayout$Group
You have to distribute the swing-layout-1.0.1.jar with your application. This is usually located in netbeans_home/platform7/modules/ext (although I'm a bit surprised, because I thought that NB 5.5 copies that file automatically to your dist folder and includes are reference to it in the manifest file of the created jar file)
Thomas
.
- References:
- making Exe files out of java files
- From: chethantr
- making Exe files out of java files
- Prev by Date: Re: for loop and index variable declaration
- Next by Date: Re: Serialised applets using the Sun Plug-in
- Previous by thread: Re: making Exe files out of java files
- Next by thread: Proprietary codes protection in Java
- Index(es):
Relevant Pages
|