From owner-freebsd-java@FreeBSD.ORG Sun Sep 19 15:53:21 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6942016A4CF for ; Sun, 19 Sep 2004 15:53:21 +0000 (GMT) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 74C5443D31 for ; Sun, 19 Sep 2004 15:53:20 +0000 (GMT) (envelope-from andreas.kohn@gmx.net) Received: (qmail 28933 invoked by uid 65534); 19 Sep 2004 15:53:18 -0000 Received: from unknown (EHLO [212.204.44.203]) (212.204.44.203) by mail.gmx.net (mp002) with SMTP; 19 Sep 2004 17:53:18 +0200 X-Authenticated: #2431876 From: Andreas Kohn To: Jose Aranes In-Reply-To: <20040916105200.50693.qmail@web21004.mail.yahoo.com> References: <20040916105200.50693.qmail@web21004.mail.yahoo.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-tARNIV9KXzFNEsaTM4Rt" Message-Id: <1095609197.842.6.camel@klamath.ankon.de.eu.org> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 19 Sep 2004 17:53:17 +0200 cc: freebsd-java@freebsd.org Subject: Re: problems with installation of eclipse-3.0_1 at freebsd X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Sep 2004 15:53:21 -0000 --=-tARNIV9KXzFNEsaTM4Rt Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2004-09-16 at 12:52, Jose Aranes wrote: > Hi all >=20 > I get this output with the installation of eclipse: >=20 > the ports tree is update this week. >=20 > make install clean FORCE_PKG_REGISTER=3DYES > =3D=3D=3D> Building for eclipse-3.0_1 > =3D=3D=3D> Building libswt. > cd "plugins/org.eclipse.swt/Eclipse SWT > PI/gtk/library" && \ > /bin/sh ./build.sh && \ > /bin/cp *.so > ../../../../org.eclipse.swt.gtk/os/freebsd/x86/ > gmake[1]: Entering directory > `/usr/ports/java/eclipse/work/plugins/org.eclipse.swt/Eclipse > SWT PI/gtk/library' > c++ -O -fno-rtti -Wall -I./ > -I/usr/local/jdk1.4.2/include > -I/usr/local/jdk1.4.2/include/bsd > -I/usr/local/jdk1.4.2/include/freebsd -include > /usr/X11R6/include/mozilla/mozilla-config.h > -I/usr/X11R6/include/mozilla > -I/usr/X11R6/include/mozilla/xpcom > -I/usr/X11R6/include/mozilla/string > -I/usr/X11R6/include/mozilla/nspr > -I/usr/X11R6/include/mozilla/embed_base > -I/usr/X11R6/include/mozilla/gfx -c xpcom.cpp > cc1plus: /usr/X11R6/include/mozilla/mozilla-config.h: > No such file or directory > xpcom.cpp:32:19: nsCRT.h: No such file or directory > xpcom.cpp:33:25: nsEmbedAPI.h: No such file or > directory > xpcom.cpp:34:19: prmem.h: No such file or directory > xpcom.cpp:35:19: prenv.h: No such file or directory > xpcom.cpp:36:22: nsString.h: No such file or directory > xpcom.cpp:37:31: nsEnumeratorUtils.h: No such file or > directory > xpcom.cpp:38:28: nsIInputStream.h: No such file or > directory > xpcom.cpp:39:20: nsRect.h: No such file or directory > xpcom.cpp:48: error: type specifier omitted for > parameter `P_OLE_FN_16S' > xpcom.cpp:48: error: ISO C++ forbids declaration of > `NS_CALLBACK_' with no type > xpcom.cpp:48: error: `NS_CALLBACK_' declared as > function returning a function > xpcom.cpp:49: error: syntax error before `,' token > xpcom.cpp:50: error: syntax error before `,' token > xpcom.cpp:51: error: syntax error before `,' token > xpcom.cpp:52: error: syntax error before `,' token > xpcom.cpp:53: error: syntax error before `,' token > xpcom.cpp:54: error: syntax error before `,' token > xpcom.cpp:55: error: syntax error before `,' token > xpcom.cpp:56: error: syntax error before `,' token > xpcom.cpp:57: error: syntax error before `,' token > xpcom.cpp:58: error: syntax error before `,' token > xpcom.cpp:59: error: syntax error before `,' token > xpcom.cpp:60: error: syntax error before `,' token > xpcom.cpp:61: error: syntax error before `,' token > xpcom.cpp:62: error: syntax error before `void' > xpcom.cpp:63: error: syntax error before `,' token > xpcom.cpp:64: error: syntax error before `,' token > xpcom.cpp:65: error: syntax error before `,' token > xpcom.cpp:66: error: syntax error before `,' token > xpcom.cpp:67: error: syntax error before `void' > xpcom.cpp:68: error: syntax error before `,' token > xpcom.cpp:69: error: syntax error before `,' token > xpcom.cpp:90: error: syntax error before `*' token > gmake[1]: *** [xpcom.o] Error 1 > gmake[1]: Leaving directory > `/usr/ports/java/eclipse/work/plugins/org.eclipse.swt/Eclipse > SWT PI/gtk/library' > gmake: *** [libswt] Error 2 > *** Error code 2 >=20 > Stop in /usr/ports/java/eclipse. >=20 >=20 > what would you advise me to do? >=20 > thanks=20 >=20 Hi, what version of Mozilla do you have installed? I can get the same errors with www/mozilla-devel[1], but everything works fine if I install the regular www/mozilla[2]. Guess eclipse doesn't the like the 1.8 headers too much. HTH, Andreas Exact versions: [1] mozilla-1.8.a3,2 [2] mozilla-1.7.2,2 --=-tARNIV9KXzFNEsaTM4Rt Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBBTatsYucd7Ow1ygwRApevAJ0TIdjVW3XIpXrJ3I17wI/GUODKRwCaAoHs EBV5BZX+gZGPmee9zbLBLfU= =u5IL -----END PGP SIGNATURE----- --=-tARNIV9KXzFNEsaTM4Rt-- From owner-freebsd-java@FreeBSD.ORG Mon Sep 20 10:17:48 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA01916A4CE for ; Mon, 20 Sep 2004 10:17:48 +0000 (GMT) Received: from oxyd.caraldi.com (caraldi.com [195.137.249.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2588743D45 for ; Mon, 20 Sep 2004 10:17:46 +0000 (GMT) (envelope-from jbq@anyware-tech.com) Received: from vision.anyware (unknown [84.96.21.10]) by oxyd.caraldi.com (Postfix) with ESMTP id BF1922178 for ; Mon, 20 Sep 2004 12:17:44 +0200 (CEST) Received: by vision.anyware (Postfix, from userid 615) id BE4BB6383; Mon, 20 Sep 2004 12:17:44 +0200 (CEST) Date: Mon, 20 Sep 2004 12:17:44 +0200 From: Jean-Baptiste Quenot To: "java@freebsd.org" Message-ID: <20040920101742.GG28760@vision.anyware> Mail-Followup-To: "java@freebsd.org" References: <14C413EDD4FDAB48924086C19BF44F872E053C@MUCS040151.munich.munichre.com> <20040917054616.GA16333@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FL5UXtIhxfXey3p5" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i Subject: Re: offtopic: Re: JDK 1.5 / 5.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2004 10:17:48 -0000 --FL5UXtIhxfXey3p5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Ronald Klop: > * Greg Lewis: > > Just the native port. However, the beta of the Linux 1.5 in the > > tree fails to run at all. So it looks like we'll be SOOL on that > > front. > What is SOOL? Check out: http://www.acronymfinder.com/af-query.asp?String=3Dexact&Acronym=3Dsool&Fin= d=3DFind --=20 Jean-Baptiste Quenot http://caraldi.com/jbq/ --FL5UXtIhxfXey3p5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBTq5G9xx3BCMc9gsRAiFRAKCFCF+Yge8S0kTBL2jZ8IyM9TBEZQCfWy1W y46Izpyh5oba40bBN64sjac= =2dVd -----END PGP SIGNATURE----- --FL5UXtIhxfXey3p5-- From owner-freebsd-java@FreeBSD.ORG Mon Sep 20 11:02:12 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B679A16A4D8 for ; Mon, 20 Sep 2004 11:02:12 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD20C43D4C for ; Mon, 20 Sep 2004 11:02:12 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8KB2CJK001424 for ; Mon, 20 Sep 2004 11:02:12 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8KB2Bqd001419 for freebsd-java@freebsd.org; Mon, 20 Sep 2004 11:02:11 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 20 Sep 2004 11:02:11 GMT Message-Id: <200409201102.i8KB2Bqd001419@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-java@FreeBSD.org Subject: Current problem reports assigned to you X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2004 11:02:12 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/05/01] java/66151 java JBuilderX (sun jvm 1.4.1 builtin) crashes o [2004/07/13] java/68972 java unpack crashes during make install of lin o [2004/07/27] ports/69675 java Eclipse slow typing o [2004/08/30] java/71146 java jdk 1.4.2-p6 jboss,eclipse problems o [2004/09/09] java/71516 java jdk13 hotspot fails to build with recent 5 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/10/18] ports/44251 java new port textproc/xml-stylebook: create J s [2003/09/16] ports/56928 java jce-aba port should install to $JAVA_HOME o [2004/02/14] java/62837 java linux-sun-jdk14 executables hang with COM o [2004/04/08] ports/65335 java [PATCH] java/jdk14: use bsd.java.mk for J o [2004/08/11] java/70292 java jdk14 compile problem 5 problems total. From owner-freebsd-java@FreeBSD.ORG Mon Sep 20 11:29:53 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9912316A4CE for ; Mon, 20 Sep 2004 11:29:53 +0000 (GMT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id C15A443D3F for ; Mon, 20 Sep 2004 11:29:52 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id i8KAiZCC027645 for ; Mon, 20 Sep 2004 13:44:35 +0300 Received: from localhost (achill@localhost)i8KAiZpr027641 for ; Mon, 20 Sep 2004 13:44:35 +0300 Date: Mon, 20 Sep 2004 13:44:35 +0300 (EEST) From: Achilleus Mantzios To: java@freebsd.org In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: Strange eclipse 3 problem X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2004 11:29:53 -0000 Eclipse issues resolved. A clean removal of the the old /usr/local/eclipse dir (which pkg_deinstall would not do because of extra pluggins/files), solved the problem. Now by reinstalling jbosside in a new home based dir, everything worked fine upto now. I still cant get a hold of these "new" JSP editing features, (that is without installing random plugins from here and there). -- -Achilleus From owner-freebsd-java@FreeBSD.ORG Mon Sep 20 22:03:20 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0238216A4CE for ; Mon, 20 Sep 2004 22:03:20 +0000 (GMT) Received: from smtp19.wxs.nl (smtp19.wxs.nl [195.121.6.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA6E743D2D for ; Mon, 20 Sep 2004 22:03:19 +0000 (GMT) (envelope-from ronald-freebsd8@klop.yi.org) Received: from ronald.echteman.nl (ip51cdc5d2.speed.planet.nl [81.205.197.210]) by smtp19.wxs.nlSMTP id <0I4D0078Q19IKK@smtp19.wxs.nl> for java@freebsd.org; Tue, 21 Sep 2004 00:03:18 +0200 (CEST) Received: (qmail 6270 invoked from network); Mon, 20 Sep 2004 22:03:17 +0000 Received: from unknown (HELO laptop.thuis.klop.ws) (192.168.1.4) by ronald.echteman.nl with SMTP; Mon, 20 Sep 2004 22:03:17 +0000 Received: (qmail 1200 invoked from network); Mon, 20 Sep 2004 22:02:22 +0000 Received: from unknown (HELO guido.thuis.klop.ws) (192.168.0.2) by 192.168.0.16 with SMTP; Mon, 20 Sep 2004 22:02:22 +0000 Received: (qmail 28081 invoked from network); Mon, 20 Sep 2004 22:02:30 +0000 Received: from localhost.thuis.klop.ws (HELO outgoing.local) (127.0.0.1) by localhost.thuis.klop.ws with SMTP; Mon, 20 Sep 2004 22:02:30 +0000 Date: Tue, 21 Sep 2004 00:02:28 +0200 From: Ronald Klop In-reply-to: <20040920101742.GG28760@vision.anyware> To: "java@freebsd.org" Message-id: MIME-version: 1.0 Content-type: text/plain; format=flowed; delsp=yes; charset=iso-8859-1 Content-transfer-encoding: 7BIT User-Agent: Opera M2/7.54 (FreeBSD, build 751) References: <14C413EDD4FDAB48924086C19BF44F872E053C@MUCS040151.munich.munichre.com> <20040917054616.GA16333@misty.eyesbeyond.com> <20040920101742.GG28760@vision.anyware> Subject: Re: offtopic: Re: JDK 1.5 / 5.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2004 22:03:20 -0000 On Mon, 20 Sep 2004 12:17:44 +0200, Jean-Baptiste Quenot wrote: > * Ronald Klop: > >> * Greg Lewis: > >> > Just the native port. However, the beta of the Linux 1.5 in the >> > tree fails to run at all. So it looks like we'll be SOOL on that >> > front. > >> What is SOOL? > > Check out: > http://www.acronymfinder.com/af-query.asp?String=exact&Acronym=sool&Find=Find Yeah, I use games/wtf and that knows 'sol', but not 'sool'. ;-) I think this is getting really offtopic now. Ronald. -- Ronald Klop Amsterdam, The Netherlands From owner-freebsd-java@FreeBSD.ORG Tue Sep 21 16:10:44 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E55016A4CE for ; Tue, 21 Sep 2004 16:10:44 +0000 (GMT) Received: from serv01.divms.uiowa.edu (serv01.divms.uiowa.edu [128.255.44.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0524143D41 for ; Tue, 21 Sep 2004 16:10:44 +0000 (GMT) (envelope-from jason-dusek@uiowa.edu) Received: from [128.255.45.158] ([128.255.45.158]) by serv01.divms.uiowa.edu with id i8LGAevH015816 for ; Tue, 21 Sep 2004 11:10:43 -0500 (CDT) Message-ID: <415052C9.3090100@uiowa.edu> Date: Tue, 21 Sep 2004 11:11:53 -0500 From: Jason Dusek User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040907 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "java@freebsd.org" Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: netBeans can't find classes X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2004 16:10:44 -0000 I am unable to compile a number a class that depends on another class within the same directory when using netBeans, but if I use javac then I can compile okay. The directory I'm working in looks like this: -rw-rw-r-- 1 jsn jsn 1672 Sep 20 10:52 Matrix.java -rw-rw-r-- 1 jsn jsn 367 Sep 17 20:58 MatrixInterface.java -rw-rw-r-- 1 jsn jsn 3157 Sep 21 10:59 MatrixMultiplication.java -rw-rw-r-- 1 jsn jsn 4029 Sep 20 09:04 OldSparseMatrix.java -rw-rw-r-- 1 jsn jsn 2388 Sep 20 10:11 SparseMatrix.java And the error that I get when I compile Matrix.java in netBeans 3.6 is: /home/jsn/.public-html/Classes/22c:021/Project_1/Matrix.java [13:1] cannot resolve symbol symbol : class MatrixInterface location: class Matrix public class Matrix implements MatrixInterface ^ 1 error Errors compiling Matrix. Is this a FreeBSD related issue at all? I'm using the native JDK 1.4.2p6 and the netBeans from the ports. I ran portupgrade yesterday without a hitch. 1 > uname -a FreeBSD localhost 5.3-BETA2 FreeBSD 5.3-BETA2 #0: Mon Sep 6 15:27:56 CDT 2004 root@localhost:/usr/obj/usr/src/sys/CUSTOM i386 All help is appreciated. _jason From owner-freebsd-java@FreeBSD.ORG Tue Sep 21 17:40:36 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90B7E16A4CE for ; Tue, 21 Sep 2004 17:40:36 +0000 (GMT) Received: from serv01.divms.uiowa.edu (serv01.divms.uiowa.edu [128.255.44.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FE9643D2D for ; Tue, 21 Sep 2004 17:40:36 +0000 (GMT) (envelope-from jason-dusek@uiowa.edu) Received: from [128.255.47.82] ([128.255.47.82]) by serv01.divms.uiowa.edu with id i8LHeXLF029100 for ; Tue, 21 Sep 2004 12:40:35 -0500 (CDT) Message-ID: <415067DA.7000709@uiowa.edu> Date: Tue, 21 Sep 2004 12:41:46 -0500 From: Jason Dusek User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040907 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "java@freebsd.org" Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: netBeans can't find classes X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2004 17:40:36 -0000 I'm sorry, there was an error in the first line of my message that didn't make any sense. Rewritten, the message is: I am unable to compile a class that depends on another class within the same directory when using netBeans, but if I use javac then I can compile okay. The directory I'm working in looks like this: -rw-rw-r-- 1 jsn jsn 1672 Sep 20 10:52 Matrix.java -rw-rw-r-- 1 jsn jsn 367 Sep 17 20:58 MatrixInterface.java -rw-rw-r-- 1 jsn jsn 3157 Sep 21 10:59 MatrixMultiplication.java -rw-rw-r-- 1 jsn jsn 4029 Sep 20 09:04 OldSparseMatrix.java -rw-rw-r-- 1 jsn jsn 2388 Sep 20 10:11 SparseMatrix.java And the error that I get when I compile Matrix.java in netBeans 3.6 is: /home/jsn/.public-html/Classes/22c:021/Project_1/Matrix.java [13:1] cannot resolve symbol symbol : class MatrixInterface location: class Matrix public class Matrix implements MatrixInterface ^ 1 error Errors compiling Matrix. Is this a FreeBSD related issue at all? I'm using the native JDK 1.4.2p6 and the netBeans from the ports. I ran portupgrade yesterday without a hitch. 1 > uname -a FreeBSD localhost 5.3-BETA2 FreeBSD 5.3-BETA2 #0: Mon Sep 6 15:27:56 CDT 2004 root@localhost:/usr/obj/usr/src/sys/CUSTOM i386 All help is appreciated. _jason From owner-freebsd-java@FreeBSD.ORG Tue Sep 21 18:45:17 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44A8B16A4CE for ; Tue, 21 Sep 2004 18:45:17 +0000 (GMT) Received: from mx1.portjeff.net (mx1.portjeff.net [216.168.142.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB3AF43D3F for ; Tue, 21 Sep 2004 18:45:14 +0000 (GMT) (envelope-from c.rued@xsb.com) Received: from localhost (localhost [127.0.0.1]) by mx1.portjeff.net (Postfix) with ESMTP id BED074DC9D; Tue, 21 Sep 2004 14:43:39 -0400 (EDT) Received: from mx1.portjeff.net ([127.0.0.1]) by localhost (mx1 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10544-07; Tue, 21 Sep 2004 14:43:37 -0400 (EDT) Received: from xsb.com (mail.portjeff.net [216.168.142.132]) by mx1.portjeff.net (Postfix) with ESMTP id 6F7575BCCC; Tue, 21 Sep 2004 14:26:58 -0400 (EDT) Received: from [10.25.1.120] [129.49.16.170] by xsb.com with ESMTP (SMTPD32-7.15) id A2DE190204; Tue, 21 Sep 2004 14:28:46 -0400 Message-ID: <41507336.80208@xsb.com> Date: Tue, 21 Sep 2004 14:30:14 -0400 From: Christopher Rued User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jason Dusek References: <415067DA.7000709@uiowa.edu> In-Reply-To: <415067DA.7000709@uiowa.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mx1.portjeff.net cc: "java@freebsd.org" Subject: Re: netBeans can't find classes X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2004 18:45:17 -0000 Jason Dusek wrote: > I'm sorry, there was an error in the first line of my message that > didn't make any sense. Rewritten, the message is: > > I am unable to compile a class that depends on another class within > the same directory when using netBeans, but if I use javac then I can > compile okay. > > The directory I'm working in looks like this: > > -rw-rw-r-- 1 jsn jsn 1672 Sep 20 10:52 Matrix.java > -rw-rw-r-- 1 jsn jsn 367 Sep 17 20:58 MatrixInterface.java > -rw-rw-r-- 1 jsn jsn 3157 Sep 21 10:59 MatrixMultiplication.java > -rw-rw-r-- 1 jsn jsn 4029 Sep 20 09:04 OldSparseMatrix.java > -rw-rw-r-- 1 jsn jsn 2388 Sep 20 10:11 SparseMatrix.java > > And the error that I get when I compile Matrix.java in netBeans 3.6 is: > > /home/jsn/.public-html/Classes/22c:021/Project_1/Matrix.java [13:1] > cannot resolve symbol > symbol : class MatrixInterface > location: class Matrix > public class Matrix implements MatrixInterface > ^ > 1 error > Errors compiling Matrix. > The most common reason for this sort of thing is that you have incorrectly mounted your source in NetBeans. If you mount the directory: /home/jsn/.public-html/Classes/22c:021/Project_1 and try to compile from within NetBeans, this should solve the problem. The reason for the issue is that each directory you have mounted is added to your classpath. To NetBeans, your interface's fully-qualified name probably looks something like "Project_1.MatrixInterface" (the class MatrixInterface in the Project_1 package), which is different than "MatrixInterface" (the class MatrixInterface in the default package). If you correct your mount point (i.e., classpath), all should be well. Hope that helps. --Chris From owner-freebsd-java@FreeBSD.ORG Wed Sep 22 08:31:54 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8E9816A4CE for ; Wed, 22 Sep 2004 08:31:54 +0000 (GMT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id C837743D2D for ; Wed, 22 Sep 2004 08:31:53 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id i8M7kiCC004748 for ; Wed, 22 Sep 2004 10:46:44 +0300 Received: from localhost (achill@localhost)i8M7kiI7004744 for ; Wed, 22 Sep 2004 10:46:44 +0300 Date: Wed, 22 Sep 2004 10:46:44 +0300 (EEST) From: Achilleus Mantzios To: java@freebsd.org In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: JSP Editor for Eclipse 3.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Sep 2004 08:31:54 -0000 Hi, i need a jsp editor with just coloring,highlighting, that *dont* do clever things as lomboz, is free, and dont interfere with jbosside (i.e. no ebj, j2ee support), just plain basic jsp editing. I tried servereclipse, since its supposed to be a descendant of the now dead solareclipse, but it dint work. I tried coloreclipse which needs porting to FreeBSD (native staff). Any ideas? Thanx. -- -Achilleus From owner-freebsd-java@FreeBSD.ORG Wed Sep 22 15:34:43 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8DE316A4CE for ; Wed, 22 Sep 2004 15:34:43 +0000 (GMT) Received: from mta4.srv.hcvlny.cv.net (mta4.srv.hcvlny.cv.net [167.206.5.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80C0143D41 for ; Wed, 22 Sep 2004 15:34:43 +0000 (GMT) (envelope-from truk@optonline.net) Received: from focus (ool-182e24b7.dyn.optonline.net [24.46.36.183]) by mta4.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar 3 2004)) with SMTP id <0I4G00K7U8LU6G@mta4.srv.hcvlny.cv.net> for freebsd-java@freebsd.org; Wed, 22 Sep 2004 11:34:43 -0400 (EDT) Date: Wed, 22 Sep 2004 11:34:46 -0400 From: Kurt Miller To: Greg Lewis , Alexey Zelkin Message-id: <005701c4a0b9$b0922c20$1d0110ac@focus> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Mailer: Microsoft Outlook Express 6.00.2800.1437 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <14C413EDD4FDAB48924086C19BF44F872E053C@MUCS040151.munich.munichre.com> <20040917054616.GA16333@misty.eyesbeyond.com> <20040917071229.GA18547@phantom.cris.net> <20040917134519.GA69537@misty.eyesbeyond.com> <001401c49ce5$9f494700$1d0110ac@focus> cc: openbsd-java@codemonkey.net cc: freebsd-java@freebsd.org Subject: Re: bootstrapping 1.4 with 1.3 (was JDK 1.5 / 5.0) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Sep 2004 15:34:43 -0000 From: "Kurt Miller" > I've tried the linux and solaris rt.jar and tools.jar, but it fails at the > first invocation of native java with: > > Error occurred during initialization of VM > java.lang.NoSuchMethodError: java.lang.Class.getName()Ljava/lang/String; > > If I can figure this problem out, I think I've got a way to bootstrap > 1.4 using 1.3-linux and various distfiles. While debugging the above problem, I realized that an older version of the linux jdk might work better. I can now bootstrap 1.4 using this method: 1) Use 1.3 java/javac for bootstrapping 1.4 hotspot build 2) Use 1.3 jar in all bootstrap cases 3) Use the linux 1.4 binary release (j2sdk-1_4_2-linux-i586.bin) to get rt.jar and tools.jar and extract only the necessary bootstrap classes. 4) Use a source only dist file containing additional bootstrap files. I'll send a port that uses this method to openbsd-java soonish. -Kurt From owner-freebsd-java@FreeBSD.ORG Thu Sep 23 18:21:48 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8BFF16A4CE; Thu, 23 Sep 2004 18:21:48 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EF3143D4C; Thu, 23 Sep 2004 18:21:48 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from freefall.freebsd.org (thierry@localhost [127.0.0.1]) i8NILmbg039662; Thu, 23 Sep 2004 18:21:48 GMT (envelope-from thierry@freefall.freebsd.org) Received: (from thierry@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8NILmes039658; Thu, 23 Sep 2004 18:21:48 GMT (envelope-from thierry) Date: Thu, 23 Sep 2004 18:21:48 GMT From: Thierry Thomas Message-Id: <200409231821.i8NILmes039658@freefall.freebsd.org> To: thierry@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, java@FreeBSD.org Subject: Re: ports/72014: Eclipse doesn't work (SigBus 10) if it has been built with GTK X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Sep 2004 18:21:48 -0000 Synopsis: Eclipse doesn't work (SigBus 10) if it has been built with GTK Responsible-Changed-From-To: freebsd-ports-bugs->java Responsible-Changed-By: thierry Responsible-Changed-When: Thu Sep 23 18:21:13 GMT 2004 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=72014