The following path contains russian symbols. standalone.jar is a
standard test example with additional debug output. The example fails
with 'out of memory' error when executed from this dir and works ok if
russian symbols are absent from the path.

C:\Мои документы\DevTools\Java>java -jar standalone.jar
startup
java.sql.SQLException: out of memory
        at org.sqlite.DB.throwex(DB.java:252)
        at org.sqlite.NestedDB.open(NestedDB.java:59)
        at org.sqlite.Conn.<init>(Conn.java:60)
        at org.sqlite.JDBC.connect(JDBC.java:38)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at pack.Database.init(Database.java:21)
        at pack.Database.<init>(Database.java:10)
        at pack.Database.<clinit>(Database.java:6)
        at pack.Test.start(Test.java:18)
        at pack.Test.main(Test.java:10)
--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to