iographica formerly known as mousepath

Requests go here. If you fill a request, give it a new thread in the appropriate category and then link to it in the request thread.
Post Reply
Message
Author
User avatar
morgonzola
Posts: 161
Joined: Thu 22 Apr 2010, 03:14
Location: Los Angeles, CA

iographica formerly known as mousepath

#1 Post 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

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#2 Post 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.
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

User avatar
GustavoYz
Posts: 883
Joined: Wed 07 Jul 2010, 05:11
Location: .ar

Re: iographica formerly known as mousepath

#3 Post 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...

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#4 Post 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.
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

User avatar
abushcrafter
Posts: 1418
Joined: Fri 30 Oct 2009, 16:57
Location: England
Contact:

#5 Post by abushcrafter »

Interesting program. Thanks.
[url=http://www.adobe.com/flashplatform/]adobe flash is rubbish![/url]
My Quote:"Humans are stupid, though some are clever but stupid." http://www.dependent.de/media/audio/mp3/System_Syn_Heres_to_You.zip http://www.systemsyn.com/

User avatar
morgonzola
Posts: 161
Joined: Thu 22 Apr 2010, 03:14
Location: Los Angeles, CA

#6 Post by morgonzola »

alright well thanks guys much appreciated :D

now i know more abuot java stuff

two birds with one stone

Post Reply