Creating eclipse

1, the new java project wizard has two pages

  First page:

    Project Name: Enter a project name

    Java Runtime Environment (JRE): General direct use of default

    Project Layout: Layout determines whether the project source code and class files in separate folders, it is recommended to create a separate folder.

  Second page:

    java build path disposed (java Build settings) dependence and additional configuration item jar package

The new java project, the project icon in the "J" letters java project, folder icon indicates that this is a java resource folder

2, the new java package Wizard:

  Source folder: Resources folder name (project name / scr), you can choose, you can write

  Name: Enter the package name

  Finish: to complete the creation

Before opening the Java Class Wizard to create the best choice for a good package name Java class belongs, so creating a Java class package name field is automatically filled

3, New java Class Wizard:

   

 

 4, the new java Interface Wizard: Before opening the wizard to create a Java interface, it is best to choose a good package name Java interface belongs, so that the package name field is created when a Java interface will automatically populate.

  Folder name (Source Folder) and name the package (Package)

  Interface name

  Add to add the selected interface, which will be inherited

  Select whether to automatically generate comments

5, create an XML file

  New XML File wizard

    Shortcut key combination: ctrl + N, select the XML file

    Enter or select the XML file folder belongs

    Xml input file

    Click next to configure DTD, XML Schema XML schema description language, or you can click Finish to complete the XML file creation

      xml editor view mode or the source mode used to design xml file

 

Guess you like

Origin www.cnblogs.com/sharry/p/11928373.html