I have two PCs (XP SP3 updated), a relatively new Lap (TopBobLapTop) and an older Desk Top(EDE-Server), both from Dell( if it makes any difference). The lap top will run NetRexxDE from jEdit which has the following .jar files.
CommonControls.jar ErrorList.jar FTP.jar jsch.jar kappalayout.jar NetRexxC.jar NetRexxDE.jar NetRexxScript.jar SideKick.jar I've copied the NetRexx*.jar things to the Desk Top to no avail. I'm wondering if anyone has had problems with NetRexxDE on jEdit. Thanks for your time and enjoy the Day. Bob Hamilton Richardson Texas USA _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
Bob,
Did you check what I indicated in a previous private email? - Saludos / Kind regards, David Requena NOTE: The opinions expressed here represent the opinions of the authors and do not necessarily represent the opinions of those who hold other opinions. -----Original Message----- From: Robert Hamilton <[hidden email]> Sender: [hidden email] Date: Sun, 18 Sep 2011 10:57:57 To: IBM Netrexx<[hidden email]> Reply-To: IBM Netrexx <[hidden email]> Subject: [Ibm-netrexx] NetRexxDE problems _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
Could you please re-send the Note. I must have whacked it. I've been struggling with NetRexxDE on an older PC-DeskTop but have it running on a newer LapTop and trying to figure out why.
Thanks for your time and enjoy your day. Bob Hamilton Richardson Texas USA On Sun, Sep 18, 2011 at 11:26 AM, David Requena <[hidden email]> wrote:
Bob, _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
Bob, see below.
In short: Check class name and file name are equal in case. Take "java" out of the options instruction at the top of your netrexx program. ------ Bob, A couple things to check: It seems you have a Test_One class in a file called test_one.nrx? Casing might be important although NetRexxDE should not change it at any time. Also the "java" option at the top of your NetRexx source might be preventing an actual Test_One.class ever being generated so there wouldn't be anything to load/run. I'm not sure on this one as I've never used this option inside code. On the newer computer you might actually be repeatedly executing the last Test_One.class you compiled before the introduction of the "java" option which wouldn't be present on the older pc. Let me know if that helps. - From: Robert Hamilton <[hidden email]>
Date: Sun, 18 Sep 2011 12:34:30 -0500 To: <[hidden email]>; IBM Netrexx<[hidden email]> Subject: Re: [Ibm-netrexx] NetRexxDE problems Thanks for your time and enjoy your day. Bob Hamilton Richardson Texas USA On Sun, Sep 18, 2011 at 11:26 AM, David Requena <[hidden email]> wrote:
Bob, _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
Free forum by Nabble | Edit this page |