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 2 of 2

Thread: Need help with Java Project / Databases and reading files

  1. #1
    Junior Member
    Join Date
    Jul 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Need help with Java Project / Databases and reading files

    I apologize for my bad English. I am not a native speaker.
    I want to read about a 100 files. There are 4 Categories of the files.
    I also want to create a Database of these files. The 4 Categories are my Columns. My question is how to it. I know what i want to do but not how to write in code.

    I would really appreciate suggestions, explanation or else... Thank you very much in advance.
    Greetings


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Need help with Java Project / Databases and reading files

    Welcome to the Forum! Please read this topic to learn how to post code correctly and other useful tips for newcomers.
    I know what i want to do but not how to write in code.
    Then start by defining your design (the part you know you want to do) in comments or pseudo-code. It's not clear why you do not know how to write the code needed, but once you've documented your design in pseudo-code or comments, you can fill in the Java code you know how to do and work to learn the parts you don't know how to do. We'll help where we can when you ask specific questions related to code you've tried to write.

Similar Threads

  1. reading files
    By jocdrew21 in forum What's Wrong With My Code?
    Replies: 31
    Last Post: April 17th, 2014, 02:21 PM
  2. [SOLVED] Java - reading in two text files of different sizes into an ArrayList
    By deeevo in forum What's Wrong With My Code?
    Replies: 6
    Last Post: April 25th, 2013, 02:00 PM
  3. Help fixing my Java program! Reading files
    By Spanky_10 in forum What's Wrong With My Code?
    Replies: 3
    Last Post: February 27th, 2013, 05:51 PM
  4. java GUI , reading in files
    By zerocool18 in forum What's Wrong With My Code?
    Replies: 11
    Last Post: February 25th, 2013, 07:23 PM
  5. Reading files and writing files
    By ProgrammerNewbie in forum What's Wrong With My Code?
    Replies: 5
    Last Post: December 3rd, 2012, 12:13 AM