Progress, it feels so close...
This is my most recent progress:
I unzipped the jar file first.
The caveat is that once the server is running, I can connect to it in minecraft client. Instead of the waiting for server and then a time out, it moves to "Logging in". However, after a time out, it drops out. The server appears to be running on the AppleTV2, but it cannot load everything to actually get the whole program up and running. I can type commands to the minecraft server from the terminal window, but when I type list to list the players, it says "stopping server" and then the server quits.
Weird huh? Anyone have ideas for these seemingly last few bugs in the way of running a server all the time on my AppleTV2?
Apple-TV:/Applications/minecraft/mcserver root# java -Xmx128M -Xms128M net.minecraft.server.MinecraftServer nogui
[Lmp;@69aa18
146 recipes
[Lmp;@69aa18
16 achievements
2011-05-19 03:01:17 [INFO] Starting minecraft server version Beta 1.5_02
2011-05-19 03:01:17 [WARNING] **** NOT ENOUGH RAM!
2011-05-19 03:01:17 [WARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
2011-05-19 03:01:17 [INFO] Loading properties
2011-05-19 03:01:17 [INFO] Starting Minecraft server on *:25565
java.lang.NoSuchMethodError: setPerformancePreferences
at cl.<init>(SourceFile:25)
at net.minecraft.server.MinecraftServer.c(SourceFile: 129)
at net.minecraft.server.MinecraftServer.run(SourceFil e:263)
at bj.run(SourceFile:394)
2011-05-19 03:01:17 [SEVERE] Unexpected exception
java.lang.NoSuchMethodError: setPerformancePreferences
at cl.<init>(SourceFile:25)
at net.minecraft.server.MinecraftServer.c(SourceFile: 129)
at net.minecraft.server.MinecraftServer.run(SourceFil e:263)
at bj.run(SourceFile:394)