Page 1 of 1

iographica formerly known as mousepath

Posted: Wed 30 Mar 2011, 16:44
by morgonzola
this program is pretty cool i like the idea

however it involves a .jar file and i have no idea how to compile this thingy

only thing i could think of is it needs jre :lol:

if anyone can compile this thing it would be great

Posted: Thu 31 Mar 2011, 03:57
by 666philb
if java is installed and working properly, just clicking on the .jar file should run the program. You can find java in the ppm.

Re: iographica formerly known as mousepath

Posted: Thu 31 Mar 2011, 04:51
by GustavoYz
morgonzola wrote:this program is pretty cool i like the idea

however it involves a .jar file and i have no idea how to compile this thingy

only thing i could think of is it needs jre :lol:

if anyone can compile this thing it would be great
Hi again Morgonzola!
Make sure of have a jre version instaled and running properly.
Open a terminal from the path that hosts the jar file and write:

Code: Select all

java -jar /mnt/home/someRealPath/IOGraph.jar
That line should run the program (no compilation is really needed), but check it for errors messages if it doesn't work.

PS: This program its just a Processing script exported as executable, 'packed' as a jar file...

Posted: Thu 31 Mar 2011, 14:13
by 666philb
it really is an excellent find. Nice one morgonzola, as an add on to what GustavoYz says, you can right click on the .jar file, select 'set run action' , and then type in GustavoYz's java -jar so it looks like this

Code: Select all

java -jar "$@"
then press the use command button. this will make all java files start automatically when you click on them.

Posted: Fri 01 Apr 2011, 15:55
by abushcrafter
Interesting program. Thanks.

Posted: Sat 02 Apr 2011, 06:23
by morgonzola
alright well thanks guys much appreciated :D

now i know more abuot java stuff

two birds with one stone