Java compilieren

Post Reply
Message
Author
Gerrit

Java compilieren

#1 Post by Gerrit »

Hallo,
Wie kann ich mit gcc Java kompilieren?
MfG Gerrit

ratte

Re: Java compilieren

#2 Post by ratte »

von hinten durch's knie ins auge

;)

ratte

im ernst:

gar nicht. du brauchst ein JDK.

crm

Re: Java compilieren

#3 Post by crm »

Aber moment mal! Die GNU Compiler Collection beinhaltet doch auch einen Java Compiler, der binär-Code erzeugt (keinen Bytecode).
Es muss doch also gehen, um damit schnelle, plattformabhängige Software zu kompilieren!

Bob Gomorrha

Re: Java compilieren

#4 Post by Bob Gomorrha »

Meinst Du gcj?

tuxrules
Posts: 75
Joined: 29. Jan 2003 20:18
Contact:

Re: Java compilieren

#5 Post by tuxrules »


Post Reply