I would recommend to downlaod the tomighty Jar File. (http://tomighty.googlecode.com/files/tomighty-0.6.jar)
The next step is to make sure, that Java is installed on your computer. To check this, open a terminal and type "java -v". Then you should get some info like Java Version and so on.
Then navigate via console to the folder tomighty.jar is located and type into terminal: "java -jar tomighty-0.6.jar". This should open tomighty.
I hope this helps :)
Dominik
> --
> You received this message because you are subscribed to the Google Groups "Tomighty" group.
> To post to this group, send email to tomi...@googlegroups.com.
> To unsubscribe from this group, send email to tomighty+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/tomighty?hl=en.
>
regarding the terminal issue: type "java -jar tomighty-0.6.jar &" and tomighty should run in background.
If you want tomighty to start at startup, you could write a Bash script which is executed every time the system boots up. If you are not familiar with bash scripts, i would recommend to search google for the basics. Essentially you write a file which has the command i wrote and you have to make it executable.
I am not on a Linux machine right now, so I hope I could get you started with what you want to achieve. I also would recommend you the ubuntuusers forum (just google for it :) ), there should be many tutorials and entries which explain how to write simple bash scripts and execute them at startup.
P.S. I wonder why you cannot execute the jar files with a doubleclick on your ubuntu machine. This looks like an ubuntu problem.
Dominik
Well, by the way I think it's time to create a Ubuntu (deb) package so
that people don't need to go through these manual steps.
Célio
2011/4/21 demonboy <ja...@followtheboat.com>: