...
- note - you will find it easier to debug in eclipse if you use the Debug project. You can add the Activator to for your bundle in com.affymetrix.igb.debug.Debug, in the static statement at the top. Then on Debug, you can "Debug As" "Java Application", and
this will run IGB using a dummy OSGi implementation, so that you can easily step through code, set breakpoints, etc.
...