Hi, I'm trying to port OSGi to Android. I've been successful by copying the OSGi framework to the directory /data/osgi in the Android emulator (after some fixes) and I can execute OSGi with the Android shell.
Now, I want to progress a bit more and add Android support. I plan to create an Android application which launches the OSGi framework, but I wouldn´t like to bundle all the OSGi jars into the Android applications. I would like that these jars keep located in the /data/ osgi directory. The problem is how to set up the Android application classpath so that the application can access to the OSGi classes. I've seen that you can specify the classpath for Android libraries (e.g. maps) but it's not a full path, and it looks like I need a classpath with several full paths pointing to /data/osgi. Any help will be welcome. Thank you in advance, Jaime --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

