Craftbukkit Starter

Discussion in 'Bukkit Help' started by rrac, Mar 17, 2011.

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

    rrac

    Alright, so I have the latest version downloaded, and I click the Craftbukkit Starter. It shows a message like this in the command prompt:

    java.lang.UnsatisfiedLinkError: C:\Users\Cathy\AppData\Local\Temp\jline_git-Bukk
    it-0_0_0-544-g6c6c30a-b556jnks.dll: Can't load AMD 64-bit .dll on a IA 32-bit pl
    atform
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.load0(Unknown Source)
    at java.lang.System.load(Unknown Source)
    at jline.WindowsTerminal.loadLibrary(WindowsTerminal.java:315)
    at jline.WindowsTerminal.initializeTerminal(WindowsTerminal.java:240)
    at jline.Terminal.setupTerminal(Terminal.java:75)
    at jline.Terminal.getTerminal(Terminal.java:26)
    at jline.ConsoleReader.<init>(ConsoleReader.java:191)
    at jline.ConsoleReader.<init>(ConsoleReader.java:186)
    at jline.ConsoleReader.<init>(ConsoleReader.java:174)
    at net.minecraft.server.MinecraftServer.<init>(MinecraftServer.java:65)
    at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:391)
    at org.bukkit.craftbukkit.Main.main(Main.java:83)
    Press any key to continue . . .

    Right now it's in C:\Program Files (x86)\CraftBukkit

    I have a 64 bit OS, Windows 7.

    I also have no idea what the hell any of that says, so if you could please clarify; i'm also not that great on the 'computer language', so please dumb things down for a newb :p

    Thanks tons!
     
  2. Offline

    bastion

    Hi, since you are a noob to bukkit/craftbukkit, we will dumb things down for you, please do a search for "how to install bukkit/craftbukkit on my windows 7 64 bit server", there are some tutorials that will walk you through the installation process and how to set things up so they might work.

    The reason I say this is, I have no idea why you would put craftbukkit in your program files directory, what little I know about windows, that is probably going to cause some problems, but on top of that, you put it in your 32 bit program files directory and are trying to run it as a 64 bit application.

    Since you are a noob, find a tutorial and then follow it and everything should work out for you.
     
  3. Offline

    Samg381

    Thats not any way to help things. I have the same problem here
     
  4. Offline

    copyyou

    Code:
     Can't load AMD 64-bit .dll on a IA 32-bit pl
    atform
    wich porabely means you are

    1. running an 32 bit java
    2. placing it in a not-so-good directory. try to place it in ... for example documents.
    sorry for bad english
     
Thread Status:
Not open for further replies.

Share This Page