> I tried to run an application packed in a JAR file:
> $ jre -cp testq.jar QueueTest
> but got the following message:
> 
> Unable to initialize threads: cannot find class java/lang/Thread
> Could not create Java VM
> 
> I use jdk-1.1.6, RPM version (jdk-sbb-1.1.6-2.1.2glibc).
> CLASSPATH, JAVA_HOME, and JDK_HOME are all
> set appropriately (I think).

The problem is, JRE cannot find the classes.zip file, which implies
that CLASSPATH is *not* set appropriately (alternatively, but much
less likely, is that something is wrong with your classes.zip).

M.

Reply via email to