bsd-jdk131 fails to open windows

[ Available lists | Index of freebsd-questions | Month of Nov 2002 | Week of 19 Nov 2002 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Jacques Beigbeder <Jacques.Beigbeder@ens.fr>
Date
19 Nov 2002 06:44:25
Subject
bsd-jdk131 fails to open windows
Message-ID
20021119144418.GA1849@trefle.ens.fr


[ Hide this part ]
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 | Jacques.Beigbeder@ens.fr
Service de Prestations Informatiques | http://www.spi.ens.fr
Ecole normale suprieure |
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Elapsed time: 0.091 seconds