Re: Java in OS?

loewis@informatik.hu-berlin.de
Fri, 3 May 1996 23:45:32 +0200


In article <199605022331.TAA06253@neon.ingenia.com>,
Mike Shaver <shaver@neon.ingenia.com> wrote:
>How would you specify where to find the interpreter? Compiled Java
>doesn't have comments, so you couldn't use the #!-style approach.

I have a Windows module (actually, MZ) which recognizes DOS programs and
invokes dosemu or Wine on demand. In the same way, you could recognize
Java byte code and invoke Java from inside the kernel.

Martin