Hi there,

testing all kind of combinations, the following behaviour can be observed:

    * case 1: starting OOo via the Application folder

          o case 1a (OOo crash): loading a Rexx script via "Tools ->
            Macro -> Organize Macros -> ooRexx" then picking a Rexx
            macro to be edited and then running via the edit window: OOo
            crashes!
            [The crash info is appended at the end of this e-mail.]

          o case 1b (interpreter cannot be loaded): doing a "Tools ->
            Macro -> Run", picking a Rexx macro yields the error that
            indicates that the dylib could not be loaded/found. The Java
            property "java.library.path" is null!

    * case 2: starting OOo via a Rexx script from the command line
      (using the environment of a normal user where CLASSPATH and the
      like point to the appropriate jars, Java gets set up in its own
      way (i.e. java.library.path has the value
      
".:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java").

          o case 2a (success!): immediately loading a Rexx script via
            "Tools -> Macro -> Organize Macros -> ooRexx" then picking a
            Rexx macro to be edited and then running via the edit window
            works. Thereafter "Tools -> Macro -> Run" works with any
            Rexx script.
            Creating additional OOo windows allow one to immediately run
            Rexx scripts successfully!

          o case 2b (interpreter cannot be loaded): immediately doing a
            "Tools -> Macro -> Run", picking a Rexx macro yields the
            error that indicates that the dylib could not be
            loaded/found. The Java property "java.library.path" is null!
            After this has happened, trying to edit a Rexx macro and run
            it from the edit window does not succeed either (the edit
            window - a Java JFrame like the one for BeanShell - does not
            appear, it seems its creation fails silently).
            Even if opening new OOo instances would not change this
            behaviour.

All in all this seems to be a bug in OOo's scripting framework support
on MacOSX resp. the Java environment set up by OOo before executing the
scripting framework functionality.

Is there anything I could do/try?

If not, should I file an issue (and if so, what level and whom to assign
to) ?

---rony



On 09.04.2011 23:02, rony wrote:
> Hi there,
>
> further debugging reveals, that indeed the error is in
>
>     java.lang.System.loadLibrary("BSF4ooRexx")
>
> java.lang.System.getProperty() at the point of exeption shows that
> among other things "java.library.path" is *not* set (returns "null"),
> hence the rexx dylib cannot be loaded!
>
> Here a few properties queried when the exception is handled and re-thrown:
>
>    java.library.path=(null)
>   
> java.class.path=:/SystemLibrary/JavaJavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/javaplugin.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/plugin.jar
>    java.endorsed.dir=(null)
>   
> java.ext.dirs=/Library/Java/Extensions:/Systems/Library/Java/Extensions:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext
>    java.io.tmpdir=(null)
>
> sun.boot.library.path and sun.boot.class.path are both set.
>
> This seems to be a setup problem in OOo 3.3 for MacOSX in the context
> of the scripting framework if doing a "Tools -> Macro -> Run"!
>
> Is there anything I could (try) to do ?
>
> TIA,
>
> ---rony
>
>
>
> On 08.04.2011 17:29, Rony G. Flatscher wrote:
>> Hi there,
>>
>> currently debugging a scripting language added to OOo 3.3 via an
>> oxt-extension. The integration into OOo is done using the OOo
>> beanshell programs, but adapted to the scripting language.
>>
>> The scripting language is ooRexx and there is a library that needs to
>> be loaded via Java (using System.loadLibrary("BSF4ooRexx"), which on
>> MacOSX is named "libBSF4ooRexx.dylib" and located in "/usr/lib" and
>> "/usr/lib/java".
>>
>> Now the odd behaviour:
>>
>>    1. If using "Tools -> Macros -> Organize Macros -> Edit" and
>>       running the script off the edit-window, everything works fine.
>>       The BSF4ooRexx library is found and used to run the script via
>>       the ooRexx interpreter. After doing this once one can execute
>>       any ooRexx macro by merely having  it run, i.e. "Too.ls ->
>>       Macros -> Run" or "Tools -> Macros -> Organize Macros -> Run".
>>
>>    2. If all instances of OOo have been shut down, and then the same
>>       ooRexx script gets executed via "Tools -> Macros -> Run", then
>>       an exception is thrown indicating that the library was not
>>       found! After such an error, even using the steps described
>>       above, would not successfully allow to load the library!
>>
>>           o Now closing all instances of OOo and then starting over
>>             as described in step # 1 above, everything works again as
>>             described above.
>>
>> Going through the Java sourcecode that gets employed, the same steps
>> are undertaken to load the ooRexx scripting engine. I.e.
>> "ScriptProviderForooRexx.java" and
>> "ScriptSourceModel.java"; the sourcecode of these files could be seen
>> via the web using
>> <http://bsf4oorexx.svn.sourceforge.net/viewvc/bsf4oorexx/trunk/com/sun/star/script/framework/provider/oorexx/>
>> (just click on the filename and then choose "view").
>>
>> It seems that success and unsuccess is not caused by the scripting
>> framework support, but seems to be linked to how OOo instantiates the
>> ooRexx scripting framework?
>>
>>     * Like, if the OOo dispatch interface is attempting to loading
>>       the scripting language it fails (and makes subsequent attempts
>>       to fail as well),
>>     * whereas if using the scripting framework editor to load a
>>       script first thing and run it off the editor in the first OOo
>>       session, then everything works (also subsequent dispatches).
>>
>> Does anyone have any ideas what might cause such a phenomenon?
>> Any ideas highly welcome!
>>
>> TIA,
>>
>> ---rony
>>

P.S.: Content of  "~/.crash_report_preview":

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE errormail:errormail PUBLIC "-//OpenOffice.org//DTD
    ErrorMail 1.0//EN" "errormail.dtd">
    <errormail:errormail
    xmlns:errormail="http://openoffice.org/2002/errormail"; usertype="">
    <reportmail:mail
    xmlns:reportmail="http://openoffice.org/2002/reportmail";
    version="1.1" feedback="true" email="[email protected]">
    <reportmail:title></reportmail:title>
    <reportmail:attachment name="description.txt"
    media-type="text/plain" class="UserComment"/>
    <reportmail:attachment name="stack.txt" media-type="text/plain"
    class="pstack output"/>
    </reportmail:mail>
    <officeinfo:officeinfo
    xmlns:officeinfo="http://openoffice.org/2002/officeinfo";
    build="330m20(Build:9567)" platform="unxmacxi.pro" language=""
    exceptiontype="10" product="OpenOffice.org 3.3"
    procpath="/Applications/OpenOffice.org.app/Contents/MacOS/"/>
    <systeminfo:systeminfo
    xmlns:systeminfo="http://openoffice.org/2002/systeminfo";>
    <systeminfo:System name="Darwin" version="Darwin Kernel Version
    10.7.0: Sat Jan 29 15:17:16 PST 2011;
    root:xnu-1504.9.37~1/RELEASE_I386" build="10.7.0" locale="en_AT.UTF-8"/>
    <systeminfo:CPU type="i386"/>
    </systeminfo:systeminfo>
    <errormail:Stack type="MacOsX_X86">
    <errormail:StackInfo pos="0" ip="0xfab7" rel="0xaab7"
    name="libuno_sal.dylib.3"
    path="/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/lib/"
    ordinal="osl_getGlobalTimer+0x4c9"/>
    <errormail:StackInfo pos="1" ip="0x10926" rel="0xb926"
    name="libuno_sal.dylib.3"
    path="/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/lib/"
    ordinal="osl_getGlobalTimer+0x1338"/>
    <errormail:StackInfo pos="2" ip="0x93b7845b" rel="0x6745b"
    name="libSystem.B.dylib" path="/usr/lib/" ordinal="_sigtramp+0x2b"/>
    <errormail:StackInfo pos="3" ip="0xffffffff"/>
    <errormail:StackInfo pos="4" ip="0x3af954ca" rel="0x7a4ca"
    name="librexx.4.dylib" path="/opt/ooRexx/lib/ooRexx/"
    ordinal="_ZN10RexxMemory10initializeEb+0x1d0"/>
    <errormail:StackInfo pos="5" ip="0x3afe094a" rel="0xc594a"
    name="librexx.4.dylib" path="/opt/ooRexx/lib/ooRexx/"
    
ordinal="_ZN11Interpreter16startInterpreterENS_22InterpreterStartupModeE+0x4c"/>
    <errormail:StackInfo pos="6" ip="0x3afe0aa3" rel="0xc5aa3"
    name="librexx.4.dylib" path="/opt/ooRexx/lib/ooRexx/"
    ordinal="_ZN11Interpreter25createInterpreterInstanceEP10RexxOption+0x31"/>
    <errormail:StackInfo pos="7" ip="0x3afe0f03" rel="0xc5f03"
    name="librexx.4.dylib" path="/opt/ooRexx/lib/ooRexx/"
    
ordinal="_ZN11Interpreter14createInstanceERP13RexxInstance_RP18RexxThreadContext_P10RexxOption+0x11"/>
    <errormail:StackInfo pos="8" ip="0x3af602f2" rel="0x452f2"
    name="librexx.4.dylib" path="/opt/ooRexx/lib/ooRexx/"
    ordinal="RexxCreateInterpreter+0x1f"/>
    <errormail:StackInfo pos="9" ip="0x2728f845" rel="0x2845"
    name="libBSF4ooRexx.dylib" path="/usr/lib/java/"
    
ordinal="Java_org_rexxla_bsf_engines_rexx_RexxAndJava_jniRexxCreateInterpreterInstance+0xdf"/>
    <errormail:StackInfo pos="10" ip="0x2c97d9d9"/>
    <errormail:StackInfo pos="11" ip="0x2c975f97"/>
    <errormail:StackInfo pos="12" ip="0x2c97630d"/>
    <errormail:StackInfo pos="13" ip="0x2c973374"/>
    <errormail:StackInfo pos="14" ip="0x2783e1be" rel="0x8c1be"
    name="libjvm.dylib"
    
path="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/"
    ordinal="JVM_Lseek+0x2317c"/>
    <errormail:StackInfo pos="15" ip="0x2783df66" rel="0x8bf66"
    name="libjvm.dylib"
    
path="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/"
    ordinal="JVM_Lseek+0x22f24"/>
    <errormail:StackInfo pos="16" ip="0x2783df3c" rel="0x8bf3c"
    name="libjvm.dylib"
    
path="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/"
    ordinal="JVM_Lseek+0x22efa"/>
    <errormail:StackInfo pos="17" ip="0x27846de1" rel="0x94de1"
    name="libjvm.dylib"
    
path="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/"
    ordinal="JVM_DoPrivileged+0x285"/>
    <errormail:StackInfo pos="18" ip="0x27b2d6d3" rel="0x36d3"
    name="libjvmlinkage.dylib"
    
path="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/"
    ordinal="JVM_DoPrivileged+0x63"/>
    <errormail:StackInfo pos="19" ip="0x27b7392d" rel="0x492d"
    name="libjava.jnilib"
    
path="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/"
    
ordinal="Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedExceptionAction_2+0x2f"/>
    <errormail:StackInfo pos="20" ip="0x2c97d9d9"/>
    <errormail:StackInfo pos="21" ip="0x2c975f97"/>
    <errormail:StackInfo pos="22" ip="0x2c975f97"/>
    <errormail:StackInfo pos="23" ip="0x2c975f97"/>
    <errormail:StackInfo pos="24" ip="0x2c975f97"/>
    <errormail:StackInfo pos="25" ip="0x2c975f97"/>
    <errormail:StackInfo pos="26" ip="0x2c975f97"/>
    <errormail:StackInfo pos="27" ip="0x2c97630d"/>
    <errormail:StackInfo pos="28" ip="0x2c975e31"/>
    <errormail:StackInfo pos="29" ip="0x2c97630d"/>
    <errormail:StackInfo pos="30" ip="0x2c975e31"/>
    <errormail:StackInfo pos="31" ip="0x2c97630d"/>
    <errormail:StackInfo pos="32" ip="0x2c97630d"/>
    <errormail:StackInfo pos="33" ip="0x2c975e31"/>
    <errormail:StackInfo pos="34" ip="0x2c975e31"/>
    <errormail:StackInfo pos="35" ip="0x2c975e31"/>
    <errormail:StackInfo pos="36" ip="0x2c975e31"/>
    <errormail:StackInfo pos="37" ip="0x2c975e31"/>
    <errormail:StackInfo pos="38" ip="0x2c975e31"/>
    <errormail:StackInfo pos="39" ip="0x2c975e31"/>
    <errormail:StackInfo pos="40" ip="0x2c975e31"/>
    <errormail:StackInfo pos="41" ip="0x2c97605d"/>
    <errormail:StackInfo pos="42" ip="0x2c97605d"/>
    <errormail:StackInfo pos="43" ip="0x2c975e31"/>
    <errormail:StackInfo pos="44" ip="0x2c975e31"/>
    <errormail:StackInfo pos="45" ip="0x2c975e31"/>
    <errormail:StackInfo pos="46" ip="0x2c975e31"/>
    <errormail:StackInfo pos="47" ip="0x2c975e31"/>
    <errormail:StackInfo pos="48" ip="0x2c975f97"/>
    <errormail:StackInfo pos="49" ip="0x2c973374"/>
    <errormail:StackInfo pos="50" ip="0x2783e1be" rel="0x8c1be"
    name="libjvm.dylib"
    
path="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/"
    ordinal="JVM_Lseek+0x2317c"/>
    <errormail:StackInfo pos="51" ip="0x2783df66" rel="0x8bf66"
    name="libjvm.dylib"
    
path="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/"
    ordinal="JVM_Lseek+0x22f24"/>
    <errormail:StackInfo pos="52" ip="0x2783df3c" rel="0x8bf3c"
    name="libjvm.dylib"
    
path="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/"
    ordinal="JVM_Lseek+0x22efa"/>
    <errormail:StackInfo pos="53" ip="0x27846de1" rel="0x94de1"
    name="libjvm.dylib"
    
path="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/"
    ordinal="JVM_DoPrivileged+0x285"/>
    <errormail:StackInfo pos="54" ip="0x27b2d6d3" rel="0x36d3"
    name="libjvmlinkage.dylib"
    
path="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/"
    ordinal="JVM_DoPrivileged+0x63"/>
    <errormail:StackInfo pos="55" ip="0x27b7581a" rel="0x681a"
    name="libjava.jnilib"
    
path="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/"
    
ordinal="Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2Ljava_security_AccessControlContext_2+0x2e"/>
    <errormail:StackInfo pos="56" ip="0x2c97d9d9"/>
    <errormail:StackInfo pos="57" ip="0x2c975f97"/>
    <errormail:StackInfo pos="58" ip="0x2c975f97"/>
    <errormail:StackInfo pos="59" ip="0x2c976473"/>
    <errormail:StackInfo pos="60" ip="0x2c975f97"/>
    <errormail:StackInfo pos="61" ip="0x2c973374"/>
    <errormail:StackInfo pos="62" ip="0x2783e1be" rel="0x8c1be"
    name="libjvm.dylib"
    
path="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/"
    ordinal="JVM_Lseek+0x2317c"/>
    <errormail:StackInfo pos="63" ip="0x2783df66" rel="0x8bf66"
    name="libjvm.dylib"
    
path="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/"
    ordinal="JVM_Lseek+0x22f24"/>
    <errormail:StackInfo pos="64" ip="0x2783df3c" rel="0x8bf3c"
    name="libjvm.dylib"
    
path="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/"
    ordinal="JVM_Lseek+0x22efa"/>
    <errormail:StackInfo pos="65" ip="0x27846de1" rel="0x94de1"
    name="libjvm.dylib"
    
path="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/"
    ordinal="JVM_DoPrivileged+0x285"/>
    <errormail:StackInfo pos="66" ip="0x27b2d6d3" rel="0x36d3"
    name="libjvmlinkage.dylib"
    
path="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/"
    ordinal="JVM_DoPrivileged+0x63"/>
    <errormail:StackInfo pos="67" ip="0x27b7581a" rel="0x681a"
    name="libjava.jnilib"
    
path="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/"
    
ordinal="Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2Ljava_security_AccessControlContext_2+0x2e"/>
    <errormail:StackInfo pos="68" ip="0x2c97d9d9"/>
    <errormail:StackInfo pos="69" ip="0x2c975f97"/>
    <errormail:StackInfo pos="70" ip="0x2c976473"/>
    <errormail:StackInfo pos="71" ip="0x2c975e31"/>
    <errormail:StackInfo pos="72" ip="0x2c97605d"/>
    <errormail:StackInfo pos="73" ip="0x2c975e31"/>
    <errormail:StackInfo pos="74" ip="0x2c975e31"/>
    <errormail:StackInfo pos="75" ip="0x2c975e31"/>
    <errormail:StackInfo pos="76" ip="0x2c975e31"/>
    <errormail:StackInfo pos="77" ip="0x2c973374"/>
    <errormail:StackInfo pos="78" ip="0x2783e1be" rel="0x8c1be"
    name="libjvm.dylib"
    
path="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/"
    ordinal="JVM_Lseek+0x2317c"/>
    <errormail:StackInfo pos="79" ip="0x2783df66" rel="0x8bf66"
    name="libjvm.dylib"
    
path="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/"
    ordinal="JVM_Lseek+0x22f24"/>
    <errormail:StackInfo pos="80" ip="0x27847de9" rel="0x95de9"
    name="libjvm.dylib"
    
path="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/"
    ordinal="JVM_StartThread+0xa4f"/>
    <errormail:StackInfo pos="81" ip="0x27847cee" rel="0x95cee"
    name="libjvm.dylib"
    
path="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/"
    ordinal="JVM_StartThread+0x954"/>
    <errormail:StackInfo pos="82" ip="0x27847c7d" rel="0x95c7d"
    name="libjvm.dylib"
    
path="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/"
    ordinal="JVM_StartThread+0x8e3"/>
    <errormail:StackInfo pos="83" ip="0x27847af0" rel="0x95af0"
    name="libjvm.dylib"
    
path="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/"
    ordinal="JVM_StartThread+0x756"/>
    <errormail:StackInfo pos="84" ip="0x2784799f" rel="0x9599f"
    name="libjvm.dylib"
    
path="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/"
    ordinal="JVM_StartThread+0x605"/>
    <errormail:StackInfo pos="85" ip="0x277c08e9" rel="0xe8e9"
    name="libjvm.dylib"
    
path="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/"
    ordinal="JNI_CreateJavaVM_Impl+0xc9fe"/>
    <errormail:StackInfo pos="86" ip="0x93b3f7fd" rel="0x2e7fd"
    name="libSystem.B.dylib" path="/usr/lib/"
    ordinal="_pthread_start+0x159"/>
    <errormail:StackInfo pos="87" ip="0x93b3f682" rel="0x2e682"
    name="libSystem.B.dylib" path="/usr/lib/" ordinal="thread_start+0x22"/>
    </errormail:Stack>
    <errormail:Checksums type="MD5">
    <errormail:Checksum sum="0x26A184A111A8118E24DCEF2FE969DE24"
    bytes="1832032" file="libuno_sal.dylib.3"/>
    <errormail:Checksum sum="0x26A184A111A8118E24DCEF2FE969DE24"
    bytes="1832032" file="libuno_sal.dylib.3"/>
    <errormail:Checksum sum="0x5AF6ABC67B7FBCF4DA1C990BFC06B43D"
    bytes="6882544" file="libSystem.B.dylib"/>
    <errormail:Checksum sum="0x4B3DBBC76E2BDF70787673F383928127"
    bytes="1817808" file="librexx.4.dylib"/>
    <errormail:Checksum sum="0x4B3DBBC76E2BDF70787673F383928127"
    bytes="1817808" file="librexx.4.dylib"/>
    <errormail:Checksum sum="0x4B3DBBC76E2BDF70787673F383928127"
    bytes="1817808" file="librexx.4.dylib"/>
    <errormail:Checksum sum="0x4B3DBBC76E2BDF70787673F383928127"
    bytes="1817808" file="librexx.4.dylib"/>
    <errormail:Checksum sum="0x4B3DBBC76E2BDF70787673F383928127"
    bytes="1817808" file="librexx.4.dylib"/>
    <errormail:Checksum sum="0xEAEF085C9252F488DAFDBE3D74EFBE11"
    bytes="332852" file="libBSF4ooRexx.dylib"/>
    <errormail:Checksum sum="0x0D9F885845A7174D67233A49BE61BBB0"
    bytes="3550816" file="libjvm.dylib"/>
    <errormail:Checksum sum="0x0D9F885845A7174D67233A49BE61BBB0"
    bytes="3550816" file="libjvm.dylib"/>
    <errormail:Checksum sum="0x0D9F885845A7174D67233A49BE61BBB0"
    bytes="3550816" file="libjvm.dylib"/>
    <errormail:Checksum sum="0x0D9F885845A7174D67233A49BE61BBB0"
    bytes="3550816" file="libjvm.dylib"/>
    <errormail:Checksum sum="0x8FEEC462EFB5500866DCBD628EE0AEB8"
    bytes="116304" file="libjvmlinkage.dylib"/>
    <errormail:Checksum sum="0x86077E388BBD8F07864B898B986B0D38"
    bytes="391488" file="libjava.jnilib"/>
    <errormail:Checksum sum="0x0D9F885845A7174D67233A49BE61BBB0"
    bytes="3550816" file="libjvm.dylib"/>
    <errormail:Checksum sum="0x0D9F885845A7174D67233A49BE61BBB0"
    bytes="3550816" file="libjvm.dylib"/>
    <errormail:Checksum sum="0x0D9F885845A7174D67233A49BE61BBB0"
    bytes="3550816" file="libjvm.dylib"/>
    <errormail:Checksum sum="0x0D9F885845A7174D67233A49BE61BBB0"
    bytes="3550816" file="libjvm.dylib"/>
    <errormail:Checksum sum="0x8FEEC462EFB5500866DCBD628EE0AEB8"
    bytes="116304" file="libjvmlinkage.dylib"/>
    <errormail:Checksum sum="0x86077E388BBD8F07864B898B986B0D38"
    bytes="391488" file="libjava.jnilib"/>
    <errormail:Checksum sum="0x0D9F885845A7174D67233A49BE61BBB0"
    bytes="3550816" file="libjvm.dylib"/>
    <errormail:Checksum sum="0x0D9F885845A7174D67233A49BE61BBB0"
    bytes="3550816" file="libjvm.dylib"/>
    <errormail:Checksum sum="0x0D9F885845A7174D67233A49BE61BBB0"
    bytes="3550816" file="libjvm.dylib"/>
    <errormail:Checksum sum="0x0D9F885845A7174D67233A49BE61BBB0"
    bytes="3550816" file="libjvm.dylib"/>
    <errormail:Checksum sum="0x8FEEC462EFB5500866DCBD628EE0AEB8"
    bytes="116304" file="libjvmlinkage.dylib"/>
    <errormail:Checksum sum="0x86077E388BBD8F07864B898B986B0D38"
    bytes="391488" file="libjava.jnilib"/>
    <errormail:Checksum sum="0x0D9F885845A7174D67233A49BE61BBB0"
    bytes="3550816" file="libjvm.dylib"/>
    <errormail:Checksum sum="0x0D9F885845A7174D67233A49BE61BBB0"
    bytes="3550816" file="libjvm.dylib"/>
    <errormail:Checksum sum="0x0D9F885845A7174D67233A49BE61BBB0"
    bytes="3550816" file="libjvm.dylib"/>
    <errormail:Checksum sum="0x0D9F885845A7174D67233A49BE61BBB0"
    bytes="3550816" file="libjvm.dylib"/>
    <errormail:Checksum sum="0x0D9F885845A7174D67233A49BE61BBB0"
    bytes="3550816" file="libjvm.dylib"/>
    <errormail:Checksum sum="0x0D9F885845A7174D67233A49BE61BBB0"
    bytes="3550816" file="libjvm.dylib"/>
    <errormail:Checksum sum="0x0D9F885845A7174D67233A49BE61BBB0"
    bytes="3550816" file="libjvm.dylib"/>
    <errormail:Checksum sum="0x0D9F885845A7174D67233A49BE61BBB0"
    bytes="3550816" file="libjvm.dylib"/>
    <errormail:Checksum sum="0x5AF6ABC67B7FBCF4DA1C990BFC06B43D"
    bytes="6882544" file="libSystem.B.dylib"/>
    <errormail:Checksum sum="0x5AF6ABC67B7FBCF4DA1C990BFC06B43D"
    bytes="6882544" file="libSystem.B.dylib"/>
    </errormail:Checksums>
    </errormail:errormail>




-- 
-----------------------------------------------------------------
To unsubscribe send email to [email protected]
For additional commands send email to [email protected]
with Subject: help

Reply via email to