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

