Re: visual ide for NetRexx

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

Re: visual ide for NetRexx

dIon Gillard/Multitask Consulting/AU
On Mon, 4 May 1998 17:42:50 +1000, Chih-L Han wrote:

|   Dear NetRexx usrs,
|  
|   I have tried to run visual-IDE for NetRexx on my powermac running mklinux
|   preDR3 without success. I guess it might be due to wrong set of file paths.
|   Because the readme file oonly talks about win/os2, I need some more advice
|   about how to get it running on Linux. Any advice is welcome.

You'll need to set your classpath to include the swingall.jar (from swing 1.0.1 or higher) and the vnr.jar file (from the
distribution).

I'm not sure how to do this with linux, but I know others here do.

I believe you'll need a shell script like vnr.bat or cmd that will do something like this:

set CLASSPATH=$CLASSPATH:vnr.jar:$SWING_HOME/swingall.jar;
export $CLASSPATH
java vnr.ide.VisualNetRexx userid password

Let me know if you need help. I'll try.


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