David Crawshaw wrote:
> NestedVM implements a decent subset of POSIX under UnixRuntime.java.
> The only big thing that was missing was file locking, because it did
> not come along until Java 1.4. I implemented this, so now SQLite with
> os_unix.c runs easily. Though the fact that SQLite is designed to be
> portable does help a lot.

OK, sorry if I am a bit slow here David.  But will the pure Java
version still run on Windows and Mac, as is?  There are a few object
files in the jar, I assume they are only useful on certain platforms.

I am currently using one of the brain-dead Java techniques for finding
free disk space under Java 1.4.2.  It would be nicer to have a non-JNI
portable method to get to that information more accurately.  NestedVM
sounds like it might be able to do things like this by getting access
to stat().


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