Compile Bukkit with GCJ or GCC?

Discussion in 'Bukkit Help' started by morshu9001, Mar 26, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    morshu9001

    Does anybody know how to use GCJ to compile Bukkit into machine code? I want a more efficient server. I tried compiling with gcj bukkit.jar -o bukkit --main=org.bukkit.craftbukkit.Main, and it spit out a million errors in my console (too many to even scroll up to).

    I'm using Debian with the latest gcj installed using "sudo apt-get install gcj-jdk".
     
  2. Offline

    Amaranth

    GCJ was never faster and only had almost complete support for Java 1.4, we're up to Java 1.6 now and Java 1.5 was a _huge_ change. This isn't going to be possible.
     
    TnT likes this.
Thread Status:
Not open for further replies.

Share This Page