javax.management in Android

javax.management in Android … here is a solution to the problem.

javax.management in Android

I’m using a library (ARQ, along with Jena) that uses javax.management.ObjectName. Unfortunately, the javax.management package doesn’t seem to be included in Android.

Has anyone else encountered (and successfully bypassed) this issue? Would be appreciated.

Thank you.

Solution

You might want to view the project androjena and its subprojects ARQoid .
These are jena and ARQ to android ports that I’ve used successfully in jena-based projects to port software to Android. I can’t say how complete/correct/up-to-date the port is relative to the original, though

Related Problems and Solutions