Java 0 Basic Starter Series Day2 Java integrated development environment idea

Source: Internet
Author: User

After the development environment is set up, an integrated development environment, also known as the IDE, is required for programming. The IDE recommended here is idea, and the old eclipse should be put aside, (manually funny).

Idea's: http://www.jetbrains.com/idea/

When downloading, can choose Ultimate version, also can choose community version, suggest choose Ultimate Version, download good later install, Activation Code address: http://idea.lanyus.com/before use, please "0.0.0.0 Account.jetbrains.com "added to the Hosts file, and then enter the activation code to activate it successfully.

After installation, all of them are installed by the default option.

Then start creating the first project, HelloWorld

Once created, right-click the SRC folder, add the package, and add the HelloWorld class to the package

Then put the code in the file:

 Package HelloWorld; Import Java.lang.System;  Public class HelloWorld {    publicstaticvoid  main (string[] args) {        System.out.println ("Hello world!" );    }}

Tap Run, run the program, select HelloWorld, and the code runs.

At this point, the IDE Setup is complete and our first project is completed.

Java 0 Basic Starter Series Day2 Java integrated development environment idea

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.