java/166844: openjdk7 can't open library when remote debug enabled

Alexander Yerenkow yerenkow at gmail.com
Thu Nov 15 14:00:01 UTC 2012


The following reply was made to PR java/166844; it has been noted by GNATS.

From: Alexander Yerenkow <yerenkow at gmail.com>
To: bug-followup at FreeBSD.org, lxu at sandvine.com
Cc:  
Subject: Re: java/166844: openjdk7 can't open library when remote debug enabled
Date: Thu, 15 Nov 2012 15:50:56 +0200

 --e89a8fb1f8d2b9133704ce88f079
 Content-Type: text/plain; charset=ISO-8859-1
 
 Actually this should be easily fixed in our javavmwrapper;
 
 tryJavaCommand () {
 ...
 
 should check if we are trying to run openjdk7's java, and simply made:
 
   export LD_LIBRARY_PATH=/usr/local/openjdk7/jre/lib/amd64:$LD_LIBRARY_PATH
 
 
 then all goes well (it seems so).
 
 
 -- 
 Regards,
 Alexander Yerenkow
 
 --e89a8fb1f8d2b9133704ce88f079
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 Actually this should be easily fixed in our javavmwrapper;=A0<br clear=3D"a=
 ll"><div><br></div><div>tryJavaCommand () {<br></div><div>...</div><div><br=
 ></div><div>should check if we are trying to run openjdk7's java, and s=
 imply made:</div>
 <div><br></div><div>=A0       export LD_LIBRARY_PATH=3D/usr/local/openjdk7/=
 jre/lib/amd64:$LD_LIBRARY_PATH                                             =
                                                                            =
                                    =A0<br>
 </div><div><br></div><div>then all goes well (it seems so).</div><div><br><=
 /div><div><br></div>-- <br>Regards,<br>Alexander Yerenkow<br>
 
 --e89a8fb1f8d2b9133704ce88f079--


More information about the freebsd-java mailing list