Question about java-virtual-machine

2004-08-26 Thread John Goerzen
Hello, I have just uploaded ikvm to incoming. ikvm is an implementation of a Java virtual machine for .net and runs under Mono. It can act as a replacement for /usr/bin/java with one exception: it cannot handle classes/jars that link in native code. Here's an example. Jython can use libread

gcj doesn't work at all

1999-12-17 Thread John Goerzen
OK, I have this code: public class Test { public static void main(String[] args) { System.out.println("Hi."); } } Saved in Test.java of course. Works fine with javac/java. Watch gcj: erwin ~$ gcj --main=Test Test.java /tmp/ccabvlAqmain.o: In function `main': /tmp/ccglnVjDmain.i(.t

Re: Archive of this thread? [was Re: Status of Free Java Environment?]

1999-12-17 Thread John Goerzen
Douglas Bates <[EMAIL PROTECTED]> writes: > archives at the Debian web site were last updated on 19:25 GMT Wed Dec > 15. > > Could someone tell me how frequently the archives are updated. Daily, I believe. -- John

Re: Status of Free Java Environment?

1999-12-16 Thread John Goerzen
Occasionally one is glad to be wrong, and this is just such a case :-) I'll give it a try! Alex Yukhimets <[EMAIL PROTECTED]> writes: > On Wed, Dec 15, 1999 at 08:30:27PM -0600, John Goerzen wrote: > > Hmm I was under the impression that Jikes was 1) non-free, 2) not > &

Re: Status of Free Java Environment?

1999-12-16 Thread John Goerzen
out the text stuff. > -- > --Per Bothner > [EMAIL PROTECTED] http://www.bothner.com/~per/ > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EM

Re: Status of Free Java Environment?

1999-12-16 Thread John Goerzen
Per Bothner <[EMAIL PROTECTED]> writes: > * Java compiler (.java to .class) > > Gcj can also compile .java to .class. It currently does not handle > inner classes, but that is being actively worked on. It is written in > C, so is reasonably fast. It generates reasonable good bytecode. And > o

Re: Status of Free Java Environment?

1999-12-16 Thread John Goerzen
Mark Wielaard <[EMAIL PROTECTED]> writes: > > * Compiler (to native executable) > GCC, the Gnu Compiler Collection comes with GCJ, the Gnu Compiler for Java Also, not sure where it gets its class libraries from, but it doesn't seem to even fully implement Java 1.1! (No AWT!)

Re: Status of Free Java Environment?

1999-12-16 Thread John Goerzen
Mark Wielaard <[EMAIL PROTECTED]> writes: > > * Java compiler (.java to .class) > There is the Kopi Java Compiler written > in Java. And the super fast Jikes written in C++ > . Hmm I was under the i

Status of Free Java Environment?

1999-12-15 Thread John Goerzen
(with or without JIT) * Compiler (to native executable) * Debugger (jdb equiv) * appletviewer tool * jar tool * javadoc tool Etc. Basically, the components of the JDK. Thoughts? -- John Goerzen Linux, Unix consulting & programming [EMAIL PROTECTED] | Developer, Debian GNU/Linux (

Why no JDK for Alpha?

1999-11-16 Thread John Goerzen
Hi, ftp.alphalinux.org has a version of JDK that runs on Alpha. (Snag the RH6.0 stuff in the 1.1.8 area). Can we please get this into our jdk1.1 package? It's annoying always having to use /usr/local for java stuff on alpha. Thanks, John -- John Goerzen Linux, Unix consu