Date: Wed, 02 Oct 2013 07:13:10 -0500 From: dweimer <dweimer@dweimer.net> To: Volodymyr Kostyrko <c.kworr@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Port of =?UTF-8?Q?icedtea-web-=31=2E=34=5F=31=2C=20on=20=36?= =?UTF-8?Q?=34=20bit=20system=20might=20have=20a=20problem=20in=20the=20in?= =?UTF-8?Q?stall=20process=2E?= Message-ID: <4beb88f54b47462745ad7c4eb777f040@dweimer.net> In-Reply-To: <524C0518.2050207@gmail.com> References: <f3aed1350d91fe594aab9d4dcb8d452f@dweimer.net> <a62b471786b5f48be414afa817eb5d58@dweimer.net> <524C0518.2050207@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 10/02/2013 6:35 am, Volodymyr Kostyrko wrote:
> 01.10.2013 21:12, dweimer wrote:
>> On 10/01/2013 11:09 am, dweimer wrote:
>>> I was struggling to get itweb-javaws to execute, due to it not being
>>> able to find libjava.so, after running it through truss, I was able
>>> to
>>> determine that its looking for the library under
>>> /usr/local/lib/amd64,
>>> the file is located in /usr/local/openjdk7/jre/lib/amd64, I was able
>>> to work around the problem by creating a symbolic link to point
>>> /usr/local/lib/amd64 to /usr/local/openjdk/jre/lib/amd64, as the
>>> amd64
>>> sub-directory didn't exist in /usr/local/lib.
>>>
>>> This does make me wonder though, if I am just missing something from
>>> my environment, that's causing this. Or is the port install not
>>> doing
>>> something that it should be doing?
>>>
>>> System is a new build of 9.2-RELEASE, compiled from source, source
>>> and
>>> ports all built with clang where possible.
>>
>> Just an update, this only worked the first time I executed it, now all
>> I
>> get is:
>>
>> java.lang.UnsatisfiedLinkError:
>> /usr/local/openjdk7/jre/lib/amd64/libsplashscreen.so:
>> /usr/local/openjdk7/jre/lib/amd64/libsplashscreen.so: Undefined symbol
>> "jpeg_resync_to_restart"
>
> Try `-headless`. You wont see the shiny logo though...
Thank you, this fixed that part, silly me, I was searching the help for
things like -nosplash, and disable splash screen.
Didn't realize that this was the same thing:
-headless Disables download window, other UIs.
--
Thanks,
Dean E. Weimer
http://www.dweimer.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4beb88f54b47462745ad7c4eb777f040>
