I'm attempting to use NetRexx within the Bean Scripting Framework in a Web Application. To start, I have a 2 line script written in JavaScript that I'm trying...
Kevin Baynes
kbaynes@...
Aug 2, 2002 4:42 pm
1271
JavaScript and NetRexx are not the same language ... but for this one I think you need to ask the BSF folks. - - - - - - - - - - - - - - - - - - - - - - - - -...
Mike Cowlishaw
MFC@...
Aug 2, 2002 5:15 pm
1272
Thanks to Mike and Dion for replies. Dion indicated that the JavaScript I sent may also be viewed as valid NetRexx; this is the confirmation or denial I was...
Kevin Baynes
kbaynes@...
Aug 5, 2002 1:44 pm
1273
I am reading a file using DataInputStream and I have the need to read some integers as unsigned. The problem is DataInputStream does not have a...
Mystery Guest
fw58959@...
Aug 24, 2002 3:54 pm
1274
Just following up on my previous posting. It looks like it is the 'L' suffix value that NetRexx does not like or does not support. I couldn't find anything...
Mystery Guest
fw58959@...
Aug 26, 2002 4:27 am
1275
Hex constants in NetRexx are self-defining in value; they have no type as such. so mask = long 0xffffffff unsign = logDataInputStream.readInt() & mask or ...
Mike Cowlishaw
MFC@...
Aug 26, 2002 8:48 am
1276
Perfect. That works just great. Thank you. ... _________________________________________________________________ MSN Photos is the easiest way to share and...
Mystery Guest
fw58959@...
Aug 27, 2002 2:03 am
1277
Hi all; I'm having a bit of a problem installing NetREXX. In step 3, I can't find a tools.jar anywhere on my system. In step 4, I get: C:\NetRexx\bin>java...
Hobart M Spitz
hobart_spitz@...
Sep 2, 2002 5:24 pm
1278
You are missing the javac compiler ... usually in tools.jar; possibly you have only Java runtime, not development, installed. Mike - - - - - - - - - - - - - -...
Mike Cowlishaw
mfc@...
Sep 2, 2002 9:14 pm
1279
Here goes. Thanks in advance. C:\NetRexx\bin>ver Windows 98 [Version 4.10.2222] C:\NetRexx\bin>java -version java version "1.2.2" Classic VM (build...
Hobart M Spitz
hobart_spitz@...
Sep 2, 2002 9:21 pm
1280
Definitely sounds as though you have only the runtime Java installed. Probably the command line command "javac" won;t work either. Solution: download & install...
Mike Cowlishaw
mfc@...
Sep 3, 2002 8:11 am
1281
mike dillon, I have a updated version of NetRexxJe plugin The new version is Version 0.08 and has following changes ... Added capability to define keyboard...
Satguru P Srivastava
srivastava.satguru@...
Sep 15, 2002 5:48 pm
1282
Helo Mike & all, I am currently implementing the classic Rexx 'symbol' and 'value' functions for NetRexx. one short question: How can I get the current...
Thomas.Schneider@...
Sep 19, 2002 3:36 pm
1283
... Thread.currentThread() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Mike Cowlishaw, IBM Fellow IBM UK (MP5), PO Box 31, Birmingham...
Mike Cowlishaw
mfc@...
Sep 19, 2002 3:52 pm
1284
Does someone know of a java-tool where the context of my classes is displayed in a graphics? ...
Andreas Zieritz
andreas.zieritz.cadup...
Oct 22, 2002 11:51 am
1285
There is an interesting Java analysis tool named Small World. It will display the classes. It ain't cheap but does come with a free 30 day trial. Check out:...
Joseph R. McVerry
jmcverry@...
Oct 22, 2002 12:13 pm
1286
Though I am very happy about JEdit I would like to know if someone is using Eclipse for writing Netrexx programs. ...
Andreas Zieritz
andreas.zieritz.cadup...
Oct 23, 2002 7:46 pm
1287
Thank you Mike C. for making NetRexx available. It has allowed me to develop an Internet Proxy Server (completely in NetRexx) which all of our home computers...
Geoffrey J. Cullen
gjcullen@...
Oct 24, 2002 9:20 pm
1288
Would you be interested in sharing it? My kids aren't quite old enough for internet access to be of a concern to me yet, but they will be soon. And I'd like...
Brian DeWeese
bdeweese@...
Oct 24, 2002 10:23 pm
1289
... And what a good reason for your kids to learn NetREXX to make necessary adjustments :))) Harry ...
Harijs Buss
hbush@...
Oct 27, 2002 10:36 am
1290
Hello all, as I've seen on java.sun.com, there's an update on the generics implementation of the javac compiler available (v1.3), which will be the one (or at...
Patric Bechtel
bechtel@...
Nov 5, 2002 11:47 am
1291
Interesting. I'm not keen on the "angle brackets" syntax, but possibilities. [Don't hold your breath, though: decimal arithmetic is using about 150% of my...
Mike Cowlishaw
mfc@...
Nov 5, 2002 4:44 pm
1292
Hello Mike, phew... holding my breath is not one of my strengths, I think... :-) As I'm told by a Sun employee working on the 1.4.2 release, they do not expect...
Patric Bechtel
bechtel@...
Nov 5, 2002 5:47 pm
1293
... Yes, the enhanced BigDecimal for Java is indeed about done. The prototype for it has been available since 1999 (you can find it from my website, /decimalj...
Mike Cowlishaw
mfc@...
Nov 5, 2002 6:21 pm
1294
Hello there, 150 % is much too much ....max time is always 100% (just a joke). Thomas. ... ...
Thomas.Schneider@...
Nov 5, 2002 6:54 pm
1295
Hello Patrick, as you might know I did develop a Rexx to NetRexx(and Java) translator (namely Rexx2Nrx, see www.Rexx2Nrx.com for recent updates) Could you...
Thomas.Schneider@...
Nov 5, 2002 7:14 pm
1296
On Tue, 5 Nov 2002 20:07:44 +0100, Thomas.Schneider@... wrote: Hi Thomas, take your eyes here: ...
Patric Bechtel
bechtel@...
Nov 6, 2002 8:03 pm
1297
Hello all, I'm just getting my feet wet with Netrexx (and Java for that matter). I've built a Java bean which works as expected, and I'm trying to port it to...
taf@...
Nov 7, 2002 7:25 am
1298
Try adding "Returns String" to the method declarations? (It's a while since I looked at beans -- see also the way you can get NetRexx to generate the methods...
Mike Cowlishaw
mfc@...
Nov 7, 2002 8:24 am
1299
Patric's message reminded me of something very important: IMHO... -Everyone using a Java2 vm from sun version 1.4.0.x (or even 1.3.x) should really uninstall...