On 20/06/2012 8:21 PM, Caolán McNamara wrote:
On Wed, 2012-06-20 at 15:37 +0800, Phil Hart wrote:
Answers:
phil@linux-012k:~/Downloads/libreoffice-core-3.5.99.1> grep JAVA config_host.mk
export JAVALIB=-L/usr/lib64/jvm/java-1.5.0-gcj/lib64
export JAVA_HOME=/usr/lib64/jvm/java-1.5.0-gcj
export JAVA_SOURCE_VER=1.6
export JAVA_TARGET_VER=1.6
odd, I wonder why it ended up as 1.6 here. I'd have expected 1.5. Can I
get the output of...
java -version
and
javac -version
and
grep JDK config_host.mk
I mean, gcj should work, and should work out of the box (though from the
above a hackaround of --with-java-target-version=1.5
C.
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
Answers:
phil@linux-012k:~/Downloads/libreoffice-core-3.5.99.1> java -version
java version "1.6.0_24"
OpenJDK Runtime Environment (IcedTea6 1.11.1) (suse-3.1-x86_64)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)
phil@linux-012k:~/Downloads/libreoffice-core-3.5.99.1> javac -version
javac 1.6.0_24
phil@linux-012k:~/Downloads/libreoffice-core-3.5.99.1> grep JDK config_host.mk
export JDK=sun
# export JDKLIB=
Question: Might these values have been affected by the install of
Java-1_6_0-openjdk-devel
that I did previously?
philhart
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice