Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • From the Netbeans menu Choose File, New Project. Then select Maven, Maven Project, click Next>
  • Click Add... then fill in the "Specify archetype details" dialog as shown:
  • and click OK.
  • Select "Custom archetype - lcsim-example-archetype", click Next>
    Image Added
  • Fill in the form, choosing a project name, and replacing com.mycompany with your own package name (for example org.lcsim.contrib.tony). Click Finish
  • Netbeans should open your project. You should immediately be able to build and then run it immediately. Now just started editing the ExampleDriver.java file to make the project do as you like.