To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42968
                  Issue #:|42968
                  Summary:|FreeBSD porting : support JDK 1.3.1-pX ; pXX should
                          |understand as m_nUpdateSpecial
                Component:|porting
                  Version:|680m77
                 Platform:|All
                      URL:|
               OS/Version:|FreeBSD
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|mh
              Reported by:|maho





------- Additional comments from [EMAIL PROTECTED] Wed Feb 16 23:34:57 -0800 
2005 -------
Since minVersion in  javavendors_unx.xml is 1.3.1
   <minVersion>1.3.1</minVersion>
javaldx for FreeBSD with JDK 1.3.1 fails like:

% javaldx
[Java framework] Using configuration file
file:///work/ports/editors/openoffice-2.0-devel.jdk13/work/solver/680/unxfbsd.pro/lib/jvmfwk3rc
[Java framework] Using bootstrap parameter UNO_JAVA_JFW_ENV_JREHOME with
JAVA_HOME = /usr/local/jdk1.3.1.
[Java framework] Using bootstrap parameter UNO_JAVA_JFW_VENDOR_SETTINGS =
file:///work/ports/editors/openoffice-2.0-devel.jdk13/work/solver/680/unxfbsd.pro/lib/javavendors.xml.
[Java framework] sunjavaplugin: Using configuration file
file:///work/ports/editors/openoffice-2.0-devel.jdk13/work/solver/680/unxfbsd.pro/lib/sunjavapluginrc
[Java framework] Executing: file:///usr/local/jdk1.3.1/bin/.java_wrapper.
[Java framework] Java executed successfully.
[Java framework]  Java wrote to stderr:" .java_wrapper was not found in
/usr/local/jdk1.3.1/bin/i386/green_threads/.java_wrapper
 ".

[Java framework] Executing: file:///usr/local/jdk1.3.1/bin/java.
[Java framework] Java executed successfully.
[Java framework]  Java wrote to stderr:"  ".
[Java framework] sunjavaplugin.so: Detected another JRE: 
file:///usr/local/jdk1.3.1
 at: file:///usr/local/jdk1.3.1.
[Java framework] The JRE specified by the bootstrap variable
UNO_JAVA_JFW_JREHOME  or  UNO_JAVA_JFW_ENV_JREHOME  could not be recognized.
Check the values and make sure that you use a plug-in library that can recognize
that JRE.Assertion Failed: File
/work/ports/editors/openoffice-2.0-devel.jdk13/work/jvmfwk/source/framework.cxx,
Line 781: [Java framework] The JRE specified by the bootstrap variable
UNO_JAVA_JFW_JREHOME  or  UNO_JAVA_JFW_ENV_JREHOME  could not be recognized.
Check the values and make sure that you use a plug-in library that can recognize
that JRE.
javaldx failed!

since
/usr/local/jdk1.3.1/bin/java -version
java version "1.3.1-p9"
and 1.3.1-p9 is smaller than 1.3.1
so,
int SunInfo::compareVersions(const rtl::OUString& sSecond) const at sunjre.cxx,
evaluates as 1.3.1-p9 < 1.3.1 so JDK is detected as prior to 1.3.1.

Since for FreeBSD -p9 should understand as m_nUpdateSpecial,
like 1.3.1_09.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to