[SQLiteJDBC] sqlitejdbc on an arm micro

Robert Bouwens robert.bouwens at ch.sauter-bc.com
Mon Dec 14 05:25:37 EST 2009


hi,

ifneq ($(jni_include),)
CFLAGS := $(CFLAGS) -I$(jni_include)
endif

these are the last 3 line of makefile.common and those have to be deleted
to compile successfully on an arm cpu.
actuallay i'm testing the times of a few sample on a sheevaplug.
the tests with sqlite do fail with:

root at debian:/mnt/sd/java console/bin# java -jar sqlitejdbc-v056-native.jar
test
Failed to load Main-Class manifest attribute from
sqlitejdbc-v056-native.jar

does someone know how to fix the upper bug on my side?

i'm running the following java environment:

root at debian:/mnt/sd/java console/bin# java -version
java version "1.6.0_0"
OpenJDK Runtime Environment (IcedTea6 1.4.1) (6b14-1.4.1-0ubuntu6)
OpenJDK Core VM (build 14.0-b08, interpreted mode)

thanks for your help in advance
robert



More information about the SQLiteJDBC mailing list