|
|
Error creating new Grails Project
.uclClassLoader$1.run(uclClassLoader.java: 200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.uclClassLoader.findClass(uclClassLoader.j ava:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:3 07)
at sun.misc.Launcher$AppClassLoader.loadClass(Launche r.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:2 52)
at java.lang.ClassLoader.loadClassInternal(ClassLoade r.java:320)
Exception in thread quot;mainquot;
I haven't done anything different than what the instructions said. What do I need to fix to get this to work?
Other info:
STS is installed at: C:\Program Files\
grails is installed at: C:\Program Files\\grails-1.2.0.M3
These are the default settings it should work right?
OrokuSaki,
unfortunately this is a known issue with STS 2.2.0.RELEASE: the Grails tools are having issues if you install STS into a path with spaces.
This will be fixed in the upcoming 2.2.1.RELEASE next week. To work-around please move STS into a path without spaces.
Sorry for the inconvenience.
Christian
Thanks Christian,
I'm guessing none of your team uses windows I'll reinstall STS to another directory and give it try. |
|