Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/372.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 无法在GXT GWT中初始化类_Java_Gwt_Gxt - Fatal编程技术网

Java 无法在GXT GWT中初始化类

Java 无法在GXT GWT中初始化类,java,gwt,gxt,Java,Gwt,Gxt,我在执行应用程序时遇到以下异常。在这里,我创建了一个类abcTextArea,它扩展了TextArea,并为文本框提供了额外的属性。但我正在变得异常。你能帮帮我吗 05:16:57,606 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/abcHtml]] (http-/10.1.3.22:8080-1) Exception while dispatching incoming RPC call

我在执行应用程序时遇到以下异常。在这里,我创建了一个类abcTextArea,它扩展了TextArea,并为文本框提供了额外的属性。但我正在变得异常。你能帮帮我吗

05:16:57,606 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/abcHtml]] (http-/10.1.3.22:8080-1) Exception while dispatching incoming RPC call: java.lang.NoClassDefFoundError: Could not initialize class com.abc.client.ui.abcTextArea
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [rt.jar:1.7.0_55]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) [rt.jar:1.7.0_55]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [rt.jar:1.7.0_55]
at java.lang.reflect.Constructor.newInstance(Constructor.java:526) [rt.jar:1.7.0_55]

该类在运行时不在类路径中

该类在运行时不在类路径中

你可以显示代码吗,请…你不应该在服务器代码中实例化这个类。你可以显示代码,请…你不应该在服务器代码中实例化这个类