Re: java.lang.NoSuchMethodError: java.lang.RuntimeException: method init(Ljava/lang/Throwable;)V not found

2007-01-24 Thread Joe Wilson
This may help... the J2ME API (apparently renamed CLDC?): http://java.sun.com/j2me/docs/pdf/cldc11api.pdf Does Sun offer a stripped Windows-based J2ME reference implementation? Their website is extremely confusing. --- David Crawshaw [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] [EMAIL PROTECTED

Re: SQLite J2ME?

2007-01-07 Thread David Crawshaw
Zarko Popovski [EMAIL PROTECTED] wrote: Is there any chance SQLite and your JDBC driver to be compiled and to work on J2ME? For the pure java driver, it should be easy. The only thing I am unsure about is the use of java.lang.ref.WeakReference, I am not sure if it exists on J2ME. Worst case

Re: java.lang.NoSuchMethodError: java.lang.RuntimeException: method init(Ljava/lang/Throwable;)V not found

2007-01-24 Thread David Crawshaw
: 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