Re: Java Machine Code

1999-03-19 Thread Jeff Galyan
You should look at writing it as a servlet and using Apache JServ (details at www.apache.org), instead of trying to find a Java bytecode-to-native-code compiler. So far as I know, there isn't one that's complete enough yet to be useable. --Jeff Chengyan Che wrote: > > Hi Friends, > > I am kin

Re: Java Machine Code

1999-03-13 Thread Nathan Meyers
Chengyan Che wrote: > > Hi Friends, > > I am kind of newbie to both java and linux. Using JDK1.1.1, I've made a > small java application which is intended to be used as a CGI script running > on Linux(RedHat), Apache as http server. But how can I compile it into a > native Linux machine code exe

Java Machine Code

1999-03-13 Thread Chengyan Che
Hi Friends, I am kind of newbie to both java and linux. Using JDK1.1.1, I've made a small java application which is intended to be used as a CGI script running on Linux(RedHat), Apache as http server. But how can I compile it into a native Linux machine code executable, instead of a .class file?