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 error when I tried to run the
> Struts2GUI-0.1-alpha.jar
> from Struts2GUI-0.1-alfa-fulldist.zip
>
I tried the following and worked perfectly:
1. Unzip Struts2GUI-0.1-alfa-fulldist.zip
2. In a Command Window / Terminal, change the directory to the folder where
the jar resides
3. Execute the following command:
In Windows:
java -classpath
lib\appframework-1.0.3.jar:lib\beansbinding-1.2.1.jar:lib\castor-1.2.jar:lib\castor-1.2-xml.jar:lib\castor-1.2-xml-schema.jar:lib\commons-logging-1.1.1.jar:lib\serializer.jar:lib\swing-worker-1.1.jar:lib\xercesImpl.jar:lib\xml-apis.jar
-jar Struts2GUI-0.1-alpha.jar
In Unix/Linux:
java -classpath
lib/appframework-1.0.3.jar:lib/beansbinding-1.2.1.jar:lib/castor-1.2.jar:lib/castor-1.2-xml.jar:lib/castor-1.2-xml-schema.jar:lib/commons-logging-1.1.1.jar:lib/serializer.jar:lib/swing-worker-1.1.jar:lib/xercesImpl.jar:lib/xml-apis.jar
-jar Struts2GUI-0.1-alpha.jar
That makes sure all the dependencies are available in the classpath.
Also, what java version are you using? I'm compiling for JDK5 but I'm
actually using JDK6 (1.6.0_11)
I hope this helps
--
View this message in context:
http://www.nabble.com/Graphical-Configuration-Utility-tp21019003p21034793.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