On Wed, 2005-02-02 at 08:07 -0700, James Mckenzie wrote: > I want to do some database stuff with OO.o and PostgreSQL. I'm trying to > turn on Java support in OO.o in order to add PostgreSQL JDBC driver and > I am having trouble with turning it on. In Tools -> Options -> > OpenOffice.org -> Security I turn Java support on and click Ok button. > Next time I open Options dialog and I see that java support is still > off. > > I have Sun Java 1.4 installled and java binary in my $PATH. I use OO.o > 1.1.3 on FC3. > Do you have a JAVA_HOME directory set? If not set it to the directory below where your Java binaries reside. For example if your Java binaries path is: /usr/j2dk1.5/bin you would set JAVA_HOME to: /usr/j2dk.15 > for the bash shell the command looks like: > export JAVA_HOME=/usr/j2dk.15 Thank you for your answer. Yes I have JAVA_HOME environment variable set to java home directory. -- Gedas