When I try to use code similar to that in http://www.javablogging.com/dynamic-in-memory-compilation/ I find the classes will compile but get a java.lang.VerifyError on execution - the class uses javax.tools.JavaCompiler and javax.tools.ToolProvider and one supporting class uses javax.tools.ForwardingJavaFileManager and java.security.SecureClassLoader -
Any bright ideas - is it OK to use a class loader extending java.security.SecureClassLoader? Are these packages unavailable on the android and if so is there a list of unavailable packages -- 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

