1.5. Generate a new java project

This part consists to generate a new project java containing the jar file generated by the kermeta project before and its dependencies

  1. Inside eclipse context menu, select : File -> New -> Java Project

  2. Wizard "New Java Project" has just opened

  3. in field "Project name:", enter "helloworld" and click on button "next"

Wizard selection to access of a new project java

Figure 1.4. Wizard selection to access of a new project java


  1. At the following window "Java Settings", select the tab "Libraries"

  2. Click on button "Add JARs..."

    Go to folder "helloworldKmt/target", select the jar file and then all jar file existing in the folder ""dependencies"

  3. you should obtain that below :

Wizard to select libraries for the new project

Figure 1.5. Wizard to select libraries for the new project


  1. Click on button "Finish" and a new java project "helloworld" has been created in the workspace