Rod Dunne <[EMAIL PROTECTED]> wrote: > There are a few object files in the jar
Oops. Those should not be there. They are unused and just a leftover of bad packaging on my part. They will be gone for the next version. > 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(). That's not quite how it works. NestedVM interprets C programs in Java. So when a call to stat() is made, NestedVM has its own implementation on top of the Java API. So it knows nothing more about free disk space than you do. Sadly, you're going to have to stick to the brain-dead approach for pre-java1.6. d --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
