| Author |
Message |
morgonzola

Joined: 21 Apr 2010 Posts: 160 Location: Los Angeles, CA
|
Posted: Wed 30 Mar 2011, 12:44 Post subject:
iographica formerly known as mousepath Subject description: make art with your mouse |
|
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
if anyone can compile this thing it would be great
|
|
Back to top
|
|
 |
666philb

Joined: 07 Feb 2010 Posts: 1226 Location: wales
|
Posted: Wed 30 Mar 2011, 23:57 Post subject:
|
|
if java is installed and working properly, just clicking on the .jar file should run the program. You can find java in the ppm.
_________________ Quickpet_Precise, install popular apps quickly http://www.murga-linux.com/puppy/viewtopic.php?t=83642
LÖVE2d, a collection of 27 lua gameshttp://www.murga-linux.com/puppy/viewtopic.php?t=76739
|
|
Back to top
|
|
 |
GustavoYz

Joined: 07 Jul 2010 Posts: 866 Location: .ar
|
Posted: Thu 31 Mar 2011, 00:51 Post subject:
Re: iographica formerly known as mousepath Subject description: make art with your mouse |
|
| 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
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: | | 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...
_________________

|
|
Back to top
|
|
 |
666philb

Joined: 07 Feb 2010 Posts: 1226 Location: wales
|
Posted: Thu 31 Mar 2011, 10:13 Post subject:
|
|
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 then press the use command button. this will make all java files start automatically when you click on them.
_________________ Quickpet_Precise, install popular apps quickly http://www.murga-linux.com/puppy/viewtopic.php?t=83642
LÖVE2d, a collection of 27 lua gameshttp://www.murga-linux.com/puppy/viewtopic.php?t=76739
|
|
Back to top
|
|
 |
abushcrafter

Joined: 30 Oct 2009 Posts: 1447 Location: England
|
Posted: Fri 01 Apr 2011, 11:55 Post subject:
|
|
Interesting program. Thanks.
_________________ adobe flash is rubbish!
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/
|
|
Back to top
|
|
 |
morgonzola

Joined: 21 Apr 2010 Posts: 160 Location: Los Angeles, CA
|
Posted: Sat 02 Apr 2011, 02:23 Post subject:
|
|
alright well thanks guys much appreciated
now i know more abuot java stuff
two birds with one stone
|
|
Back to top
|
|
 |
|