Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Downloadable Editor
#11
What I did (on my linux) is first made "buildism.c" which contained
Code:
#include <stdlib.h>

int main(){
system("java -Xms512m -Xmx1024m -cp ./Buildism.jar net.buildism.launcher.LauncherFrame");
}

in the home folder, then went to terminal and wrote
Code:
gcc -o buildism buildism.c
then took the result application and put it in the same folder as Buildism.jar

:3 linux is so easy huh
[Image: 5widdh.png]
Siggy by McNoobster!
[Image: loading.gif]
Reply


Messages In This Thread
Downloadable Editor - by Jacob__mybb_import1 - 06-01-2011, 05:37 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)