JDK 1.1.4

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

JDK 1.1.4

Mike Cowlishaw-3
Only reasons I can think of for getting that message might be that you
typed

  nrc -run Hello

or

  nrc -run hello.nrx

The 'hello' needs to be in lowercase and no .nrx on some platforms.

--
Mike Cowlishaw, IBM Fellow, IBM UK Laboratories
http://www2.hursley.ibm.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

Reply | Threaded
Open this post in threaded view
|

Re: JDK 1.1.4

Xiangyun Kong
You should put the directory where you invokes nrc on your default

classpath, or simply put "." in your classpath.

Michael

-----------------------------------------------------------------------
I am installing NetRexx and the JDK 1.1.4.

My hello program compiles successfully:
C:\jdk1.1.4\bin> nrc -run hello

I get:
complitation of hello.nrx succesful.

But I also get:
can't find class hello


I am brain dead.  I can not remember what everybody said was wrong
if you get this message.

Brad.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>