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

Thread: Beginner Developer with Basic Computer Requirement Questions

  1. #1
    Junior Member
    Join Date
    Nov 2019
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Beginner Developer with Basic Computer Requirement Questions

    I am not a developer or programmer myself, however, my son is in a robotics class in his school and they are using Java in their class. He has expressed an interest in learning more on his own and I would like to get him a computer so that he can do this. This is to be a surprise so I'm trying not to ask him what he wants.

    I have looked at a number of resources for online learning, and now I'm on to hardware. So, here are my first questions. Thank you for helping me out.

    1. Are there system requirements that optimize learning Java?
    2. Will he need to install any special software, such as some kind of interpreter or server software?

    Thank you for any suggestions.

  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: Beginner Developer with Basic Computer Requirement Questions

    1) None that I know of
    2) You need a JDK to compile and test java programs. It is a free download from the Oracle site.
    Also at some point you will want an IDE like Eclipse or Netbeans to make development easier. Initially I think using a simple editor and the command prompt leads to a better understanding of what is going on.
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    Nov 2019
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Beginner Developer with Basic Computer Requirement Questions

    Thank you, Norm.

    Can Java run by itself? For instance, as I understand if you want to build a webpage with Javascript you need to put it inside the HTML. Do you need to do such a thing with Java?

  4. #4
    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: Beginner Developer with Basic Computer Requirement Questions

    java does not run in a browser like javascript. Its programs are executed with the java command similar to most other PC programs.
    If you don't understand my answer, don't ignore it, ask a question.

  5. #5
    Junior Member
    Join Date
    Apr 2020
    Location
    Jacksonville, FL
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Beginner Developer with Basic Computer Requirement Questions

    Thank you!

Similar Threads

  1. Just a few basic questions
    By tloz in forum Java Theory & Questions
    Replies: 4
    Last Post: March 22nd, 2014, 08:42 AM
  2. basic java questions
    By Prajwal Kumar in forum What's Wrong With My Code?
    Replies: 1
    Last Post: January 3rd, 2014, 04:48 AM
  3. AP computer science questions
    By svo in forum Java Theory & Questions
    Replies: 1
    Last Post: April 7th, 2012, 02:24 PM
  4. AP computer science questions
    By svo in forum Java Theory & Questions
    Replies: 1
    Last Post: April 6th, 2012, 11:32 PM
  5. Some basic questions.
    By trips in forum Java Theory & Questions
    Replies: 5
    Last Post: July 21st, 2009, 02:15 AM