- Organisation:
- Produktion
- Wissen:
- Coding Conventions
- Notes
- Daten
Software Engineering for Smart Data Analytics & Smart Data Analytics for Software Engineering
draw2d.help
.draw2d.tutorial
.We included a SWT*.DLL in our Eclipse Project to get the standalone SWT applications run. There is no need for this. Just add to the run configuration for this class the VM argument (without any linebreak):
-Djava.library.path=${system:ECLIPSE_HOME}/plugins /org.eclipse.swt.${system:WS}_3.0.1/os /${system:OS}/${system:ARCH}
Unfortunatly you have to take care to use the right version of the SWT plug-in (here 3.0.1).