[Sablevm-developer] ClassNotFoundException
Brought to you by:
egagnon
From: Fabien R. <re...@ne...> - 2004-06-17 10:17:50
|
Hello, I have 2 or 3, I don´t know problems : I´m with 1.1.3 on ARM 1) All my classes are in the same directory. When I want to run programms written with AWT I have ClassNotFoundException : <my_class> The other classes in the same directory work. Actually that can work (I only have qt no X) but I´m expecting another error 2) When I want to run java progs written with qt I have this : sablevm: INTERNAL ERROR (source file "native_interface.c", line 23627): todo This error seems normal, no ? 3) I want to run a little web server. I have this : [verbose class: loading "java/net/ServerSocket"] [verbose class: loading "gnu/java/net/PlainSocketImpl"] [verbose class: creating "[Ljava/lang/StackTraceElement;"] [verbose class: loading "java/lang/Throwable$StaticData"] java.lang.NoClassDefFoundError at java.net.ServerSocket.ServerSocket (ServerSocket.java:118) at java.net.ServerSocket.ServerSocket (ServerSocket.java:179) at java.net.ServerSocket.ServerSocket (ServerSocket.java:156) at java.net.ServerSocket.ServerSocket (ServerSocket.java:137) at WebServer.main (WebServer.java:113) It´s strange, sablevm doesnt say me what is the missing class Someone could help me ? Cheers, Fabien |