Java - 64-bit.

Discussion in 'Bukkit Help' started by cheese5505, Jul 19, 2012.

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

    cheese5505

    Alright, you may have seen my other post about java. Well, I installed java, but instead of 64-bit it runs 32-bit. Now, I have been trying for about 1.5 months to get this working, so I am pissed. Any ideas? I got some suggestions on java-forums, but only how to install.

    Specs:
    Ubuntu 11.something 64-bit
    12GB RAM
    Intel Xeon
    Ask if you want more.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 27, 2016
  2. Offline

    Jade

  3. Offline

    TnT

    Moved to the correct forum.

    cheese5505
    Try simply typing "java -version"
    Post the output. If running that command gives you the x64 version, modify your bat file to reflect this:
    Code:
    @echo off
    java -Xincgc -Xmx1G -jar craftbukkit.jar
    
    Change the -Xmx value to the amount of RAM you want to run and the craftbukkit.jar to the filename of your craftbukkit file.
     
  4. Offline

    cheese5505

    Not sure, but I'm pretty sure that it's not 64-bit.
    Code:
    java version "1.7.0_05"
    Java(TM) SE Runtime Environment (build 1.7.0_05-b05)
    Java HotSpot(TM) Server VM (build 23.1-b03, mixed mode)
    
     
  5. Offline

    TnT

    Are you sure you installed x64 Java?
    Go here and select "Offline for x64 Windows"
    http://java.com/en/download/manual.jsp
     
  6. Offline

    cheese5505

    It's a Ubuntu Server. I have tried manual install, and it says:
    Code:
    -bash: ./java: cannot execute binary file
    
     
  7. Offline

    TnT

  8. Offline

    cheese5505

  9. Offline

    TnT

    Therein lies your problem. You may have downloaded the wrong disc. :'(
     
  10. Offline

    cheese5505

    mk, now to go talk to the server owner about a fuggin remote install.
     
Thread Status:
Not open for further replies.

Share This Page