However, I'm wondering why you cannot write a library that links
dynamically the "right" jena library depending on the platform.
Androjena is just a porting of OpenJena that you can use on a standard
platform.
Best,
--Giorgio
I don't know the details of your project but if I were about to program
a multi-platform distributed system handling ontologies what I would do
would be to program independent applications (depending on the platform)
and then let them exchange triples.
Unless your app uses very intensively the extensions of OpenJena that
are not present in Androjena, I guess that you can write your
application once and then simply import the packages from Androjena or
OpenJena depending on the platform.
I snooped around the net and I found this, I hope it helps:
http://stackoverflow.com/questions/3029783/how-to-add-a-dynamic-library-to-android
--Giorgio