Transfer Server From PC to MAC?

Discussion in 'Bukkit Discussion' started by DaClowns, Mar 7, 2012.

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

    DaClowns

    I have a Mac and a PC on the same desk in my room. I like to play games on my PC, so I am trying to get my server i run on my PC over to mac, so it runs from the mac.

    I tried putting the whole folder called "Bukkit Server" with eveyrthing in it, plugins, the bukkit version, the start.bat thing, I put the folder on a USB Drive, and put it on the mac.

    I opened up the folder on the mac like I would do with my PC, went to double click Start.bat and it's telling me there is no program to open start.bat?

    Any help? Am I doing this wrong?
     
  2. Offline

    3ric

    Batch files (.bat) are files intended to run in Windows. You'll have to start your server another way. I'm not familiar with Mac OS' so I can't give you any answers, other than Google it.
     
  3. Offline

    ZerothAngel

    DaClowns

    In general, the Linux instructions should work. For example, I have a script start.sh with the following contents:
    Code:
    #!/bin/sh
    java -Xmx1024m -Xms512m -jar craftbukkit.jar
    
    If you aren't that familiar with the Mac command line, the Bukkit wiki has step-by-step instructions for setting up Bukkit on a Mac.
     
Thread Status:
Not open for further replies.

Share This Page