Re: Java Executable

2004-12-21 Thread Arnaud Vandyck
Mon, 20 Dec 2004 16:16:06 -0500, Matt Young <[EMAIL PROTECTED]> wrote: > I am trying to ficure out how to compile a java source file directly to > a native binary executable for linux. IS this possible? I have been > trying to get GCJ to work but it is complaining about a missing file. > Here

Re: Java Executable

2004-12-21 Thread Michael Koch
Am Dienstag, 21. Dezember 2004 07:47 schrieb Michael Koch: > Am Montag, 20. Dezember 2004 22:16 schrieb Matt Young: > > I am trying to ficure out how to compile a java source file > > directly to a native binary executable for linux. IS this > > possible? I have been trying to get GCJ to work but

Re: Java Executable

2004-12-21 Thread Michael Koch
Am Montag, 20. Dezember 2004 22:16 schrieb Matt Young: > I am trying to ficure out how to compile a java source file > directly to a native binary executable for linux. IS this > possible? I have been trying to get GCJ to work but it is > complaining about a missing file. Here is the output: > >

Java Executable

2004-12-20 Thread Matt Young
I am trying to ficure out how to compile a java source file directly to a native binary executable for linux. IS this possible? I have been trying to get GCJ to work but it is complaining about a missing file. Here is the output: #> gcj-3.4 HelloWorld.java GCJ-3.4; libgcj.spec: No such file o

Java Executable

2004-12-20 Thread Matt Young
I am trying to ficure out how to compile a java source file directly to a native binary executable for linux. IS this possible? I have been trying to get GCJ to work but it is complaining about a missing file. Here is the output: I'm a noob but I would really love to get this working. -- ~.~.