I've just installed NDS PJE 1.0 in conjunction with Java Forte 4
and have been working through the QuickStart tutorial. I created
the Hello World app, which works just fine under java or jre but
when running it as specified using pjava, I get the following
error:
Exception in thread "main" java.lang.NoClassDefFoundError: Hello
Effective classpath is:
j:\Hello
?:/classes
C:\ext\cawt.jar
J:\ext\debug.zip
J:\ext\javaphone.jar
J:/lib/classes.zip
Specified classpath was:
j:\Hello;?:/classes;?:/ext/*;?:/lib/classes.zip
Apparently, there is some problem with the configuration, and
the j: directory is not getting mounted to the erj development
directory (???).
If I run the epoc emulator, the j: directory is mounted just
fine and I can see the Hello subdirectory, etc.
This problem exists either when run directly from the command
line or when launched from Forte.