Mark Murphy schrieb:
On Thu, Jan 19, 2012 at 6:42 PM, Jan Burse<janbu...@fastmail.fm>  wrote:
I would need:

- javax.management.ListenerNotFoundException;
- javax.management.NotificationEmitter;
- java.lang.management.ManagementFactory;
- java.lang.management.MemoryPoolMXBean;
- javax.management.Notification;
- javax.management.NotificationListener;
- java.lang.management.MemoryNotificationInfo;

MemoryPoolMXBean, in particular, should require firmware-level
changes, as I understand it. If this is third-party code you are
attempting to use, it is unlikely that it is designed with Android in
mind and likely will need to be rewritten.


I was originally using JDK 1.7 from Oracle and openjdk 1.7
on various platforms (Windows, Mac, Linux).

Both provide javax.management.* and java.lang.management.*
and the application loaded fine.

I am now trying to port the application to android, but
the android version doesn't load, since the classes are missing.

I can freely change the application for android, and use
some other lib if its available.


--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to