RE: NetRexx and HP-UX 10.20

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

RE: NetRexx and HP-UX 10.20

Marko.Stenvik-2

I am newbie with this. Please help me.

I got HP-UX 10.20 machine with 'JDK 1.0.2 Port by the Open Group Research
Institute'

It is installed in /usr/booser/java. There is for example following directo
ries and files
/usr/booser/java/html/
/usr/booser/java/bin
/usr/booser/java/classes/
/usr/booser/java/lib/
/usr/booser/java/html/
java.zip
java*

I compile hello.nrx in my os/2 machine with netrexx 1.02 and I copy
hello.class to HP-UX -machine /usr/booser/java/bin/hello.class.

I exported following;
export CLASSPATH=/usr/booser/java/bin/NetRexxC.zip:/usr/booser/java/classes
:/usr/booser/java:/usr/booser/java/bin/NetRexxR.zip
export JAVA_CLASSES=/usr/booser/java:/usr/booser/java/classes:/usr/booser/j
ava/bin/NetRexxC.zip
export JAVA_COMPILER=/usr/booser/java/bin/javac

With './java hello' I got error:
'Can' find class hello'

Using nrc -script  'nrc hello.nrx' I got error:
'Can't find class COM.ibm.netrexx.process.NetRexxC'

So what should I do to make this hello run?

         Marko


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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>