creating executable jar from a project
Dear all,I created a GUI project with ms-access as backend. now i want to create an executable jar out of these project(all classes). so any one please guide to achieve this. I am using netbeans 5.5.thank you,ishan
[242 byte] By [
ishana] at [2007-11-27 5:39:28]

when compiling your project under netbeans, your IDE will create an executable jar for your project automatically, you can find the jar file in a folder named dist under your project folder.Good LuckAhmad Elsafty
Dear Ahmad,Thanks for your guidence, i follow the steps but when i attemp to run the jar file i got the following errorJava Vertual Machine LauncherFailed to load Main-Class manifext attribute fromD:\2030\EASY\dist\Easy.jarregards,Ishan
ishana at 2007-7-12 15:14:38 >

From Projects window in netbeans, right click your project, and from context menu select Properties. From Project Properties Dialog
highlight Run which in the left pane tree.
on the right pane select the main class of your project by writting its complete package path in the field beside "Main Class:" label, or simply click "Browse..." to choose it.
And have a nice time.
Thanks.
Ahmad Elsafty