Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: Java program

  1. #1
    Junior Member
    Join Date
    Oct 2011
    Posts
    4
    My Mood
    Depressed
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Java program

    Hi,

    I need a java program that study gedcom(genealogy file) and display the data in the file and check for errors and anamolies errors like birth date after death or death before birth ,divorce before marriage .and anamolies like marriage to wrong sex,birth date after death date,person born before parents marriage.Etc.

    Thanking you
    Attached Files Attached Files


  2. #2
    Member
    Join Date
    Feb 2012
    Posts
    106
    My Mood
    Yeehaw
    Thanks
    8
    Thanked 11 Times in 11 Posts

    Default Re: Java program

    it sounds like a big project!

    I would take the problems as they come, I would leave checking for anomalies AFTER you have written your base code.
    for your main program you will need to read in entire lines from I assume a text file and store them in an ArrayList of Strings.
    start by writing that, and use a print statement after you have gotten the entire file to print your strings to make sure it stores it correctly.

    let us know if you get stuck and ask a specific question, if not try the next step and format each entry into its own organized parts, again print to make sure you are still printing out the objects inside.

    last consider your anomalies conditions and write code to check for them.

    Good luck
    Jonathan

  3. #3
    Member clydefrog's Avatar
    Join Date
    Feb 2012
    Posts
    67
    Thanks
    15
    Thanked 2 Times in 2 Posts

    Default Re: Java program

    how much will you pay me to do this for you? just kidding

    These projects seem massive, i know because i was just working on one a week ago lol. Initially you dont know where to start, but i'd suggest starting from say, user input and then work with the methods that manipulate the input. Once you build momentum, it gets easier.

    Come here with specific questions and the community will help you out

    you can do it!

  4. #4
    Think of me.... Mr.777's Avatar
    Join Date
    Mar 2011
    Location
    Pakistan
    Posts
    1,136
    My Mood
    Grumpy
    Thanks
    20
    Thanked 82 Times in 78 Posts
    Blog Entries
    1

    Default Re: Java program

    Quote Originally Posted by sarasaleem View Post
    Hi,

    I need a java program that study gedcom(genealogy file) and display the data in the file and check for errors and anamolies errors like birth date after death or death before birth ,divorce before marriage .and anamolies like marriage to wrong sex,birth date after death date,person born before parents marriage.Etc.

    Thanking you
    And????? Read the forums Rules.

Similar Threads

  1. need help with my java program
    By omegared33 in forum What's Wrong With My Code?
    Replies: 8
    Last Post: October 21st, 2011, 04:22 PM
  2. Java Error cannot be applied to (java.lang.String), phone book entry program.
    By iceyferrara in forum What's Wrong With My Code?
    Replies: 5
    Last Post: September 23rd, 2011, 06:32 AM
  3. Help with this java program
    By Nemphiz in forum Object Oriented Programming
    Replies: 3
    Last Post: April 13th, 2010, 03:09 AM
  4. How do you add GUI to this java program?
    By leyla in forum AWT / Java Swing
    Replies: 1
    Last Post: October 18th, 2009, 01:32 PM
  5. Convert Java Program to Java ME code
    By rinchan11 in forum Java ME (Mobile Edition)
    Replies: 1
    Last Post: October 5th, 2009, 10:18 PM

Tags for this Thread