bdb (java) problem on linux (debian) -
11-10-2005
, 12:37 PM
Hi there,
first of all, i'm not a bdb nor java expert, just want to try these
things together. I use bdb 4.3.29, with j2se 1.4.2 (blackdown java).
After compiling the first very easy sample java app, i got this error
message as i tried to run it:
ruczati@manatee:~/devel/bdb/tests$ java openDb
=============== DEBUG MESSAGE: should not reach here ================
Exception in thread "main" =============== DEBUG MESSAGE: should not
reach here ================
=============== DEBUG MESSAGE: should not reach here ================
=============== DEBUG MESSAGE: should not reach here ================
The app is quite simple, with a
Database myDb = new Database("my.db", null, null);
in it (and the necessary imports of course). It compiles cleanly, so
CLASSPATH is also ok. I've tried to rebuild the java api, got the same
effect.
Any ideas?
r
(source can be taken from http://www.balna.hu/~ruczati/openDb.java) |