On Mar 12, 8:52 am, Bob Kerns <[email protected]> wrote: > Android does the same, except it gives you an object that represents > and presumably interfaces to the bootstrap classloader. I've always > thought Sun should have done this, too.
I believe we inherited this from Harmony, which has code that expects non-null classloaders everywhere. Inside the VM, "classloader == null" means the bootstrap loader. Going back to the original post: explicitly loading the media or webkit shared libs seems like a bad idea. Are you trying to side-step the public APIs? -- 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

