Hello there, as some of you know, I did work in the past 1 1/2 years (oh, wow!) on a 'classic Rexx to NetRexx' converter (Rexx2Nrx). It has been a spare time...
Thomas.Schneider@...
Oct 19, 2001 5:55 pm
1216
Mike, I have a updated version of NetRexxJe plugin The new version is Version 0.05 and has following changes ... - Removed code which used the old Action API. ...
Satguru P. Srivastava
srivastava.satguru@...
Oct 25, 2001 4:49 am
1217
I've just run my first NetRexx program on my new iPaq handheld! So cool and so easy. I first loaded PersonalJava from the Sun site. Then I took the...
Mike Measel
mike.measel@...
Oct 30, 2001 4:02 pm
1218
Hello there, I am happy to report that an initial release of the 'classic Rexx to NetRexx converter', named Rexx2Nrx, is now available for public use. In...
Thomas.Schneider@...
Nov 5, 2001 5:46 pm
1219
Hello, When there is a discrepancy between the NRL book and the reference implementation which takes precedence? A very esoteric problem. NRL, Definition,...
Chad Slaughter
slaught@...
Nov 13, 2001 8:04 am
1220
... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to ...
Moore, Chuck (DIS)
ChuckM@...
Dec 4, 2001 12:47 am
1221
... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to ...
Thomas.Schneider@...
Dec 14, 2001 5:41 pm
1222
Hi list, I know that the list isn't a General REXX help but the people here is the people wiht more wisdom abot REXX that i know... I need help to run a...
porfirio.avila@...
Dec 18, 2001 5:09 pm
1223
Would it be possible to port NetRexx to the .NET platform? And why is NetRexx not open source. I think a closed source environment could be a reason for many...
smoerk
smoerk@...
Dec 21, 2001 1:06 pm
1224
... Yes, though it would be a major piece of work. ... The compiler is an experimental one, with lots of 'hooks' inside for other languages, etc., and it is...
Mike Cowlishaw
MFC@...
Dec 21, 2001 1:33 pm
1225
Hello there, as you probaly know the classic Rexx to NetRexx converter (Rexx2Nrx) contains it's own run-time package with emulations of those classic Rexx ...
Thomas.Schneider@...
Jan 25, 2002 4:26 pm
1226
FYI My Rexx & NetRexx Site URL has changed from http://sites.netscape.net/ssatguru to http://mywebpage.netscape.com/ssatguru/ Thanks Sat ...
Satguru P Srivastava
srivastava.satguru@...
Feb 7, 2002 4:25 am
1227
Hi, I installed NetRexx 2.02 on OS X 10.1.2 with JDK 1.3.1 I put the file NetRexxC.jar in the directory /Library/Java/Extensions to make it accessible to the...
Werner Randelshofer
werner.randelshofer@...
Feb 7, 2002 8:00 am
1228
... 1.3.1 should be fine (that's what I run). It sounds as though there maybe something odd with the Java installation -- this rings a faint bell. Can you...
Mike Cowlishaw
MFC@...
Feb 7, 2002 12:51 pm
1229
I'm a bit baffled about the Why? for NetRexx and would appreciate opinions along these lines: 1) NetRexx is a simple stepping-stone to proper Java and then...
GARDINER, Roy, MANU ITI
Roy.Gardiner@...
Feb 7, 2002 5:21 pm
1230
... NetRexx creates pure Java so performance is a moot point. But it is certainly simpler to write, read, and maintain! ... You could certainly include Java...
Dave Martin
dave_martin@...
Feb 7, 2002 6:26 pm
1231
Hello Roy, NetRexx should NOT be abandoned. What would Java look like if they would have had a look at REXX syntax and semantics and would have NOT copied a...
Thomas.Schneider@...
Feb 7, 2002 6:37 pm
1232
I think you'll get as many different answers as there are people on this list. In my opinion Rexx is a great tool for power users and Java is a great tool for...
Werner Randelshofer
werner.randelshofer@...
Feb 7, 2002 8:04 pm
1233
... I must disagree. Rexx, and NetRexx, are tools for both types of people. I've done complete, major, projects with both and the abilility to quickly...
Dave Martin
dave_martin@...
Feb 7, 2002 8:51 pm
1234
You need to be superuser to do this of course (su or sudo). Put NetRexxC.jar in the following directory: ...
todd
spindler@...
Feb 8, 2002 3:11 am
1235
moving again! new site url is http://ssatguru.tripod.com/netrexx The old site was too cumbersome to maintain. Thanks Sat ... From: "Satguru P Srivastava"...
Satguru P Srivastava
srivastava.satguru@...
Feb 8, 2002 4:38 am
1236
Ok, now it works. Putting classes.jar and NetRexxC.jar explicitly on the user classpath did the trick. Thanks to everyone who sent me an answer. This is a...
Werner Randelshofer
werner.randelshofer@...
Feb 8, 2002 10:27 am
1237
I'm interested to know any comparisons between NetRexx parse instruction and using some of the other available parser classes, like the xml parser on alpha...
Mike Measel
mike.measel@...
Feb 20, 2002 1:28 pm
1238
They're not really directly comparable. The NetRexx parse instruction is optimised for parsing a single string or line, whereas the purpose of an XML parser...
Mike Cowlishaw
MFC@...
Feb 20, 2002 2:02 pm
1239
MessageI've just started something in NetRexx using the JDOM classes www.jdom.org : seems to work and is straightforward. Would that be of interest ? Regards, ...
Tim & Mary Weatherstone
weatherstone@...
Feb 20, 2002 6:06 pm
1240
Hi, anybody knows what I'm doing wrong: import java.util. class test method test() method main(args=String[]) static synchedTreeMap =...
rvjansen
rvjansen@...
Mar 11, 2002 3:43 pm
1241
... The message appears to be correct .. did you perhaps use 'package java.util' in the Java case, or subclass that class? (That is, are the NetRexx and Java...
Mike Cowlishaw
MFC@...
Mar 11, 2002 5:29 pm
1242
... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to ...
Thomas.Schneider@...
Mar 12, 2002 6:05 pm
1243
Hello there, is there a method to build a MS '.EXE' file in addition to the Java class file ? I would like to execute my Java programs directly from the MS-DOS...
Thomas.Schneider@...
Mar 15, 2002 5:51 pm
1244
Hello there, ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To unsubscribe from this mailing list ( ibm-netrexx ), please...