Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Nov 2012 14:00:01 GMT
From:      Alexander Yerenkow <yerenkow@gmail.com>
To:        freebsd-java@FreeBSD.org
Subject:   Re: java/166844: openjdk7 can't open library when remote debug enabled
Message-ID:  <201211151400.qAFE01xo001477@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR java/166844; it has been noted by GNATS.

From: Alexander Yerenkow <yerenkow@gmail.com>
To: bug-followup@FreeBSD.org, lxu@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&#39;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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211151400.qAFE01xo001477>