new port: eclipse3

Tobias Grosser dady0815 at web.de
Wed May 5 05:33:39 PDT 2004


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. ;-)




More information about the freebsd-java mailing list