Eclipse JDK8 Plug-in Installation

Source: Internet
Author: User

Installation References:

Http://jingyan.baidu.com/article/d169e186a8532a436611d8a7.html


Simple steps:

1. Help-> Eclipsemarketplace Open the App Store in eclipse

2, search Java 8 Kepler, and then install the build, after the installation is completed need to reboot


JAVA8 New related syntax can refer to the official website:

Http://www.oracle.com/technetwork/cn/articles/java/lambda-1984522-zhs.html


Excerpt from a simple Hello Word:

 
public class Hello {
   interface HelloService {
      string Hello (string firstname, String lastname);
   }

   public static void Main (string[] args) {
      
helloservice helloservice= (String firstname, String lastname)-> 
{St Ring hello= "Hello" + FirstName + "" + LastName; return hello; };
System.out.println (Helloservice.hello (args[0], args[1));
        

    }




Related Article

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.