OS : FreeBSD 4.7

Installation:
. I put in /usr/ports/distfiles:
-rw-r--r--  1 root  wheel    575788 Nov 18 17:42 bsd-jdk131-patches-7.tar.gz
-rw-r--r--  1 root  wheel  29876595 Nov 18 17:42 j2sdk-1_3_1-src.tar.gz
-rwxr-xr-x  1 root  wheel  26423971 Nov 18 17:53 j2sdk-1_3_1_04-linux-i586.bin

. I ran:
        cd /usr/ports/java/linux-sun-jdk13
        make
        make install
        cd /usr/ports/java/jdk13
        make
        make install

Problem 1: msgfmt doesn't know
        msgmft -o OUTPUT INPUT
Fix is easy, just create early in the PATH some 'msgmft' shell script.

Problem 2: it now compiles and installs.
But:
        setenv PATH /usr/local/jdk1.3.1/bin:$PATH
        cd /usr/local/jdk1.3.1/demo/applets/NervousText
        appletviewer example1.html 
fails. top shows this process uses 100% CPU!
And no window opens...

--
Jacques Beigbeder                    |  [EMAIL PROTECTED]
Service de Prestations Informatiques |     http://www.spi.ens.fr
Ecole normale supérieure             |
45 rue d'Ulm                         |Tel : (+33 1)1 44 32 37 96
F75230 Paris cedex 05                |Fax : (+33 1)1 44 32 20 75


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to