Hello Thomas,

On Apr 19, 2008, at 21:13 , Thomas Berger wrote:

thanks for your reply, but the error message I posted was only an example. The error occurs with all bundles.

Ok.

But for your information: I found the error by myself. The problem does not relate to the PDA in particular but to the J9 VM in general. One has to specify the parameter
  -Djava.protocol.handler.pkgs=com.ibm.oti.net.www.protocol
when starting the process. I think this is because Felix uses a Sun implementation by default that is absent in the J9 class library.

Good, it's always nice to hear that someone got Felix to run on yet another platform!

So a LNK-File for starting Felix on Windows Mobile might look like this: 255#"\Storage Card\J9\PPRO11\bin\j9.exe" -jcl:ppro11 - Djava.protocol.handler.pkgs=com.ibm.oti.net.www.protocol -jar "\Storage Card\java\af-1.0.3\bin\felix.jar" Hope that others with the same problem will profit from this message...

There actually already is a FAQ item on that:
http://felix.apache.org/site/apache-felix-framework-faq.html

It does not explicitly mention what to do for J9 yet though.

However, if I'm not mistaken, chances are high that this issue will be resolved in 1.0.4 (if I understand Karl correctly). Feel free to try the current trunk to see if that works already without that property.

Greetings, Marcel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to