Java 1.6.0_18-1, Jcash, Frostwire,Jedit,Genealogy

Miscellaneous tools
Message
Author
User avatar
sullysat
Posts: 367
Joined: Tue 16 Oct 2007, 19:23
Location: San Antonio, TX

#16 Post by sullysat »

I'm running this java and frostwire on 214XRC3
Puppy Files Mirror - [b][url]http://www.wisdom-seekers.com/puppy.html[/url][/b]
Classic Puppy Page - [b][url]http://www.wisdom-seekers.com/puppy214x.html[/url][/b]

zenfunk
Posts: 220
Joined: Wed 18 Mar 2009, 07:28

#17 Post by zenfunk »

OK, everything seems fine. First I had a full personal storage file, then I had left out the -jar option while trying to start my java programs- lesson learned. Thanks a lot @ Tuuxxx (again!) for providing this nice package.

Cheers,
Christian

User avatar
37fleetwood
Posts: 403
Joined: Fri 10 Aug 2007, 03:25

#18 Post by 37fleetwood »

sorry if this is stupid question, but what database does the Genealogy
program use?
[color=darkblue][b]Thanks!
Scott 8) [/b][/color]
[color=darkblue][size=150]I'm a PC... Without Windows[/size][/color]

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#19 Post by ttuuxxx »

37fleetwood wrote:sorry if this is stupid question, but what database does the Genealogy
program use?
LOL you had to ask :)

genealogical data stored in Gedcom format

Gedcom

Gedcom is a standard for exchanging genealogical information in an electronic format. This is important because GenJ's core is modelled around it. That's not necessarily visible at the surface but knowing about Gedcom helps to understand why the things in GenJ work the way they do.

Generally all Gedcom information is hierarchically structured. An entity (Individual, Family, Media, Note, Source, Submitter or Repository) is comprised of a tree of properties without an inherent limit on depth or number of nodes. There's a large set of well-defined properties (like Date, Name, Sex, etc.) for each entity, each capturing values understood by all applications supporting the standard.

The Gedcom file is a simple text file with one line per property. There's no notion of closing and ending Tags (like in XML) - lines have different marked levels instead. The level is specified by a number - then follows a tag identifying the property. Here is an example of a record for an individual (different levels are textually indented for readability only):

0 INDI @I001@
1 NAME Nils /Meier/
1 SEX M
1 BIRT
2 DATE 25 May 1970
2 PLAC Rendsburg, Germany
1 GRAD
2 DATE 10 Dec 1996
2 PLAC Friedrich Wilhelm University Bonn
2 TYPE Diplom Informatiker
1 RESI
2 DATE FROM Jul 1999 TO DEC 2000
2 ADDR 202-1241 Kilborn Place
3 CONT Ontario, Canada
3 CITY Ottawa
3 POST K1H1A5
1 NOTE @N003@

The power of GenealogyJ is that it allows this nested information to be edited in its hierarchical form. All defined properties are treated in a way that offers specific input for editing - no need to look at the text file. Since GenJ knows about properties which reference entities, it handles the referential integrity and allows for easy construction of relationships (like adding a child to a parent or adding a spouse to an individual). GenJ knows about the Gedcom standard and will suggest sub-properties to add to properties if desired.

The current Gedcom version supported by GenJ is 5.5. If you feel like learning more about Gedcom please feel encouraged to browse the specification - it's an ongoing effort to align GenJ as closely as possible with this standard.
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

rokytnji
Posts: 2262
Joined: Tue 20 Jan 2009, 15:54

#20 Post by rokytnji »

On MacPup Foxy 3. Java pet installed and checked good at javas site.


Frostwire on the other hand does not want to install on Macpup.

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#21 Post by ttuuxxx »

rokytnji wrote:On MacPup Foxy 3. Java pet installed and checked good at javas site.


Frostwire on the other hand does not want to install on Macpup.
I never had so many issues with something like this, lol
What do you mean it doesn't want to install? can you supply a screen shot of whats going on? please.
Installing pets are a universal thing and should have issues.
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
Artie
Posts: 448
Joined: Tue 04 Oct 2005, 17:45
Location: Norway
Contact:

#22 Post by Artie »

How about a Java update? http://java.sun.com/javase/6/webnotes/6u20.html Thanks! :-)

Artie

Post Reply