Used:
db: http://www.pysquared.com/files/Java/JavaSQLiteExample/pmp.db
app: http://www.pysquared.com/files/Java/JavaSQLiteExample/SQLiteTest.java
jdbc: http://www.zentus.com/sqlitejdbc/dist/sqlitejdbc-v032-nested.tgz

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
        at org.ibex.nestedvm.UnixRuntime.sys_fcntl_lock()
        at org.ibex.nestedvm.UnixRuntime._syscall()
        at org.ibex.nestedvm.Runtime.syscall()
        at org.sqlite.SQLite.run_0xde000()
        at org.sqlite.SQLite.trampoline()
        at org.sqlite.SQLite._execute()
        at org.ibex.nestedvm.Runtime.__execute()
        at org.ibex.nestedvm.Runtime.call()
        at org.ibex.nestedvm.Runtime.call()
        at org.sqlite.NestedDB.call()
        at org.sqlite.NestedDB.call()
        at org.sqlite.NestedDB.prepare()
        at org.sqlite.DB.prepare()
        at org.sqlite.Stmt.executeQuery()
        at Test.main()


----------------------------------------------------------------------
Lewa kasa! Zobacz >> http://link.interia.pl/f19e2


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to