walsi
04-26-2008, 09:24 AM
Hi,
I included extGWT in my .gwt.xml-file:
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.extjs.gxt.ui.GXT'/>
<inherits name='com.google.gwt.user.User' />
<inherits name='com.google.gwt.http.HTTP' />
added the gxt.jar-file to the java build path and launch-configuration-classpath, but when I want to start my application, I get a lot of errors:
[ERROR] Line 134: The method setVisible(boolean) is undefined for the type TabItem
[ERROR] Line 135: The method setEnabled(boolean) is undefined for the type TabItem
[ERROR] Line 136: The method setVisible(boolean) is undefined for the type TabItem
as well as
[ERROR] Line 21: GWT does not yet support the Java 5.0 language enhancements; only 1.4 compatible source may be used
[ERROR] Errors in 'jar:file:/[...]/gxt.jar!/com/extjs/gxt/ui/client/Style.java'
[ERROR] Line 21: Syntax error, insert ";" to complete BlockStatements
and so on... what am I doing wrong?
Any help is really appreciated!
I included extGWT in my .gwt.xml-file:
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.extjs.gxt.ui.GXT'/>
<inherits name='com.google.gwt.user.User' />
<inherits name='com.google.gwt.http.HTTP' />
added the gxt.jar-file to the java build path and launch-configuration-classpath, but when I want to start my application, I get a lot of errors:
[ERROR] Line 134: The method setVisible(boolean) is undefined for the type TabItem
[ERROR] Line 135: The method setEnabled(boolean) is undefined for the type TabItem
[ERROR] Line 136: The method setVisible(boolean) is undefined for the type TabItem
as well as
[ERROR] Line 21: GWT does not yet support the Java 5.0 language enhancements; only 1.4 compatible source may be used
[ERROR] Errors in 'jar:file:/[...]/gxt.jar!/com/extjs/gxt/ui/client/Style.java'
[ERROR] Line 21: Syntax error, insert ";" to complete BlockStatements
and so on... what am I doing wrong?
Any help is really appreciated!