Code - lsgro/quantcomponents GitHub Wiki
The code can be downloaded from the repository. In order to compile correctly on Eclipse 4.2.x, these dependencies must be installed:
- The Eclipse SDK feature, available from the official Eclipse 4.2 repository.
- The Equinox Compendium SDK feature, available from the official Eclipse 4.2 repository.
- Derby JDBC driver 10.x. Unzip the binary distribution and drop the file derby.jar into the Eclipse dropins directory.
- OSGi enterprise API, to be dropped in the Eclipse dropins directory.
- OPS4J Pax JDBC for Derby, to be dropped in the Eclipse dropins directory.
- From Apache Felix Distribution, download the file install JAR, and drop it in the Eclipse dropins directory (note: as of January 29, the download of the binary bundle was failing both from Apache and from Maven).
After these resources have been installed, restart Eclipse and check in the Plugin view, that all these plugins are available:
- org.eclipse.equinox.ds
- org.eclipse.equinox.cm
- org.apache.felix.fileinstall
- derby
- org.ops4j.pax.jdbc.derby
- osgi.enterprise
If something is missing, one of the steps above didn't work.