borka wrote:Got an Ender client running on your OsX? Look how it's done there or check how Hasse did it:
viewtopic.php?f=27&t=32796&p=452146#p452146
example
run.command (Java 32 Bit)
- Code: Select all
#!/bin/bash
cd `dirname "$0"`
java -d32 -Xms256m -Xmx1024m -jar maid.jar moltke.seatribe.se -r ./res
Yea, been using enders but its gotten a bit outdated.
I tried the same run.command with maid.jar instead of haven.jar but got a bunch of error nonsense...