Tim,

This directory contains a trivial sample class called PSE_Test that doesn't
even use PSE at all.  All it does is import the classes in the COM.odi.*
package.  Two sh files are included:

   use_pse.sh     Sets CLASSPATH to include PSE libraries.
   no_pse.sh      Sets CLASSPATH to exclude PSE libraries.

On my system (FreeBSD-2.1.6-stable, Pentium w/64 MB RAM) using kaffe-0.7.1 I
see this scenario:

    $ . use_pse.sh 
    $ javac PSE_Test.java 
    $ kaffe PSE_Test 
    java/lang/OutOfMemoryError
    $ . no_pse.sh 
    $ kaffe PSE_Test
    hello world!

Hopefully this is a configuration problem on my part.  But I don't think so --
of course, otherwise why would I waste your time. :-) If this truly is an
incompatibility between PSE and kaffe, it would be great if you could
eliminate the problem.  PSE is free as binary (but not source) and I'm sure
that many kaffe users would like to use it.

You can download ObjectStore PSE for Java from
http://www.odi.com/Products/download.html.

Thanks,
++Brian
