> I want to develop an application, it was form by plugins. > Then I need to load a class from plugin. > Use Class.forName() to load a class from the same apk file, it's > successful, but if the class is in another apk file, the method throw > ClassNotFoundException. > How to load the class from another apk file?
If I may take a moment to blatantly promote my own work, another solution might be to simply use an interpreter to dynamically load up some text as code. The interpreter being, in my case, Hecl (www.hecl.org), although I'm sure there are either already others or there will be soon. -- David N. Welton http://www.welton.it/davidw/ http://www.dedasys.com/ --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---