Getting an error on /java/lang/thread

Hi

I am trying to run a java application on a RISC machine with AIX operating system.

The command im using to run it is

java -classpath :/opt/local/software/docs/itops/reports.jar Reports

where reports.jar is the jar file containing the application and Reports is the name of the class.

I am getting an error

Unable to initialize threads : cannot find class java/lang/thread

Appreciate any help on this

Thanks

Balu

[483 byte] By [Wagleb] at [2007-9-26 3:25:26]
# 1
it sounds like your base classes are not in the class path. You need to include the directory to the SDK when running the class.
rvflannery at 2007-6-29 11:46:18 > top of Java-index,Archived Forums,Java Programming...