Rexx to native compilation

Øyvind Harboe oyvind.harboe@zylin.com
Tue Mar 11 19:29:00 GMT 2003


For fun(the things I do for fun), I tried to compile 
a Rexx program to Java and then to native w/GCJ. 

See http://www.rexx2nrx.com

It seems there are a number of scripting languages that use
Java bytecode, Rexx is just one of them.

Didn't work, but I thought I'd post a little something
on it anyway.

C:\temp\rexx> \thisiscool-gcc\gcc-3.3\bin\gcj --main=qtsmall ..\netrexx\lib\NetRexxC.jar qtsmall.class


RxFileReader.nrx: In class `COM.ibm.netrexx.process.RxFileReader':
RxFileReader.nrx: In method `COM.ibm.netrexx.process.RxFileReader.getLine(int)':

RxFileReader.nrx:201: error: cannot find file for class sun.io.MalformedInputException

 
Øyvind



More information about the Java mailing list