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...
Fernando Cassia
fcassia@...
Nov 23, 2002 1:20 pm
1300
Hi group... good day, Mike. Has anyone here been successful in compiling java/netrexx using the gcj compiler in gcc 3.2.1 on the linux platform? I'm ready for...
Jerry McBride
mcbrides9@...
Dec 4, 2002 3:48 am
1301
In my quest for faster builds I now have adapted DIon Gillards NetRexxC ant task to work with my NetRexx compiler server. This because we now can use ant's...
rvjansen <rvjansen@...>
rvjansen@...
Dec 9, 2002 7:22 am
1302
... Does this mean what it (almost) implies, that the Java BigDecimal class is written using NetRexx not Java coding? Or was the class retrofitted to Java? The...
Gardiner, Roy
roy.gardiner@...
Dec 9, 2002 3:56 pm
1303
... retrofitted ... The class on my website was written in NetRexx. The Open Source version of it is simply the Java output from the NetRexx compiler. (-keep...
Mike Cowlishaw
mfc@...
Dec 9, 2002 5:16 pm
1304
Hello Mike & al, I do hope that all your projects are going well and you will not have a 150% load over the holidays. Anyway, I would like to wish you and your...
Thomas.Schneider@...
Dec 19, 2002 4:45 pm
1305
... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to ...
Thomas.Schneider@...
Dec 19, 2002 7:13 pm
1306
Hi Thomas, Even at $99 EUR, and as much as I'd like to purchase it, we suffered a ~ 250% devaluation of our currency to the US dollar, so purchasing a $99 USD...
Fernando Cassia
fcassia@...
Dec 19, 2002 11:19 pm
1307
... Hash: SHA1 How do I "SET NOMAIL" while I'm on holiday? Marcus Davage Database Administrator, Business Support, Lloyds TSB Insurance, Tredegar Park,...
Davage, Marcus
Marcus.Davage@...
Dec 24, 2002 11:12 am
1308
... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to ...
Thomas.Schneider@...
Jan 2, 2003 5:26 pm
1309
Hi all, Got this error while trying to compile a simple program. I know that new java 1.3 has been installed... Can anybody give me an idea of what is missing...
PATRICK LEROY
patrick.leroy@...
Jan 27, 2003 7:53 pm
1310
Hi Patrick, you have to have tools.jar on the classpath to compile. ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To...
Thanks all for your responses. I was able to compile now, when including in my CLASSPATH the "/usr/lpp/java/IBM/J1.3/lib/tools.jar" (not...
PATRICK LEROY
patrick.leroy@...
Jan 28, 2003 12:13 pm
1312
Hi again, Please help in the following problem: A have a Netrexx CGI that was working well, until systems people upgraded from Java 1.1.8 to Java 2 (1.3). Now,...
PATRICK LEROY
patrick.leroy@...
Jan 30, 2003 4:40 pm
1313
Hi, Just received a response from IBM, FYE ... ... The /usr/lpp/internet/bin/htjgiwrapper code only supports the JDK at 1.1.8. It won't work with the 131s JDK....
PATRICK LEROY
patrick.leroy@...
Feb 4, 2003 7:29 pm
1314
Hi Patrick, this certainly makes sense. You will be happy with servlets compared to CGI once you get the hang of it, and you will be happy with JSP once you...
Hello there, I have just uploaded release 4.01 of the classic Rexx to NetRexx converter to hy home-page, www.Rexx2Nrx.com The changes include: - function...
Thomas.Schneider@...
Feb 5, 2003 10:12 am
1316
Hello Mike, hello all, I've two quite annoying probs with the current NetRexxC compiler: Sample netrexx file: options binary strictcase strictargs [...] ...
Patric Bechtel
bechtel@...
Feb 5, 2003 11:56 pm
1317
... The 'write' problem is almost unique in the Java libraries; I think you should be able to achieve what you want by using: outWriter.write(String s) though...
Mike Cowlishaw
MFC@...
Feb 6, 2003 8:46 am
1318
... Hash: SHA1 On Thu, 6 Feb 2003 08:42:32 +0000, Mike Cowlishaw wrote: Hello Mike, ... I tried that already. The first version of the code used all variations...
Patric Bechtel
bechtel@...
Feb 6, 2003 6:35 pm
1319
Hello there, I am definitely sure that the Java compiler optimizes string concatenation. For the same task I do need 3 seconds in (NetRexx ) and Java, and more...