RE: Graphical Configuration Utility

2008-12-17 Thread mpeccorini
Fogleson, Allen wrote: > > You probably ought to just compile for jdk6. Since javax.swing.GroupLayout > is not available in jdk5, at least the user of jdk5 would get a message > that is a bit better than the ClassNotFoundException you get in jdk5. > > Thanks for the important tip Allen, I'l

Re: Graphical Configuration Utility

2008-12-17 Thread mpeccorini
Milan Milanovic wrote: > > Great thing to do! Is it possible to visualise S2 appliaction from > struts.xml ? I'm asking this because I didn't manage to run existing > plug-in for that. > > > mpeccorini wrote: >> >> Hi everyone, >> >> I looked for a struts 2 graphical configuration utilit

Re: Graphical Configuration Utility

2008-12-17 Thread mpeccorini
ManiKanta G-2 wrote: > > Finally I was able to run ur jar.. > I'm glad you got the program working. ManiKanta G-2 wrote: > > I've created new one, by > > File > New > on struts, Add Package > on New Package, New Action. > > But then how do I type/map/configure actions there... I m cluele

RE: Graphical Configuration Utility

2008-12-17 Thread Fogleson, Allen
You probably ought to just compile for jdk6. Since javax.swing.GroupLayout is not available in jdk5, at least the user of jdk5 would get a message that is a bit better than the ClassNotFoundException you get in jdk5. Al -Original Message- > > If anyone wants to take a look at it

Re: Graphical Configuration Utility

2008-12-17 Thread Milan Milanovic
Great thing to do! Is it possible to visualise S2 appliaction from struts.xml ? I'm asking this because I didn't manage to run existing plug-in for that. mpeccorini wrote: > > Hi everyone, > > I looked for a struts 2 graphical configuration utility and couldn't > find one, you guys probabl

Re: Graphical Configuration Utility

2008-12-16 Thread ManiKanta G
well that is not the issue with the S2GUI jar... but with the Java itself... When the jar file having dependencies is in folder names '!' (with out quotes, only exclamatory sign) in windows, is is failing to open the main class. When I moved out the '!' folder, it is working fine. This is second

Re: Graphical Configuration Utility

2008-12-16 Thread mpeccorini
ManiKanta G-2 wrote: > > It is good to hear some one started and done some thing reg gui console. > I'm very glad this was something that people wanted, I was afraid I could get 100 messages pointing me to already developed applications :p ManiKanta G-2 wrote: > > Well I got the below erro

Re: Graphical Configuration Utility

2008-12-15 Thread ManiKanta G
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.(Struts2GUIView.java:46) at struts

Re: Graphical Configuration Utility

2008-12-15 Thread mpeccorini
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

Re: Graphical Configuration Utility

2008-12-15 Thread Oscar Alvarez
All depends on Licences of the dependencies i think. Spring brings all its dependencies in the full distribution. 2008/12/15 mpeccorini > > Hi Oscar, > > The Release Notes > ( > https://sourceforge.net/project/shownotes.php?group_id=247875&release_id=647398 > ) > show the list of dependencies

Re: Graphical Configuration Utility

2008-12-15 Thread mpeccorini
Hi Oscar, The Release Notes (https://sourceforge.net/project/shownotes.php?group_id=247875&release_id=647398) show the list of dependencies. You're probably missing one or some of them. I think the best way to avoid this problem would be to release a "fat jar" with all the classes the application

Re: Graphical Configuration Utility

2008-12-15 Thread Oscar Alvarez
Hi! I try to run the dot jar, but does not run... C:\>java Struts2GUI-0.1-alpha.jar Exception in thread "main" java.lang.NoClassDefFoundError: Struts2GUI-0/1-alpha/jar Caused by: java.lang.ClassNotFoundException: Struts2GUI-0.1-alpha.jar at java.net.URLClassLoader$1.run(Unknown Source)