From owner-freebsd-questions@FreeBSD.ORG Tue Mar 23 04:11:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99EDF16A4CE for ; Tue, 23 Mar 2004 04:11:56 -0800 (PST) Received: from tenacious.boundariez.com (mail.boundariez.com [216.36.108.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2535243D4C for ; Tue, 23 Mar 2004 04:11:56 -0800 (PST) (envelope-from Ralph@boundariez.com) MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Date: Tue, 23 Mar 2004 07:07:10 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Message-ID: content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Java runtime? Thread-Index: AcQQvwfgZedXBGqTQ4ulhDqHCzgF1gAEDF92 From: "Ralph M. Los" To: "Peter Schuller" , Subject: RE: Java runtime? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Mar 2004 12:11:56 -0000 -----Original Message----- From: Peter Schuller [mailto:peter.schuller@infidyne.com] Sent: Tue 3/23/2004 5:14 AM To: freebsd-questions@freebsd.org Cc: Ralph M. Los Subject: Re: Java runtime? > Coming from the windows world I'm used to having the Sun java = run-time.=20 > I went to install it from ports, naturally...and can't figure out what = I > should be installing! Can someone give me a clue? Your best bet is probably java/jdk14 which is the native version of JDK = 1.4.2.=20 It will need to first install the linux-JDK though for bootstrapping=20 purposes. Choose the JDK you would like to install and do 'make install'. It's = going to=20 ask you to download files from Sun manually due to licensing = restrictions. --=20 / Peter Schuller, InfiDyne Technologies HB PGP userID: 0xE9758B7D or 'Peter Schuller ' Key retrieval: Send an E-Mail to getpgpkey@scode.org E-Mail: peter.schuller@infidyne.com Web: http://www.scode.org Alright. I tried, and after hours and hours of compiling...this: Java HotSpot(TM) Client VM warning: Can't detect initial thread stack = location /usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/Curren= cyData.java:1: 'class' or 'interface' expected Java HotSpot(TM) Client VM warning: Can't detect initial thread stack = location ^ /usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/Curren= cyData.java:1: unclosed character literal Java HotSpot(TM) Client VM warning: Can't detect initial thread stack = location ^ 2 errors gmake[4]: *** [.compile.classlist] Error 1 gmake[4]: Leaving directory = `/usr/ports/java/jdk14/work/j2se/make/java/java' gmake[3]: *** [optimized] Error 2 gmake[3]: Leaving directory = `/usr/ports/java/jdk14/work/j2se/make/java/java' gmake[2]: *** [all] Error 1 gmake[2]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make' gmake: *** [j2se-build] Error 2 *** Error code 2 =20 Stop in /usr/ports/java/jdk14. Any further thoughts? I'm not sure what to do next because the error is = not clear enough to me. Thanks=20 Ralph