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: Want To Compile And Run Java Code At Home

  1. #1
    Junior Member
    Join Date
    Nov 2013
    Posts
    8
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Want To Compile And Run Java Code At Home

    Long time C programmer / Java newbie here.

    I've been through some tutorials and I'm now ready to compile and run my own code. I'm looking for a FREE compiler that I can install on my home PC (Windows 7), possibly one that is combined with a development environment. Any recommendations for a free and intuitive compiler with integrated development environment?


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Want To Compile And Run Java Code At Home

    The Oracle site has several choices for a java SDK. Also for IDEs look at Netbeans and eclipse.
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    Nov 2013
    Posts
    8
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: Want To Compile And Run Java Code At Home

    Thanks, Norm. I'm developing code with JDK 1.7 and NetBeans. Merry Christmas.

  4. #4
    Junior Member
    Join Date
    Dec 2013
    Posts
    7
    My Mood
    Cheerful
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Want To Compile And Run Java Code At Home

    Quote Originally Posted by Jim Corner View Post
    Long time C programmer / Java newbie here.

    I've been through some tutorials and I'm now ready to compile and run my own code. I'm looking for a FREE compiler that I can install on my home PC (Windows 7), possibly one that is combined with a development environment. Any recommendations for a free and intuitive compiler with integrated development environment?
    I prefer Eclipse.

Similar Threads

  1. Replies: 8
    Last Post: February 12th, 2013, 05:45 AM
  2. Showrt program will compile but nothing happens when I run it.
    By learningjavanow in forum What's Wrong With My Code?
    Replies: 6
    Last Post: December 25th, 2012, 06:36 PM
  3. Replies: 1
    Last Post: November 2nd, 2012, 04:16 PM
  4. Replies: 2
    Last Post: January 7th, 2011, 09:10 PM