Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Nov 2002 15:44:18 +0100
From:      Jacques Beigbeder <Jacques.Beigbeder@ens.fr>
To:        freebsd-questions@freebsd.org
Subject:   bsd-jdk131 fails to open windows
Message-ID:  <20021119144418.GA1849@trefle.ens.fr>

next in thread | raw e-mail | index | archive | help
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 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 majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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