Nicole Chiang
-
2003-12-31
- priority: 5 --> 9
I used servlet to call an aglet and in the aglet program
(parent aglet), I create an aglet without using tahiti.
The program line as below:
Aglets.createAglet(null,new URL
("file://C:/Aglets2.0.2/public"),"Utama.MyAglet",null);
However, there is an error occurred when I tried to run
the program. The error is java.lang.NoClassDefFoundError
at com.ibm.aglet.system.Aglets.createAglet(Unknown
Source). I have already save the MyAglet.class in
c:/Aglets2.0.2/public/Utama.
Why this problem occurred?Please help me!It is very
urgent.