Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

installing Development Kit (J2SDK)

user10274093Dec 21 2015 — edited Dec 21 2015

Hi,

to be able to write and run the following on Windows from a "dot"java file :

public class HelloWorld {

  public static void main(String[] args) {
  System.out.println("HelloWorld");
  }

}

Should I install Development Kit (J2SDK) ?

If yes what is the last version ? Where can I download ? Can you be kind to give me the URL ?

Thank you.

This post has been answered by unknown-7404 on Dec 21 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 18 2016
Added on Dec 21 2015
2 comments
1,835 views