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: Free Application or Software for Java Programming focused on OOP

  1. #1
    Junior Member
    Join Date
    Jun 2011
    Posts
    2
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Question Free Application or Software for Java Programming focused on OOP

    Hi good day to all... Need a little help on what free application or software can I use for java
    programming. I'm a beginner in programming. Thanks in advance.


  2. #2
    Forum old-timer
    Join Date
    Nov 2008
    Location
    Faversham, Kent, UK
    Posts
    472
    My Mood
    Mellow
    Thanks
    4
    Thanked 58 Times in 54 Posts

    Default Re: Free Application or Software for Java Programming focused on OOP

    When starting out, you need to become familiar with using command-line Java, so you know the basic operation of setting up, writing, compiling, and running Java. Any simple editor will do for writing the code - notepad, TextPad, etc. Once you are familiar with the basics, you can migrate to an IDE (Integrated Development Environment), which will do a lot of the low-level work for you, check your code for syntax errors, compile & run code for you, and allow you to debug your code. If you try to start using an IDE without first becoming familiar with command-line Java, you'll find yourself lost and confused if the IDE doesn't do what you expect at some point.

    Good free IDEs for Java development are JCreator, BlueJ, Eclipse, Netbeans, and IntelliJ IDEA. They're all free, and generally look similar, but have their own styles of project organisation. Each takes time to learn how to use, so once you know how to use command-line Java, have a play with them and see which one you find most comfortable.

  3. The Following 2 Users Say Thank You to dlorde For This Useful Post:

    JavaPF (June 13th, 2011), seicair (June 14th, 2011)

  4. #3
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: Free Application or Software for Java Programming focused on OOP

    Welcome to the forums seicair.

    I would suggest starting here - Trail: Getting Started (The Java™ Tutorials)

    I personally use the Eclipse IDE. If you want to have a play with it, follow this tutorial - http://www.javaprogrammingforums.com...plication.html
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  5. The Following User Says Thank You to JavaPF For This Useful Post:

    seicair (June 14th, 2011)

  6. #4
    Junior Member
    Join Date
    Jun 2011
    Posts
    2
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: Free Application or Software for Java Programming focused on OOP

    Thanks for the help...

Similar Threads

  1. Senior Java Software Developer - Omaha, NE
    By lfanella in forum Paid Java Projects
    Replies: 1
    Last Post: February 1st, 2011, 04:16 AM
  2. Help with jdk/Java software
    By IpodHero in forum Java IDEs
    Replies: 1
    Last Post: December 16th, 2010, 11:05 AM
  3. Free Programming
    By freeprogramming in forum The Cafe
    Replies: 1
    Last Post: March 14th, 2010, 03:21 PM
  4. Replies: 0
    Last Post: December 3rd, 2009, 04:43 PM
  5. Free java hosting service providers
    By servlet in forum Java Servlet
    Replies: 1
    Last Post: May 14th, 2009, 07:28 AM