Folks,
I worked through your mystart shell service example. Here are a couple
corrections for felix v1.8.0.

1. org.apache.felix.shell needs to be in the classpath or on command
line.

javac -cp
org.apache.felix.framework-1.8.1.jar:org.apache.felix.shell-1.2.0.jar -d
classes *java

2. modify the manifest.mf to include framework
Import-Package: org.apache.felix.shell,org.osgi.framework


Otherwise, the example works great! Thanks.
Craig



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to