Actually this project refers to java.beans a number of times import java.beans.Encoder; import java.beans.ExceptionListener; import java.beans.PersistenceDelegate; import java.beans.XMLEncoder; import java.beans.XMLDecoder;
Is there anyway to getting hold of these classes in android? Can I download a .jar or something and ship it with my app? On Dec 6, 10:42 am, jax <jackma...@gmail.com> wrote: > I may have has some progress. > > From the online documentation I cannot see the class > java.beans.ExceptionListener > > In the code ExceptionListener is called: > > listener = new ExceptionListener() { > public void exceptionThrown(Exception e) { > Log.e("PersistenceService", "Error: throwing > UndeclaredThrowableException"); > throw new UndeclaredThrowableException(e); > } > }; > > Is there some sort of Android equivalent I could use? > > On Dec 6, 9:35 am, jax <jackma...@gmail.com> wrote: > > > I am using a program I downloaded called TrueLicense. So far I have > > got everything working. I am now trying to install a license file but > > am getting the following errors. Does anyone know what this means? > > > 12-06 09:17:49.588: INFO/dalvikvm(2637): Failed resolving Lde/ > > schlichtherle/xml/PersistenceService$1; interface 248 'Ljava/beans/ > > ExceptionListener;' > > 12-06 09:17:49.598: WARN/dalvikvm(2637): Link of class 'Lde/ > > schlichtherle/xml/PersistenceService$1;' failed > > 12-06 09:17:49.598: ERROR/dalvikvm(2637): Could not find class > > 'de.schlichtherle.xml.PersistenceService$1', referenced from method > > de.schlichtherle.xml.PersistenceService.getExceptionListener > > 12-06 09:17:49.598: WARN/dalvikvm(2637): VFY: unable to resolve new- > > instance 242 (Lde/schlichtherle/xml/PersistenceService$1;) in Lde/ > > schlichtherle/xml/PersistenceService; > > 12-06 09:17:49.598: WARN/dalvikvm(2637): VFY: rejecting opcode 0x22 > > at 0x0007 > > 12-06 09:17:49.598: WARN/dalvikvm(2637): VFY: rejected Lde/ > > schlichtherle/xml/PersistenceService;.getExceptionListener ()Ljava/ > > beans/ExceptionListener; > > 12-06 09:17:49.598: WARN/dalvikvm(2637): Verifier rejected class Lde/ > > schlichtherle/xml/PersistenceService; > > 12-06 09:17:57.587: DEBUG/AndroidRuntime(2637): Shutting down VM > > 12-06 09:17:57.587: WARN/dalvikvm(2637): threadid=3: thread exiting > > with uncaught exception (group=0x4001aa28) > > 12-06 09:17:57.587: ERROR/AndroidRuntime(2637): Uncaught handler: > > thread main exiting due to uncaught exception > > 12-06 09:17:57.747: ERROR/AndroidRuntime(2637): java.lang.VerifyError: > > de.schlichtherle.xml.PersistenceService -- 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