Posted: Tue Jul 06, 2004 6:23 am Post subject: Trouble with the Javaloader / XSLT interface
I want to use the XML import/export feature that uses Java (xmerge/XSLT I guess) on the OOo 1.1.2 build.
OpenOffice aborts with a fatal error message whenever I try this. In the console log, I saw this message:
Code:
javaloader - could not init javaloader cause of javaloader error - could not find class com/sun/star/comp/loader/JavaLoader
Just a CLASSPATH problem I thought, and after lots and lots of tweaking I found the javarc file in the "users" directory (At ~/Library/Preferences/OpenOffice.org1.1.2/user/config/javarc).
This file seems to be used to set up the classpath, and it was totally messed up, i.e. incorrect entries. It was configured to use Java 1.3.1 instead of 1.4.2, it contained wrong path references to "/Volumes/perdition" , non-existent .jar files in program/classes were mentioned, and others were missing.
After tweaking that file a bit it seems that OpenOffice can now find this JavaLoader class, but now I get a different error message:
Code:
javaloader - could not init javaloader cause of javaloader error - no mapping from java to C++
Does anyone have any idea how I can fix this? It works well on a Linux system, I just tried it there.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum