2008/5/8 jackie <[EMAIL PROTECTED]> wrote: > However my attempt was to build the nested jdbc jar.
I only build the nested version on a linux machine, it's probably not going to build anywhere else. > So I have to use Makefile.nested, correct? Yes, run: make -f Makefile.nested > java -cp nestedvm-2007-06-30/build;nestedvm-2007-06-30/upstream/build/ > classgen/build \ > org.ibex.nestedvm.Compiler \ > -outformat class -d build -o unixRuntime \ > org.sqlite.SQLite build/SQLite.mips > > java command does not have some of these options. Those are options to the NestedVM compiler, org.ibex.nestedvm.Compiler. I would need the actual error message to help, but I recommend building the nested driver on a linux machine. d. --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
