Search the web
Sign In
New User? Sign Up
ibm-netrexx
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1270 - 1299 of 1480   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1270
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
Sep 19, 2002
3:36 pm
1283
... Thread.currentThread() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Mike Cowlishaw, IBM Fellow IBM UK (MP5), PO Box 31, Birmingham...
Mike Cowlishaw
mfc@...
Send Email
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...
Send Email
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@...
Send Email
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...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Fernando Cassia
fcassia@...
Send Email
Nov 23, 2002
1:20 pm
Messages 1270 - 1299 of 1480   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help