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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 723 - 752 of 1480   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
723
... As NetRexx has in difference to a JDK no native code, either all users whatever opsys they use have to pay or none. And where's the problem to pay for...
K.-P. Kirchdoerfer
kapeka@...
Send Email
Oct 1, 1999
9:03 am
724
... Regarding email-objects try JavaMail (www.javasoft.com). It's fully rfc-conform, don't know if MS Exchange is. For stderr and stdout try: ...
K.-P. Kirchdoerfer
kapeka@...
Send Email
Oct 1, 1999
9:03 am
725
The future is always uncertain, but I can say that there are absolutely no plans to charge for the NetRexx reference implementation at present. In fact, Jerry...
MFC@...
Send Email
Oct 1, 1999
9:26 am
726
... Take a look at java.lang.System.setStd(PrintStream) and setErr(PrintStream) Works in any environment. /Don ...
Don Vining
don-vining@...
Send Email
Oct 1, 1999
2:08 pm
727
... That's a thing I really would appreciate. Meanwhile the Visual Age people will keep on discussing that for the next few years without doing anything. -- ...
Andreas Zieritz
zieritz@...
Send Email
Oct 4, 1999
10:08 am
728
There is an a new IDE for developing Java-programs written in Java called AnyJ. I have not tested it and probably its useless... http://www.netcomputing.de/ ...
Andreas Zieritz
zieritz@...
Send Email
Oct 5, 1999
6:24 am
729
Without making any changes to my system the NetRexx compiler is failing with the following message. COM.ibm.netrexx.process.RxQuit at...
joe mcverry
jmcverry@...
Send Email
Oct 11, 1999
4:05 pm
730
Never mind. One of the jar files was corrupted... ... -- Joe McVerry American Coders Ltd. POBox 97462 Raleigh, NC 27624 USA 919.846.2014 ...
joe mcverry
jmcverry@...
Send Email
Oct 11, 1999
7:12 pm
731
A question... Is this snip of code allowable? It compiles and runs fine, but I've never seen a "Do Do" in anyone elses scripts... :') if Command='OPEN' then do...
Jerry McBride
mcbrides@...
Send Email
Oct 13, 1999
2:26 am
732
Yes, nesting DOs is allowed (in fact any NetRexx control construct can be nested inside any other, to any depth). Looks from the comments that the inner DOs...
MFC@...
Send Email
Oct 13, 1999
8:43 am
733
Otay - Well there three of us with interest so far. According to egroups there are 309 people on this list. In order for it to go forward, we need to show a...
J. Pedone
jpedone@...
Send Email
Oct 24, 1999
11:58 pm
734
... 309 people on ibm-netrexx plus netrexx-course? ... What list did I miss? I can't beleive I' missing out on something related to NetRexx! ... Huh! I'll have...
Jerry McBride
mcbrides@...
Send Email
Oct 25, 1999
12:21 am
735
I was just sitting here polishing off some netrexx and the idea struck me how nice it would be to have an option like "MakeBigDecimal" that would automatically...
Jerry McBride
mcbrides@...
Send Email
Oct 25, 1999
12:26 am
736
For the "new guys/gals" here... I'm revisiting some old netrexx apps that I wrote awhile (about a year) back, cleaning it up and updating it with my new found...
Jerry McBride
mcbrides@...
Send Email
Oct 29, 1999
6:32 am
737
Hello List !!! This is my first post to this list. Please excuse me if I am posting something that had already been discussed earlier. Here is my problem : ...
Bachi Allamsetty
Bachi.Allamsetty@...
Send Email
Nov 2, 1999
10:16 pm
738
This sounds as though NetRexxC cannot find the javac classes. In JDK 1.2 these were moved out of the core library, and so you need to add them to the ...
MFC@...
Send Email
Nov 3, 1999
4:23 pm
739
A new release of 'nr', the batch utility for compiling NetRexx (& Java) scripts on the fly and running them, is available at ...
Anthony B. Coates
abcoates@...
Send Email
Nov 7, 1999
1:44 pm
740
I am a first time user of NetREXX and Java trying to get into the swing of things (pun intended). I am trying to 'convert' an example program from a book...
Colin Kopp
thaumaturgist58959@...
Send Email
Nov 8, 1999
7:13 am
741
... Mike, if you DO consider this request, then please only make it an option. -- Colin Paul Adams Preston Lancashire ...
Colin Paul Adams
colin@...
Send Email
Nov 8, 1999
7:30 am
742
The Swing package names have changed over time .. make sure you're using the right one. See:...
MFC@...
Send Email
Nov 8, 1999
12:01 pm
743
Ahhhh.....and that was indeed the problem - it should have been javax.swing. Thank you (and thanks to K. Stephen Nelson) for the tip. Cheers, ./CK ... ...
Colin Kopp
thaumaturgist58959@...
Send Email
Nov 9, 1999
7:32 am
744
In what circumstances is the NetRexxR.zip file needed to run an application written in NetRexx? I ask, because all my source files specify options binary, and...
Colin Paul Adams
colin@...
Send Email
Nov 9, 1999
7:53 am
745
** Reply to message from Colin Paul Adams <colin@...> on 07 Nov 1999 17:37:33 +0000 Dear Colin, While I have no quibble with the suggestion that...
Anthony B. Coates
abcoates@...
Send Email
Nov 9, 1999
9:08 am
746
NetRexxC doesn't compile dependencies (except insofar as javac does it at the compilation stage) as a deliberate design decision. In my experience, the need ...
MFC@...
Send Email
Nov 9, 1999
3:55 pm
747
I am having problems uploading some java class files up onto my internet site because of the way the classes are named. Let's say I have an applet which has...
Satguru Srivastava
SatguruSrivastava@...
Send Email
Nov 9, 1999
8:56 pm
748
Sounds like a problem with the FTP server .. '$' should be valid as a filename character. (The '$' is generated by javac, by the way, nothing that NetRexxC...
MFC@...
Send Email
Nov 9, 1999
9:22 pm
749
One thought .. try using MPUT/MGET and a wildcard such as *.class ? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Mike Cowlishaw, IBM...
MFC@...
Send Email
Nov 9, 1999
9:23 pm
750
... And, if it does not work, another solution is to put the class files in a jar file. Martin -- lafaix@... Team OS/2 http://www.multimania.com/lafaix ...
Martin Lafaix
lafaix@...
Send Email
Nov 10, 1999
1:12 am
751
... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to ...
Haeh, George
George.Haeh@...
Send Email
Nov 10, 1999
4:50 pm
752
Sorry for this long post but here's a followup on this problem.... I wrote to tripod regarding this problem and here is what they replied.. and if what they...
Satguru Srivastava
SatguruSrivastava@...
Send Email
Nov 11, 1999
10:15 pm
Messages 723 - 752 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