Problem configuring NetRexx

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Problem configuring NetRexx

Sandeep Desai-2
Hi all,

I tried running "hello.nrx" application.It was giving the following error:

Exception in thread "main" java.lang.NoClassDefFoundError:
COM/ibm/netrexx/process/NetRexxC

My classpath is set to the following:

set classpath="e:\sandeep\Web Development\Java\jdk1.2.1\lib\NetRexxC.zip";"e:\sandeep\Web
Development\Java\jdk1.2.1\lib\tools.jar";.;
 

Kindly help me to get this work.

Thanks
Sandeep Desai