gkunter / parsets

Automatically exported from code.google.com/p/parsets
Other
0 stars 0 forks source link

Slow start-up on Mac with Java 6 #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The program needs a lot of time to show the db window on startup when run on a 
Mac with Java 6. 
This is probably a problem with SQLite and verifying the integrity of the 
packaged binary library.

Original issue reported on code.google.com by rkosara on 23 Apr 2009 at 8:39

GoogleCodeExporter commented 8 years ago

Original comment by rkosara on 3 May 2009 at 9:08

GoogleCodeExporter commented 8 years ago
The problem was that SQLiteJDBC only includes a 32-bit library, but Java 6 on 
Mac is 64-bit only. Some simple 
modifications for adding x86_64 to the universal binary have restored the usual 
speed to Java 6.

Original comment by rkosara on 22 May 2009 at 1:10