Ok...took the Class Library and used the plug-in project in STS to convert the class library to a plug-in that is targeted for the OSGI framework.
Exported to a jar file and deployed to dmServer...
Type: Posts; User: TeamMc; Keyword(s):
Ok...took the Class Library and used the plug-in project in STS to convert the class library to a plug-in that is targeted for the OSGI framework.
Exported to a jar file and deployed to dmServer...
I have a java class library jar that was developed by a 3rd party.
I want to use it in a dmServer Bundle Project.
I add it as a reference library which gets by the compiler as expected.
...
Turns out ... I am the idiot for not providing an @Override annotation. Once this happened it worked fine.
I am trying to debug an STS dmServer bundles project.
I created ONLY an activator class with start and stop that just print to the System.out start and stop.
I want to debug this and trace...