You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This tutorial describes how you can use Netbeans to edit and compille drivers, and then load them into JAS3 to run them. The advantage of using Netbeans to do this, as opposed to the editor built-in to JAS3, is that you can get code completion, syntax highlighting etc.

Prerequisites

Before proceeding with this tutorial you must have already installed Netbeans and mevenide, and must have already checked out and built GeomConverter and org.lscim.

Checking out the example project

You can check out the ExampleProject from CVS in the same way you checked out GeomConverter and org.lcsim. The module name is ExampleProject.

Opening the example project in Netbeans

You can open the project in the same way that you opened GeomConverter and org.lcsim, i.e. choose Open Project, select the folder where you checked out ExampleProject and select "Open Project Folder".

Building the project in Netbeans

Select "Build" from the popup menu on the LCSim Example project.

Running the driver in JAS3

  • No labels