Which JDK for Ooo-2 and FreeBSD7-beta4?
Stephen Montgomery-Smith
stephen at math.missouri.edu
Wed Dec 5 09:32:19 PST 2007
Ben Stuyts wrote:
>
> On 5 Dec 2007, at 16:26, Robert Huff wrote:
>
>> Ben Stuyts writes:
>>
>>> I am trying to build Ooo-2 on FreeBSD7-beta4. I can't get past
>>> the JDK build, see log below. It says JDK15 is not supported on
>>> FreeBSD7.
>>
>> I do not believe this to be correct.
>
> Do you assume an error in the port, or in my setup?
>
>>> Which JDK is recommended?
>>
>> I have built what appears to be a working OOo 2.3 using
>> diablo-jdk15 under -CURRENT about the time it branched.
>> It would be nice if OOo could be updated to work with jdk16.
>
> Diablo core-dumps here: (on Freebsd-7 beta4 built yesterday)
>
> [jirad:...java/diablo-jdk15]142# l -d /var/db/pkg/*jd*
> drwxr-xr-x 2 root wheel 512 Dec 5 14:37
> /var/db/pkg/diablo-jdk-1.5.0.07.01_8
> [jirad:...java/diablo-jdk15]143# /usr/local/bin/java -h
> Segmentation fault (core dumped)
I used to have a problem with diablo-jdk15 because it ran out of memory.
I ended up changing the max stack and data size, and then it worked fine.
Something like this in /boot/loader.conf (YMMV).
kern.maxdsiz=1073741824
kern.maxssiz=1073741824
More information about the freebsd-openoffice
mailing list