Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 May 2004 14:34:01 +0200
From:      Tobias Grosser <dady0815@web.de>
To:        freebsd-java@freebsd.org
Subject:   Re: new port: eclipse3
Message-ID:  <1083760440.628.33.camel@tobias.home.web-wahnsinn.de>
In-Reply-To: <200405041820.26061.jicken@web.de>
References:  <200404221331.13341.jicken@web.de> <200405041820.26061.jicken@web.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Torben,

i have found some problems. ;-)

Firts of all the eclipse-build.sh script uses #!/usr/local/bin/bash. I
would prefer a shell, which is in the base system. I think the script
would run also with #!/bin/sh.

The second problem is that my jni_md.h file is not found:
------------------
In file included from swt.h:23,
                 from callback.c:15:
/usr/local/jdk1.4.2/include/jni.h:27:20: jni_md.h: No such file or
directory
------------------
It is localted in /usr/local/jdk1.4.2/include/freebsd/jni_md.h

Last but not least ;-) the script had problems to locate my javac and
javah binary because it only exited in /usr/local/jdk1.4.2/bin, which
was not in my PATH.

After linking these files in my bin or include directory the
installation completed without problems.

My system:
Copyright (c) 1992-2004 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
        The Regents of the University of California. All rights
reserved.
FreeBSD 5.2.1-RELEASE-p4 #1: Mon Apr 12 22:55:53 CEST 2004

tobias% pkg_info | grep jdk
jdk-1.4.2p6_4       Java Development Kit 1.4.2
linux-sun-jdk-1.4.2.04 Sun Java Development Kit 1.4 for Linux

Thanks for your great work
Tobias

P.S.: Sorry that I wrote a mail to your personal mailaccount. I had some
problems with my email program. ;-)




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