Author |
Message |
ttuuxxx

Joined: 05 May 2007 Posts: 11240 Location: Ontario Canada,Sydney Australia
|
Posted: Sat 20 Feb 2010, 22:26 Post subject:
Java 1.6.0_18-1, Jcash, Frostwire,Jedit,Genealogy |
|
Well I noticed I haven't updated java in over a year so while doing that I also packaged up Jcash which is like GnuCash, and Forstwire which is a clone of limewire. enjoy tuuxxxx
Java
http://puppylinux.ca/tpp/ttuuxxx/programs/internet/jre1.6.0_18-1.pet
Jedit - jEdit is a mature programmer's text editor with hundreds (counting the time developing plugins) of person-years of development behind it. To download, install, and set up jEdit as quickly and painlessly as possible, go to the Quick Start page.
http://puppylinux.ca/tpp/ttuuxxx/programs/documents/jedit4.3.1-Java.pet
Frostwire
http://puppylinux.ca/tpp/ttuuxxx/programs/internet/frostwire-4.20.1.pet
Jcash
http://puppylinux.ca/tpp/ttuuxxx/programs/office/jcash-0.3.3.pet
Genealogy
http://puppylinux.ca/tpp/ttuuxxx/programs/office/Genealogy-java.pet
Username: puppy
Password: linux
Description |
|
Filesize |
70.72 KB |
Viewed |
4374 Time(s) |

|
Description |
|
Filesize |
60.01 KB |
Viewed |
4337 Time(s) |

|
Description |
|
Filesize |
73.86 KB |
Viewed |
4252 Time(s) |

|
Description |
|
Filesize |
31.31 KB |
Viewed |
4244 Time(s) |

|
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games 
Last edited by ttuuxxx on Sun 21 Feb 2010, 15:11; edited 3 times in total
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 11240 Location: Ontario Canada,Sydney Australia
|
Posted: Sun 21 Feb 2010, 01:22 Post subject:
|
|
added a Genealogy family tree program
ttuuxxx
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games 
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 11240 Location: Ontario Canada,Sydney Australia
|
Posted: Sun 21 Feb 2010, 15:12 Post subject:
|
|
Added jedit, I would say Jedit blows away Geany by a large amount, It has hundreds of plugins, really nice editor. Too bad it needs java to run
ttuuxxx
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games 
|
Back to top
|
|
 |
sullysat

Joined: 16 Oct 2007 Posts: 367 Location: San Antonio, TX
|
Posted: Sun 21 Feb 2010, 22:41 Post subject:
|
|
More awesomeness! Thanks ttuuxxx!
Just for clarification, do all these apps require java to run?
Sully
_________________ Puppy Files Mirror - http://www.wisdom-seekers.com/puppy.html
Classic Puppy Page - http://www.wisdom-seekers.com/puppy214x.html
|
Back to top
|
|
 |
DMcCunney
Joined: 02 Feb 2009 Posts: 894
|
Posted: Sun 21 Feb 2010, 23:07 Post subject:
|
|
sullysat wrote: | More awesomeness! Thanks ttuuxxx!
Just for clarification, do all these apps require java to run? |
They are all written in Java, so yes, they do.
______
Dennis
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 11240 Location: Ontario Canada,Sydney Australia
|
Posted: Sun 21 Feb 2010, 23:15 Post subject:
|
|
sullysat wrote: | More awesomeness! Thanks ttuuxxx!
Just for clarification, do all these apps require java to run?
Sully |
as DMcCunney stated yes they all take java, That will probably be the end of the list for now. Since I don't usually have java installed.
ttuuxxx
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games 
|
Back to top
|
|
 |
zenfunk
Joined: 18 Mar 2009 Posts: 222
|
Posted: Tue 02 Mar 2010, 14:31 Post subject:
|
|
Installed the pet, (finally) but now, when I want to run a java program on the cli with java nameofprogram it tells me that the command java isn't found. Grmpf.
Any ideas?
Cheers, Christian
|
Back to top
|
|
 |
rokytnji
Joined: 20 Jan 2009 Posts: 2288
|
Posted: Tue 02 Mar 2010, 17:54 Post subject:
|
|
Thanks Tux.
Quote: | Congratulations!
You have the recommended Java installed (Version 6 Update 1 . |
Works in NOP 4.31rc2 using Opera 10.10
|
Back to top
|
|
 |
DMcCunney
Joined: 02 Feb 2009 Posts: 894
|
Posted: Tue 02 Mar 2010, 19:13 Post subject:
|
|
zenfunk wrote: | Installed the pet, (finally) but now, when I want to run a java program on the cli with java nameofprogram it tells me that the command java isn't found. Grmpf.
Any ideas? |
Do "find /usr -name java" and tell us what it returns.
Here, java is /usr/bin/java, and /usr/bin/java is a symlink to /usr/java/bin/java.
The install process should have created that symlink, and java should be in your PATH.
______
Dennis
|
Back to top
|
|
 |
Jim1911
Joined: 19 May 2008 Posts: 2460 Location: Texas, USA
|
Posted: Tue 02 Mar 2010, 20:23 Post subject:
|
|
Does not work in Stardust-012.
Code: | # java
Error occurred during initialization of VM
java/lang/ClassNotFoundException: error in opening JAR file /usr/lib/java/lib/rt.jar
#
|
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 11240 Location: Ontario Canada,Sydney Australia
|
Posted: Tue 02 Mar 2010, 20:31 Post subject:
|
|
Jim1911 wrote: | Does not work in Stardust-012.
Code: | # java
Error occurred during initialization of VM
java/lang/ClassNotFoundException: error in opening JAR file /usr/lib/java/lib/rt.jar
#
|
|
Hi Jim to use java applications usually you open a terminal and type
java -jar filename.jar
or you can make script with java -jar filename.jar
in it so it works on click
ttuuxxx
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games 
|
Back to top
|
|
 |
trapster

Joined: 28 Nov 2005 Posts: 2119 Location: Maine, USA
|
Posted: Tue 02 Mar 2010, 20:43 Post subject:
|
|
Typing java in a console should result with this:
Code: | 07:44:50: ~ > java
Usage: java [-options] class [args...]
(to execute a class)
or java [-options] -jar jarfile [args...]
(to execute a jar file)
where options include:
-d32 use a 32-bit data model if available
-d64 use a 64-bit data model if available
-client to select the "client" VM
-server to select the "server" VM
-hotspot is a synonym for the "client" VM [deprecated]
The default VM is client.
-cp <class search path of directories and zip/jar files>
-classpath <class search path of directories and zip/jar files>
A : separated list of directories, JAR archives,
and ZIP archives to search for class files.
-D<name>=<value>
set a system property
-verbose[:class|gc|jni]
enable verbose output
-version print product version and exit
-version:<value>
require the specified version to run
-showversion print product version and continue
-jre-restrict-search | -jre-no-restrict-search
include/exclude user private JREs in the version search
-? -help print this help message
-X print help on non-standard options
-ea[:<packagename>...|:<classname>]
-enableassertions[:<packagename>...|:<classname>]
enable assertions
-da[:<packagename>...|:<classname>]
-disableassertions[:<packagename>...|:<classname>]
disable assertions
-esa | -enablesystemassertions
enable system assertions
-dsa | -disablesystemassertions
disable system assertions
-agentlib:<libname>[=<options>]
load native agent library <libname>, e.g. -agentlib:hprof
see also, -agentlib:jdwp=help and -agentlib:hprof=help
-agentpath:<pathname>[=<options>]
load native agent library by full pathname
-javaagent:<jarpath>[=<options>]
load Java programming language agent, see java.lang.instrument
-splash:<imagepath>
show splash screen with specified image
07:44:54: ~ > |
_________________ trapster
Maine, USA
Asus eeepc 1005HA PU1X-BK
Frugal install: Slacko
Currently using full install: DebianDog
|
Back to top
|
|
 |
Jim1911
Joined: 19 May 2008 Posts: 2460 Location: Texas, USA
|
Posted: Tue 02 Mar 2010, 20:48 Post subject:
|
|
ttuuxxx wrote: | Jim1911 wrote: | Does not work in Stardust-012.
Code: | # java
Error occurred during initialization of VM
java/lang/ClassNotFoundException: error in opening JAR file /usr/lib/java/lib/rt.jar
#
|
|
Hi Jim to use java applications usually you open a terminal and type
java -jar filename.jar
or you can make script with java -jar filename.jar
in it so it works on click
ttuuxxx | Sorry, I didn't give you complete information, two of your applications won't install and genealogy, although appearing to install and shows up in the menu, won't run which is why I gave the output of java for your information.
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 11240 Location: Ontario Canada,Sydney Australia
|
Posted: Tue 02 Mar 2010, 21:15 Post subject:
|
|
Hi jim for once I actually have this java installed and I'm downloading all the packages and I'll give them a test on 2.14x, later today I'll try it on quirky.
ttuuxxx
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games 
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 11240 Location: Ontario Canada,Sydney Australia
|
Posted: Tue 02 Mar 2010, 21:27 Post subject:
|
|
Hi Jim they all are working on 2.14X out of the box.
ttuuxxx
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games 
|
Back to top
|
|
 |
|