Jump to content

[Solved] Run sh file for java application?


franky1223

Recommended Posts

You can post what command you need run, and we will run it for you.

 

It is the file "/CraftBukkit/RUN.sh"

 

Here is its content:

 

#! /bin/sh 
BINDIR="$(dirname "$(readlink -fn "$0")")"
cd "$BINDIR"
java -Xincgc -Xmx1024M -jar craftbukkit-0.0.1-SNAPSHOT.jar

 

 

Link to comment
Share on other sites

Sorry, but I can't run that file for you. Our servers soft-limit memory at 256 MiB and hard-limit it at 512 MiB. If you need a gig you should probably look towards paid hosting...

Link to comment
Share on other sites

Nope, sorry. HelioHost is a free hosting company and doesn't offer premium hosting or virtual private servers. However, there are many others available - search Google :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...