OESF Portables Forum

Everything Else => General Support and Discussion => Zaurus General Forums => Archived Forums => Software => Topic started by: jimg_uk2000 on June 30, 2004, 07:11:28 pm

Title: java applet problems
Post by: jimg_uk2000 on June 30, 2004, 07:11:28 pm
I have been unable to successfully run any downloaded java packages.

When I run 'evm DocReader.jar' or other jar files I get the following error.
java.lang.NoClassDefFoundError: DocReader/jar

Invariably I download to my SD card but I've never been able to run them when installed in RAM.

Can anyone tell me what I'm doing wrong?

Thanks,

Jim
Title: java applet problems
Post by: flens on June 30, 2004, 08:03:53 pm
Hi,
you have to define a classpath like this:
evm -classpath DocReader.jar ....DocReader

I don't think that evm supports the features of JAVA2

Moin