Jeff Sturm <jeff.sturm@appnet.com> writes: > For compatibility with JDK, I recommend a shell script... you can even > call it `javac'. If I can still find the one I used, I'll post it to > the list. My plan was that 'gcj -C' would be more-or-less compatible with javac. I.e. a javac shell-script should be nothing more than: #!/bin/sh exec gcj -C "$@" -- --Per Bothner per@bothner.com http://www.bothner.com/~per/