Can't find class when i use java.awt.Panel

I got a Pocket PC with CE 3.0

I made my first PJava application just a few hours ago. And it works fine. But when i introduce a Panel to improve the interface then application fails on the Pocket PC with the error message "could not find class application". When i remove the Panel it works fine again.

I thought that java.awt.* is part of PJava. And even if not i should be able to introduce even a java.lang.* class to the PJava application if i use the JAR.

Any suggestion?

[508 byte] By [StreichertF] at [2007-9-26 5:56:39]
# 1

you should provide more detail about your deployment procedures.

There are many ways to get this message. AWT in fact is part of pJava and works fine for most of us. So I assume the deployment is the problem. Have you checked the actual content of the JAR? Have you provided a path statement? How do you call your app (shortcut?)

joachimkroeger2 at 2007-7-1 14:30:13 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
Was my fault. First time to work with JAR and i did not notice that i had to provide the JAR setting every time even within the same session. So after the first creation of the JAR file i only created empty JAR's.Stupid me...
StreichertF at 2007-7-1 14:30:13 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
Was my fault. First time to work with JAR and i did not notice that i had to provide the JAR setting every time even within the same session. So after the first creation of the JAR file i only created empty JAR's.Stupid me...
StreichertF at 2007-7-1 14:30:13 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 4
Was my fault. First time to work with JAR and i did not notice that i had to provide the JAR setting every time even within the same session. So after the first creation of the JAR file i only created empty JAR's.Stupid me...
StreichertF at 2007-7-1 14:30:13 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 5
Was my fault. First time to work with JAR and i did not notice that i had to provide the JAR setting every time even within the same session. So after the first creation of the JAR file i only created empty JAR's.Stupid me...
StreichertF at 2007-7-1 14:30:13 > top of Java-index,Java Mobility Forums,Java ME Technologies...