It is good to hear some one started and done some thing reg gui console. Well I got the below error when I tried to run the Struts2GUI-0.1-alpha.jar from Struts2GUI-0.1-alfa-fulldist.zip
java.lang.NullPointerException at struts2gui.Struts2GUIView.<init>(Struts2GUIView.java:46) at struts2gui.Struts2GUIApp.startup(Struts2GUIApp.java:19) at org.jdesktop.application.Application$1.run(Application.java:171) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.Error: Application class struts2gui.Struts2GUIApp failed to launch at org.jdesktop.application.Application$1.run(Application.java:177) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: java.lang.NullPointerException at struts2gui.Struts2GUIView.<init>(Struts2GUIView.java:46) at struts2gui.Struts2GUIApp.startup(Struts2GUIApp.java:19) at org.jdesktop.application.Application$1.run(Application.java:171) ... 8 more On Tue, Dec 16, 2008 at 12:57 AM, mpeccorini <mpeccor...@yahoo.com> wrote: > > I've added a new zip file to the package including all the necessary > dependencies. I hope I'm not breaking any laws in doing it :rules: > -- > View this message in context: > http://www.nabble.com/Graphical-Configuration-Utility-tp21019003p21020145.html > Sent from the Struts - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > >