OpenOffice.org 1.1 and Java

Kevin B. Hendricks yellowdog-general@lists.terrasoftsolutions.com
Mon Aug 25 14:02:02 2003


Hi,

> OOo happily installs the Backdown JVM (but not the better (IMHO) IBM
> one), but I also get the 'defective' message, either exporting to
> XHTML or attempting to connect to JDBC databases.
> 
> If Kevin's reading this ---  any advice ?

Okay I can recreate this so something defintely is wrong.

I will look into this so that it gets fixed for RC4 /final.

One thing to look at that might help,  the damn symlinks that are created 
assume we are using Hotspot but we don't have access to that.

So look in your

~/OpenOffice.org1.1/user/temp/java and you will see some silly symlinks.

The first one will probably need to be corrected if it has the term "client" 
in it.

After correction, mine now look like the following:

lrwxrwxrwx    1 kbhend   kbhend         35 Aug 25 15:50 a -> 
/src4/j2sdk1.3.1/jre/lib/ppc/classic
lrwxrwxrwx    1 kbhend   kbhend         43 Aug 25 15:50 b -> 
/src4/j2sdk1.3.1/jre/lib/ppc/native_threads
lrwxrwxrwx    1 kbhend   kbhend         28 Aug 25 15:50 c -> 
/src4/j2sdk1.3.1/jre/lib/ppc


So please make that change and see if it helps.  I will try to track down 
where these are created and see if I can fix that.

Kevin