Re: java compiler

2003-01-30 Thread Kris Kennaway
On Thu, Jan 30, 2003 at 11:27:29AM -0600, Brian Henning wrote: > I have heard that the new gcc compilers have the ability to compile java > source code into a binary. > > I was told all I need to do is add the flag -x java and it will work. > > For example: gcc -x java HelloWorld.java > > when i

java compiler

2003-01-30 Thread Brian Henning
I have heard that the new gcc compilers have the ability to compile java source code into a binary. I was told all I need to do is add the flag -x java and it will work. For example: gcc -x java HelloWorld.java when i tried this i get the following error: gcc: Warning: `-x java' after last inpu