I'm trying to run a Minecraft Server with Bukkit in 12.04.
In the .sh file I'm using to start the Server, I wrote java -Xms1024M -Xmx1024M -jar (and then I wrote the location of where the craftbukkit file is).
When I try to run it in terminal, it opens then closes immediately and I can't start the server. How can I keep terminal open and get the file to run?