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)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Could not find the main class: Struts2GUI-0.1-alpha.jar. Program will exit.
How can i run it?
2008/12/15 mpeccorini <[email protected]>
>
> Hi everyone,
>
> I looked for a struts 2 graphical configuration utility and couldn't
> find one, you guys probably remember Struts Console created by James Holmes
> (www.jamesholmes.com/struts/console/).
>
> So I've started a new project in sourceforge.net to develop one. I've
> also imported a first version of the project and it currently opens,
> creates
> new and saves struts 2 configuration files respecting the data type
> definition hosted at http://struts.apache.org/dtds/struts-2.0.dtd.
>
> It also allows the user to create, edit and delete all kinds of elements
> and validates the resulting XML structure against the DTD.
>
> If anyone wants to take a look at it and give it a try, it's located at
> https://sourceforge.net/projects/struts2gui/.
>
> I sincerely appreciate any feedback and of course patches :p
>
> Regards,
>
> Mauricio Peccorini
> --
> View this message in context:
> http://www.nabble.com/Graphical-Configuration-Utility-tp21019003p21019003.html
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>