Swing Application not deploying...
HI,
I have created a GUI application using SWing in Netbeans.. I want to deploy this application outside my IDE and distribute it , so that others can also use it..But I am failing to do that..
When I am going to the dist folder and running
java -jar GUI.jar the following exception is showing..
C:\Documents and Settings\Don\GUI\dist>java -jar GUI.jar
Failed to load Main-Class manifest attribute from
GUI.jar
I have added the swing_layout1.0 jar file in my classpath...plz suggest..

