Thanks. I tried to fix the issues...if you could double check, that
would be great:
http://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Shell+Service
-> richard
On 8/5/09 3:51, Craig Hollabaugh wrote:
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]