Ich möchte das Programm http://code.google.com/p/mdb-sqlite/ compilieren um mdb Dateien umzuwandeln.
Ich bekommen folgende Fehlermeldung:
JarClassLoader: Warning: Unable to load native library: java.lang.NullPointerException Exception in thread "main" java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at com.simontuffs.onejar.Boot.run(Boot.java:306) at com.simontuffs.onejar.Boot.main(Boot.java:159) Caused by: java.sql.SQLException: unexpected param type: class java.lang.Float at org.sqlite.DB.sqlbind(DB.java:211) at org.sqlite.DB.execute(DB.java:258) at org.sqlite.DB.executeUpdate(DB.java:281) at org.sqlite.PrepStmt.executeUpdate(PrepStmt.java:83) at com.plausiblelabs.mdb.AccessExporter.populateTable(Unknown Source) at com.plausiblelabs.mdb.AccessExporter.populateTables(Unknown Source) at com.plausiblelabs.mdb.AccessExporter.export(Unknown Source) at com.plausiblelabs.mdb.Main.main(Unknown Source) ... 6 more
Vermutlich sind die Bibliothken Jackcess and SQLite Java nicht installiert. Ich konnte bisher keine deb Pakete finden. Da ich keine Ahnung von Java habe. Wie installiere ich diese unter Ubuntu. Reicht das wenn ich die *.jar Dateien einfach ins Verzeichnis reinkopiere?