Getting started
From SemanticLab
Prerequisites for this tutorial
- Eclipse with subversive plugin installed
- The course instructor has already created your
plugin.s12.projectnamedirectory.
Step by step
- Check out the source code (svn project)
- Start the program -- use the main method from
Manager.java - De-Select ALL plugins in the selection menu. We want a clean start. (You can and should later experiment with activating existing plugins to get inspiration and learn from other students effort and experience).
- Only select the "test" plugin -- have a look at the "plugin.xml" file and the source code (Chickie.java)
- Start your own project with a mini example
- Copy the sample
plugin.xml+ Java-Code from Configuration Files for NPC, orChickie.javafor PC - Import images (if necessary) with (right mouse button on your project)
-> Import -> General -> File System - Adapt the files (directories, Java class name, etc)
- Make it run
- Copy the sample
- Have a look at the Surfman plugin to see some additional basic features
Next steps After your simple mini-plugin runs,
- Have a look at other plugins from former semesters
- Study wiki documentation etc.
- Adapt and experiment ...

