Taufik Chowi wrote: > first thing first, sqlite works perfectly when i run my java code on JVM . > but i cant compile the sqlitejdbc jar files with gcj. why? > > here is the command i use for compiling : > gcj -fjni -O2 -c sqlitejdbc-v053.jar -o sqlitejdbc-v053.jar.o > > the command above will give an error : > jc1.exe: out of memory allocating 262144 bytes
That's probably something to do with the "pure-Java" NestedDB… so far that you're compiling to native code anyways, you probably better compile the JNI NativeDB version instead of the pure-Java one, you'd certainly have much better speed. -- Lapo Luchini - http://lapo.it/ “There is no reason anyone would want a computer in their home.” (Ken Olson, founder of DEC, 1977) --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
