|
If you try to create an exe out of this, you will be severely limiting what can run your app. I strongly suggest that you read up on and try to create a jar file. There are essentially two ways I see for you to do this: 1) NetBeans likely has a Jar-creation wizard (check out the NetBeans help sites and files), or 2) create a Jar by hand by going through the Sun tutorials that cover this subject.
|