[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > When run on Windows XP it worked fine, but when run on pocket pc under CrEme > ( http://www.nsicom.com/Default.aspx?tabid=138 ) on Statement stmt = > conn.createStatement(); it keeps crushing with this stack trace: > > java.lang.NoSuchMethodError: java.lang.RuntimeException: method > <init>(Ljava/lang/Throwable;)V not found
Hmm, CrEME is some kind of J2ME? Do you know of an API reference for J2ME? It seems it does not have the constructor new RuntimeException(Throwable). Really what I need to do is run the CrEME emulator to catch all of these missing methods, but to do that I am going to have to install a version of windows on vmware. This sounds like a worthy project, but it will have to wait a few days. d --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SQLiteJDBC" 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-beta.google.com/group/sqlitejdbc?hl=en -~----------~----~----~----~------~----~------~--~---
