Hello,

some time ago a guy was complaining about a problem
with Openoffice to detect Java 1.7.

http://marc.info/?l=openbsd-misc&m=130856098505701&w=2

I was checking the same today with LO and it is real
bug:

https://bugs.freedesktop.org/show_bug.cgi?id=39659

Maybe until the bug would be completely solved by upstream
valid java version should be defined in Makefile?

http://cgit.freedesktop.org/libreoffice/core/commit/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml?id=f95052c29b076995a54b1d3f7c0becf35ebcd23f

$ cat /usr/local/lib/libreoffice/ure/share/misc/javavendors.xml            
<?xml version="1.0" encoding="UTF-8"?>

<javaSelection xmlns="http://openoffice.org/2004/java/framework/1.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

<updated>2004-01-30</updated>

<vendorInfos> 
<vendor name="Sun Microsystems Inc.">
<minVersion>1.5.0</minVersion>
</vendor>
</vendorInfos>

<plugins>
<library vendor="Sun Microsystems 
Inc.">vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/sunjavaplugin.so</library>
</plugins>
</javaSelection>


jirib

Reply via email to