Kmilo
16 Aug 2009, 7:16 PM
Hey you guys:
Im a newbi trying to install the gxt on eclipse jee galileo 3.4 but i have a serious problem
I instlled the gwt plugin for eclipse and download the gxt library. Then i followed every step in the setup.txt file like adding the gxt.jar in the buildpath and the classpath, and writting <inherits name='com.extjs.gxt.ui.GXT'/> in the gwt.xml file. But when im runnign the web application it keeps launching the same error.
[ERROR] Line 16: Unexpected exception while processing element 'inherits'
java.lang.NoClassDefFoundError: com/google/gwt/core/ext/Generator
at java.lang.ClassLoader.findBootstrapClass(Native Method)
at java.lang.ClassLoader.findBootstrapClass0(Unknown Source)
at java.lang.ClassLoader.loadClass(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 com.google.gwt.dev.cfg.ModuleDefSchema$ObjAttrCvt.convertToArg(ModuleDefSchema.java:720)
at com.google.gwt.dev.util.xml.HandlerArgs.convertToArg(HandlerArgs.java:64)
at com.google.gwt.dev.util.xml.HandlerMethod.invokeBegin(HandlerMethod.java:214)
at com.google.gwt.dev.util.xml.ReflectiveParser$Impl.startElement(ReflectiveParser.java:257)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source
Does anyone know how to solve it?
should i uninstall eclpise and start everything again ?
should i install another eclipse version ?
I'll appreciate the help.
Im a newbi trying to install the gxt on eclipse jee galileo 3.4 but i have a serious problem
I instlled the gwt plugin for eclipse and download the gxt library. Then i followed every step in the setup.txt file like adding the gxt.jar in the buildpath and the classpath, and writting <inherits name='com.extjs.gxt.ui.GXT'/> in the gwt.xml file. But when im runnign the web application it keeps launching the same error.
[ERROR] Line 16: Unexpected exception while processing element 'inherits'
java.lang.NoClassDefFoundError: com/google/gwt/core/ext/Generator
at java.lang.ClassLoader.findBootstrapClass(Native Method)
at java.lang.ClassLoader.findBootstrapClass0(Unknown Source)
at java.lang.ClassLoader.loadClass(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 com.google.gwt.dev.cfg.ModuleDefSchema$ObjAttrCvt.convertToArg(ModuleDefSchema.java:720)
at com.google.gwt.dev.util.xml.HandlerArgs.convertToArg(HandlerArgs.java:64)
at com.google.gwt.dev.util.xml.HandlerMethod.invokeBegin(HandlerMethod.java:214)
at com.google.gwt.dev.util.xml.ReflectiveParser$Impl.startElement(ReflectiveParser.java:257)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source
Does anyone know how to solve it?
should i uninstall eclpise and start everything again ?
should i install another eclipse version ?
I'll appreciate the help.