From owner-freebsd-java@FreeBSD.ORG Sun Jan 4 10:31:52 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 CB0EC16A4CE for ; Sun, 4 Jan 2004 10:31:52 -0800 (PST) Received: from may.priocom.com (may.priocom.com [213.156.65.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id D558043D55 for ; Sun, 4 Jan 2004 10:31:50 -0800 (PST) (envelope-from mirya@ukrpost.net) Received: from dialup-146.241.sitel.com.ua ([217.27.146.241]) by may.priocom.com with asmtp (Exim 4.24) id 1AdD01-0005lo-Pe for freebsd-java@freebsd.org; Sun, 04 Jan 2004 20:29:21 +0200 Date: Sun, 4 Jan 2004 20:34:49 +0200 From: Kyryll A Mirnenko X-Mailer: The Bat! (v1.61) Personal Organization: X-Priority: 3 (Normal) Message-ID: <373029739.20040104203449@ukrpost.net> To: freebsd-java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Writing SOFTWARE Synthesizer X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kyryll A Mirnenko List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2004 18:31:52 -0000 My problem is to write pure-java software midi to wave convertor, saying simply Synthesizer. Just to get midi output back to audio input. I've found Java has internal software synth., but I really can't find a way to get the synthesized sound back to produce WAV. If you're familiar with Java Sound API, REPLY! From owner-freebsd-java@FreeBSD.ORG Sun Jan 4 11:19:09 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 ED48916A4CE for ; Sun, 4 Jan 2004 11:19:09 -0800 (PST) Received: from ms-smtp-01-eri0.southeast.rr.com (ms-smtp-01-lbl.southeast.rr.com [24.25.9.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2F8B43D45 for ; Sun, 4 Jan 2004 11:19:08 -0800 (PST) (envelope-from mmercer@nc.rr.com) Received: from [192.168.1.2] (rdu57-94-128.nc.rr.com [66.57.94.128]) i04JJ5HG023042; Sun, 4 Jan 2004 14:19:06 -0500 (EST) From: "Michael E. Mercer" To: Kyryll A Mirnenko In-Reply-To: <373029739.20040104203449@ukrpost.net> References: <373029739.20040104203449@ukrpost.net> Content-Type: text/plain Message-Id: <1073243944.3470.31.camel@mmercer.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sun, 04 Jan 2004 14:19:05 -0500 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-java@freebsd.org Subject: Re: Writing SOFTWARE Synthesizer 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, 04 Jan 2004 19:19:10 -0000 Currently, Java 1.4 has code that is hard-coded to be half-duplex. Meaning, you have to close the input stream in order to play to the output stream. You can re-compile the src, changing NO_FULL_DUPLEX to FULL_DUPLEX in file j2se/src/solaris/native/com/sun/media/sound/engine/HAE_API_BSDOS.c Hope this helps... MiChAeL On Sun, 2004-01-04 at 13:34, Kyryll A Mirnenko wrote: > My problem is to write pure-java software midi to wave convertor, > saying simply Synthesizer. Just to get midi output back to audio > input. > I've found Java has internal software synth., but I really can't > find a way to get the synthesized sound back to produce WAV. > If you're familiar with Java Sound API, REPLY! > > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" From owner-freebsd-java@FreeBSD.ORG Sun Jan 4 11:24: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 43F8816A4CE for ; Sun, 4 Jan 2004 11:24:12 -0800 (PST) Received: from ms-smtp-01-eri0.southeast.rr.com (ms-smtp-01-lbl.southeast.rr.com [24.25.9.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id F321C43D6E for ; Sun, 4 Jan 2004 11:24:05 -0800 (PST) (envelope-from mmercer@nc.rr.com) Received: from [192.168.1.2] (rdu57-94-128.nc.rr.com [66.57.94.128]) i04JO3HG026338; Sun, 4 Jan 2004 14:24:03 -0500 (EST) From: "Michael E. Mercer" To: Kyryll A Mirnenko In-Reply-To: <1073243944.3470.31.camel@mmercer.com> References: <373029739.20040104203449@ukrpost.net> <1073243944.3470.31.camel@mmercer.com> Content-Type: text/plain Message-Id: <1073244242.3470.34.camel@mmercer.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sun, 04 Jan 2004 14:24:03 -0500 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-java@freebsd.org Subject: Re: Writing SOFTWARE Synthesizer 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, 04 Jan 2004 19:24:12 -0000 I should further elaborate... FreeBSD's native jdk1.4 has the code this way. I am not sure about Linux, though they do share the same code base. HTH, MeM On Sun, 2004-01-04 at 14:19, Michael E. Mercer wrote: > Currently, Java 1.4 has code that is hard-coded to be > half-duplex. Meaning, you have to close the input stream in order to > play to the output stream. > > You can re-compile the src, changing NO_FULL_DUPLEX to FULL_DUPLEX in > file > j2se/src/solaris/native/com/sun/media/sound/engine/HAE_API_BSDOS.c > > Hope this helps... > > MiChAeL > > On Sun, 2004-01-04 at 13:34, Kyryll A Mirnenko wrote: > > My problem is to write pure-java software midi to wave convertor, > > saying simply Synthesizer. Just to get midi output back to audio > > input. > > I've found Java has internal software synth., but I really can't > > find a way to get the synthesized sound back to produce WAV. > > If you're familiar with Java Sound API, REPLY! > > > > _______________________________________________ > > freebsd-java@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-java > > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" From owner-freebsd-java@FreeBSD.ORG Sun Jan 4 12:13:06 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 C7A3416A4CE for ; Sun, 4 Jan 2004 12:13:06 -0800 (PST) Received: from sydrom.com (sydrom.net [216.112.238.89]) by mx1.FreeBSD.org (Postfix) with SMTP id B7AD343D41 for ; Sun, 4 Jan 2004 12:13:05 -0800 (PST) (envelope-from jarnold@sydrom.com) Received: (qmail 21583 invoked from network); 4 Jan 2004 20:13:04 -0000 Received: from unknown (HELO ?192.168.0.9?) (192.168.0.9) by 0 with SMTP; 4 Jan 2004 20:13:04 -0000 From: John Arnold To: java@freebsd.org Content-Type: text/plain Message-Id: <1073247464.672.4.camel@hermione> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Sun, 04 Jan 2004 15:17:44 -0500 Content-Transfer-Encoding: 7bit Subject: eclipse workbench 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, 04 Jan 2004 20:13:06 -0000 Sir/Madam I have posted the following question to the Eclipse newsgroups with no response When I open up Eclipse (versions 2.1 and revisions) the cursor is not displayed in the java source editor pane. If I set the "current line" to 'highlight' it puts a black line across the current line. In addition, I am unable to change any of the colour options (syntax etc) to anything but black I have noticed this behaviour on FreeBSD 4.7, 4.8 and 4.9 (my current system). Also, it occurs on Gnome, KDE and WindowMaker. Maybe XFree86? I am using 4.3.0 I would appreciate some feedback / guidelines Regards From owner-freebsd-java@FreeBSD.ORG Sun Jan 4 12:21:04 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 EBE7916A4CE for ; Sun, 4 Jan 2004 12:21:04 -0800 (PST) Received: from may.priocom.com (may.priocom.com [213.156.65.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0391E43D1F for ; Sun, 4 Jan 2004 12:21:04 -0800 (PST) (envelope-from mirya@ukrpost.net) Received: from dialup-146.75.sitel.com.ua ([217.27.146.75]) by may.priocom.com with asmtp (Exim 4.24) id 1AdEhh-0006cM-KW; Sun, 04 Jan 2004 22:18:29 +0200 Date: Sun, 4 Jan 2004 22:24:07 +0200 From: Kyryll A Mirnenko X-Mailer: The Bat! (v1.61) Personal Organization: X-Priority: 3 (Normal) Message-ID: <151605891.20040104222407@ukrpost.net> To: freebsd-java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: Writing SOFTWARE Synthesizer X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kyryll A Mirnenko List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2004 20:21:05 -0000 >You can re-compile the src, changing NO_FULL_DUPLEX to FULL_DUPLEX in >file >j2se/src/solaris/native/com/sun/media/sound/engine/HAE_API_BSDOS.c That should work on Java@anymachine, not only on FreeBSD. I have Windows (Meeee) & FreeBSD on my machine, both with java. Official pages say Java's distibuted with software synth. for every platform, but on Windows it also has a hardware card front-end. Browsing the classes in rt.jar make me think that software synth. they're talking about's written in native code. /jre/lib/audio contains pathsets (banks) in their internal format, for now I do not need to understand it, but to make MidiSystem produce the sound back to me, not to hardware system. From owner-freebsd-java@FreeBSD.ORG Sun Jan 4 22:32:11 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 8F49916A4CE for ; Sun, 4 Jan 2004 22:32:11 -0800 (PST) Received: from smtp1.euronet.nl (smtp1.euronet.nl [194.134.35.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E3B243D31 for ; Sun, 4 Jan 2004 22:32:09 -0800 (PST) (envelope-from ernst.dehaan@nl.wanadoo.com) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by smtp1.euronet.nl (Postfix) with ESMTP id 5BEC36711F; Mon, 5 Jan 2004 07:32:08 +0100 (MET) From: Ernst de Haan Organization: Wanadoo Nederland B.V. To: "saleh" , Date: Mon, 5 Jan 2004 07:32:16 +0100 User-Agent: KMail/1.5.4 References: In-Reply-To: X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1256" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401050732.16042.ernst.dehaan@nl.wanadoo.com> Subject: Re: JAP under any JDK1.3.1 on a 4.8 System? 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, 05 Jan 2004 06:32:11 -0000 Please elaborate. Ernst On donderdag 1 januari 2004 14:05, saleh wrote: > i need java version which icanuse it with jap > > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" From owner-freebsd-java@FreeBSD.ORG Mon Jan 5 08:37:09 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 6CA8516A4CE; Mon, 5 Jan 2004 08:37:09 -0800 (PST) Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E68D43D5E; Mon, 5 Jan 2004 08:36:36 -0800 (PST) (envelope-from glewis@eyesbeyond.com) Received: from [198.60.22.208] (helo=mx2.xmission.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 1AdXiW-0005Lz-02; Mon, 05 Jan 2004 09:36:36 -0700 Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mx2.xmission.com with esmtp (Exim 4.22) id 1AdXiS-0001PQ-QI; Mon, 05 Jan 2004 09:36:32 -0700 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) i05GeeYh002941; Mon, 5 Jan 2004 09:40:41 -0700 (MST) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.10/8.12.10/Submit) id i05GedeN002940; Mon, 5 Jan 2004 09:40:39 -0700 (MST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Mon, 5 Jan 2004 09:40:39 -0700 From: Greg Lewis To: Joe Marcus Clarke Message-ID: <20040105164039.GA2918@misty.eyesbeyond.com> References: <1073162976.41522.18.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <1073162976.41522.18.camel@shumai.marcuscom.com> User-Agent: Mutt/1.4.1i Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on mx2.xmission.com X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=8.0 tests=BAYES_00 autolearn=no version=2.61 X-SA-Exim-Mail-From: glewis@eyesbeyond.com X-SA-Exim-Version: 3.1 (built Wed Aug 20 09:38:54 PDT 2003) X-SA-Exim-Scanned: Yes cc: java@freebsd.org Subject: Re: Requiring a native VM 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, 05 Jan 2004 16:37:09 -0000 On Sat, Jan 03, 2004 at 03:49:36PM -0500, Joe Marcus Clarke wrote: > Is there a way to force a port to require a native JVM? I am porting > the new Java-GNOME API, and they include compiled JNI code. This won't > work if you're using a Linux VM. I'd like to be able to force users to > have a native FreeBSD VM. Thanks. I don't think this is very easy with the current bsd.java.mk. There has been some work on a replacement which I believe would make this easy, but that hasn't been committed yet :(. Do you need specific version of the JDK, e.g. 1.3 or better? -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-java@FreeBSD.ORG Mon Jan 5 08:40:18 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 D318216A4EF for ; Mon, 5 Jan 2004 08:40:17 -0800 (PST) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3679943D46 for ; Mon, 5 Jan 2004 08:40:16 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])i05Ge1Ab004015; Mon, 5 Jan 2004 11:40:01 -0500 (EST) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) i05Gc6L4054537; Mon, 5 Jan 2004 11:38:07 -0500 (EST) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: Greg Lewis In-Reply-To: <20040105164039.GA2918@misty.eyesbeyond.com> References: <1073162976.41522.18.camel@shumai.marcuscom.com> <20040105164039.GA2918@misty.eyesbeyond.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-jqTTrZ5DEkP9YwhR8edQ" Organization: FreeBSD, Inc. Message-Id: <1073320817.765.37.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 05 Jan 2004 11:40:17 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.61 X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on creme-brulee.marcuscom.com X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: java@FreeBSD.org Subject: Re: Requiring a native VM 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, 05 Jan 2004 16:40:19 -0000 --=-jqTTrZ5DEkP9YwhR8edQ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2004-01-05 at 11:40, Greg Lewis wrote: > On Sat, Jan 03, 2004 at 03:49:36PM -0500, Joe Marcus Clarke wrote: > > Is there a way to force a port to require a native JVM? I am porting > > the new Java-GNOME API, and they include compiled JNI code. This won't > > work if you're using a Linux VM. I'd like to be able to force users to > > have a native FreeBSD VM. Thanks. >=20 > I don't think this is very easy with the current bsd.java.mk. There has > been some work on a replacement which I believe would make this easy, but > that hasn't been committed yet :(. Do you need specific version of the > JDK, e.g. 1.3 or better? Java-GNOME needs 1.2 or higher. Right now, I'm using: USE_JAVA=3D 1.2+ But it would be nice to do: USE_NATIVE_JAVA=3D 1.2+ And be sure users won't be bitten by a library format error. Thanks for the response. Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-jqTTrZ5DEkP9YwhR8edQ 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) iD8DBQA/+ZNxb2iPiv4Uz4cRAkIrAKCllyMDDJXj4do+48hdy7GwPcZN+gCgkfh7 vp3+z8Nir9Gp3pyfI2tnEl4= =J1Zn -----END PGP SIGNATURE----- --=-jqTTrZ5DEkP9YwhR8edQ-- From owner-freebsd-java@FreeBSD.ORG Mon Jan 5 09:33:30 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 6B00B16A4CE; Mon, 5 Jan 2004 09:33:30 -0800 (PST) Received: from andouillette.esil.univ-mrs.fr (andouillette.esil.univ-mrs.fr [139.124.41.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22C8143D45; Mon, 5 Jan 2004 09:33:27 -0800 (PST) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from andouillette.esil.univ-mrs.fr (localhost [127.0.0.1]) i05HXOn5000800; Mon, 5 Jan 2004 18:33:24 +0100 (CET) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: (from rv@localhost)i05HXOR6000799; Mon, 5 Jan 2004 18:33:24 +0100 (CET) X-Authentication-Warning: andouillette.esil.univ-mrs.fr: rv set sender to herve.quiroz@esil.univ-mrs.fr using -f Date: Mon, 5 Jan 2004 18:33:24 +0100 From: Herve Quiroz To: freebsd-java@FreeBSD.org Message-ID: <20040105173324.GA732@andouillette.esil.univ-mrs.fr> Mail-Followup-To: freebsd-java@FreeBSD.org, Joe Marcus Clarke References: <1073162976.41522.18.camel@shumai.marcuscom.com> <20040105164039.GA2918@misty.eyesbeyond.com> <1073320817.765.37.camel@gyros> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1073320817.765.37.camel@gyros> User-Agent: Mutt/1.4.1i cc: Joe Marcus Clarke Subject: Re: Requiring a native VM 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, 05 Jan 2004 17:33:30 -0000 On Mon, Jan 05, 2004 at 11:40:17AM -0500, Joe Marcus Clarke wrote: > > Java-GNOME needs 1.2 or higher. Right now, I'm using: > > USE_JAVA= 1.2+ > > But it would be nice to do: > > USE_NATIVE_JAVA= 1.2+ > Actually the next version of bsd.java.mk already have this kind of hint to enforce a native VM: USE_JAVA= yes JAVA_VERSION= 1.2+ JAVA_OS= native Et voila! The bad news is that it is not yet commited. The good news is that there is already a working version. Available at: http://www.esil.univ-mrs.fr/~hquiroz/freebsd/bsd.java.mk-2.0.html Everything is explained further on the page. And if you plan to use such a feature, why not beta-testing bsd.java.mk 2.0 ? Getting feedback from porters who are using some of the new features (like you) will speedup the developement of bsd.java.mk... and hopefuly its commit will happen sooner. BTW, post 5.2-RELEASE should be the right time to commit bsd.java.mk 2.0 IMHO. This gives us enough time to fix it before the next release. Ernst, you told Greg and I that you were quite busy some months ago. Is this still the case ? I will update bsd.java.mk 2.0 this week and build another snapshot to reflect the latest JDK/JRE releases so you and Greg may review it. Regards, Herve. From owner-freebsd-java@FreeBSD.ORG Mon Jan 5 09:41:27 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 CE02C16A4CE for ; Mon, 5 Jan 2004 09:41:27 -0800 (PST) Received: from andouillette.esil.univ-mrs.fr (andouillette.esil.univ-mrs.fr [139.124.41.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5068043D1D for ; Mon, 5 Jan 2004 09:41:26 -0800 (PST) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from andouillette.esil.univ-mrs.fr (localhost [127.0.0.1]) i05HfPn5000829 for ; Mon, 5 Jan 2004 18:41:25 +0100 (CET) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: (from rv@localhost)i05HfP6K000828 for freebsd-java@freebsd.org; Mon, 5 Jan 2004 18:41:25 +0100 (CET) X-Authentication-Warning: andouillette.esil.univ-mrs.fr: rv set sender to herve.quiroz@esil.univ-mrs.fr using -f Date: Mon, 5 Jan 2004 18:41:25 +0100 From: Herve Quiroz To: freebsd-java@freebsd.org Message-ID: <20040105174125.GB732@andouillette.esil.univ-mrs.fr> Mail-Followup-To: freebsd-java@freebsd.org References: <20030909215210.GA5404@grimoire.chen.org.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030909215210.GA5404@grimoire.chen.org.nz> User-Agent: Mutt/1.4.1i Subject: Re: ant script annoyances 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, 05 Jan 2004 17:41:27 -0000 Hi all! I'm back from holyday and after a look at my personal TODO list I found this issue still opened. Many things have been said on the subject and I remember we came quite close to a solution. Unfortunately nothing has been done yet. So I will read this thread again and see if we did agree on some point in which case I will code it... unless Ernst already modified apache-ant BSD run script in port version 1.6.0. Suggestions are welcome. Herve On Wed, Sep 10, 2003 at 09:52:10AM +1200, Jonathan Chen wrote: > > Hi, > > I'd like to make a plea to remove the following bits from the "ant" > script of the port: > [...] From owner-freebsd-java@FreeBSD.ORG Mon Jan 5 09:49:18 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 D550416A4CE for ; Mon, 5 Jan 2004 09:49:18 -0800 (PST) Received: from may.priocom.com (may.priocom.com [213.156.65.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id F051043D2F for ; Mon, 5 Jan 2004 09:49:17 -0800 (PST) (envelope-from mirya@ukrpost.net) Received: from dialup-146.100.sitel.com.ua ([217.27.146.100]) by may.priocom.com with asmtp (Exim 4.24) id 1AdYoP-00044u-SU for freebsd-java@freebsd.org; Mon, 05 Jan 2004 19:46:47 +0200 Date: Mon, 5 Jan 2004 19:52:03 +0200 From: Kyryll A Mirnenko X-Mailer: The Bat! (v1.61) Personal Organization: X-Priority: 3 (Normal) Message-ID: <49-2130970.20040105195203@ukrpost.net> To: freebsd-java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: Writing SOFTWARE Synthesizer X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kyryll A Mirnenko List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2004 17:49:18 -0000 Me again. I've just found http://www.tritonus.org project, they'd made something they call "Pure Java Sequencer". The thing is I can't make it work. Did anyone use it, if so - where's the *.gm patches decoder is located (if is)? From owner-freebsd-java@FreeBSD.ORG Mon Jan 5 11:02:46 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 11FF416A4CE for ; Mon, 5 Jan 2004 11:02:46 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 368FD43D8C for ; Mon, 5 Jan 2004 11:01:38 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.10/8.12.10) with ESMTP id i05J1cFR016078 for ; Mon, 5 Jan 2004 11:01:38 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i05J1cgT016072 for freebsd-java@freebsd.org; Mon, 5 Jan 2004 11:01:38 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 5 Jan 2004 11:01:38 -0800 (PST) Message-Id: <200401051901.i05J1cgT016072@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, 05 Jan 2004 19:02:46 -0000 Current FreeBSD problem reports Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/08/22] java/41913 java JniHandler and ChannelUn Errors 1 problem total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2003/11/06] java/59021 java Mk/bsd.sites.mk: MASTER_SITE_APACHE_JAKAR 1 problem total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/10/18] java/44219 java Update port: textproc/cocoon to 2.0.3 o [2002/10/18] java/44251 java Create stylebook port o [2002/11/04] java/44922 java JVM crash o [2003/07/29] java/55032 java SVr4 emulation interferes with install o [2003/09/24] java/57192 java linux-ibm-java1.4 freeze 5 problems total. From owner-freebsd-java@FreeBSD.ORG Mon Jan 5 12:36:06 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 5537716A4CE for ; Mon, 5 Jan 2004 12:36:06 -0800 (PST) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87C2A43D1D for ; Mon, 5 Jan 2004 12:36:04 -0800 (PST) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 8643E136A9; Tue, 6 Jan 2004 09:36:02 +1300 (NZDT) Date: Tue, 6 Jan 2004 09:36:02 +1300 From: Jonathan Chen To: freebsd-java@freebsd.org Message-ID: <20040105203602.GB5706@grimoire.chen.org.nz> References: <20030909215210.GA5404@grimoire.chen.org.nz> <20040105174125.GB732@andouillette.esil.univ-mrs.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040105174125.GB732@andouillette.esil.univ-mrs.fr> User-Agent: Mutt/1.4.1i Subject: Re: ant script annoyances 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, 05 Jan 2004 20:36:06 -0000 On Mon, Jan 05, 2004 at 06:41:25PM +0100, Herve Quiroz wrote: > Hi all! > > I'm back from holyday and after a look at my personal TODO list I found > this issue still opened. Many things have been said on the subject and I > remember we came quite close to a solution. Unfortunately nothing has > been done yet. So I will read this thread again and see if we did agree > on some point in which case I will code it... unless Ernst already > modified apache-ant BSD run script in port version 1.6.0. The apache-ant script is still the same (I still delete the lines off my local /usr/local/bin/ant). My recollection of the thread was that a few of you wanted to keep the original functionality and wanted the option to switch between the vanilla-ant and freebsd-enhanced-ant. My personal preference to is to have a "USE_FREEBSD_EXTENSIONS=no" in the Makefile of the port, where the installer can redefine to "yes" if they wish to use the FreeBSD-enhanced version. It's better to have just one standard (one way or the other) version installed on a box than to have too many features put into what should be just a simple wrapper script. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- If you're right 90% of the time, why quibble about the remaining 3%? From owner-freebsd-java@FreeBSD.ORG Mon Jan 5 22:46:01 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 73F7316A4CE; Mon, 5 Jan 2004 22:46:01 -0800 (PST) Received: from smtp0.euronet.nl (smtp0.euronet.nl [194.134.35.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id DECB943D39; Mon, 5 Jan 2004 22:45:59 -0800 (PST) (envelope-from ernst.dehaan@nl.wanadoo.com) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by smtp0.euronet.nl (Postfix) with ESMTP id D8A512464B; Tue, 6 Jan 2004 07:45:58 +0100 (MET) From: Ernst de Haan Organization: Wanadoo Nederland B.V. To: Herve Quiroz , freebsd-java@FreeBSD.org Date: Tue, 6 Jan 2004 07:46:06 +0100 User-Agent: KMail/1.5.4 References: <1073162976.41522.18.camel@shumai.marcuscom.com> <1073320817.765.37.camel@gyros> <20040105173324.GA732@andouillette.esil.univ-mrs.fr> In-Reply-To: <20040105173324.GA732@andouillette.esil.univ-mrs.fr> X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401060746.06714.ernst.dehaan@nl.wanadoo.com> cc: Joe Marcus Clarke Subject: Re: Requiring a native VM 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, 06 Jan 2004 06:46:01 -0000 Herve, > Ernst, you told Greg and I that you were quite busy some months ago. Is > this still the case ? I will update bsd.java.mk 2.0 this week and build > another snapshot to reflect the latest JDK/JRE releases so you and Greg > may review it. I got married end of October, then I had a honeymoon, so indeed I did have other things on my mind. But I'm back and picking things up. Indeed we should commit the new bsd.java.mk ASAP. Ernst From owner-freebsd-java@FreeBSD.ORG Mon Jan 5 23:19:15 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 17EF916A4CE for ; Mon, 5 Jan 2004 23:19:15 -0800 (PST) Received: from smtp0.euronet.nl (smtp0.euronet.nl [194.134.35.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F83C43D3F for ; Mon, 5 Jan 2004 23:19:13 -0800 (PST) (envelope-from ernst.dehaan@nl.wanadoo.com) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by smtp0.euronet.nl (Postfix) with ESMTP id 684EB24708; Tue, 6 Jan 2004 08:19:12 +0100 (MET) From: Ernst de Haan Organization: Wanadoo Nederland B.V. To: Jonathan Chen , freebsd-java@freebsd.org Date: Tue, 6 Jan 2004 08:19:20 +0100 User-Agent: KMail/1.5.4 References: <20030909215210.GA5404@grimoire.chen.org.nz> <20040105174125.GB732@andouillette.esil.univ-mrs.fr> <20040105203602.GB5706@grimoire.chen.org.nz> In-Reply-To: <20040105203602.GB5706@grimoire.chen.org.nz> X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401060819.20248.ernst.dehaan@nl.wanadoo.com> Subject: Re: ant script annoyances 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, 06 Jan 2004 07:19:15 -0000 Jonathan and all, A patch has been committed. Indeed the 'normal' Ant behaviour is now the default. An environment setting can be used to enable the 'non-compatible' behaviour, the inclusion of all shared JARs. I've called this variable ANT_INCLUDE_SHARED_JARS. It's longish, but at least it covers the load... If this variable is set to YES (case-sensitive!) then the FreeBSD-specific behaviour is enabled. The port has been updated to 1.6.0_1. If you can't wait for the CVSup mirrors to pick this up, download the following patch: http://people.FreeBSD.org/~znerd/apache-ant-1.6.0_1.diff You can use the following to test the port once installed: http://people.FreeBSD.org/~znerd/build.xml http://people.FreeBSD.org/~znerd/Test.java Once you've installed the 1.6.0_1 port, put the build.xml and the Test.java in one directory and execute 'ant -verbose' twice. Once with the environment variable ANT_INCLUDE_SHARED_JARS set to YES, and once with that variable unset. You should be able to see the difference in CLASSPATH. See also: http://www.freshports.org/devel/apache-ant/ Ernst On maandag 5 januari 2004 21:36, Jonathan Chen wrote: > On Mon, Jan 05, 2004 at 06:41:25PM +0100, Herve Quiroz wrote: > > Hi all! > > > > I'm back from holyday and after a look at my personal TODO list I found > > this issue still opened. Many things have been said on the subject and > > I remember we came quite close to a solution. Unfortunately nothing has > > been done yet. So I will read this thread again and see if we did agree > > on some point in which case I will code it... unless Ernst already > > modified apache-ant BSD run script in port version 1.6.0. > > The apache-ant script is still the same (I still delete the lines off > my local /usr/local/bin/ant). My recollection of the thread was that a > few of you wanted to keep the original functionality and wanted the > option to switch between the vanilla-ant and freebsd-enhanced-ant. > > My personal preference to is to have a "USE_FREEBSD_EXTENSIONS=no" in > the Makefile of the port, where the installer can redefine to "yes" if > they wish to use the FreeBSD-enhanced version. It's better to have just > one standard (one way or the other) version installed on a box than to > have too many features put into what should be just a simple wrapper > script. > > Cheers. From owner-freebsd-java@FreeBSD.ORG Tue Jan 6 01:56:22 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 0E41216A4CE for ; Tue, 6 Jan 2004 01:56:22 -0800 (PST) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DD0743D31 for ; Tue, 6 Jan 2004 01:56:20 -0800 (PST) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.24; FreeBSD) id 1Adnwf-000PdA-T7; Tue, 06 Jan 2004 11:56:17 +0200 Date: Tue, 6 Jan 2004 11:56:17 +0200 From: Sheldon Hearn To: Greg Lewis Message-ID: <20040106095617.GC97880@starjuice.net> Mail-Followup-To: Greg Lewis , freebsd-java@freebsd.org References: <20031231033829.GA53774@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031231033829.GA53774@misty.eyesbeyond.com> User-Agent: Mutt/1.5.4i cc: freebsd-java@freebsd.org Subject: Re: 1.4.2 patchset 6 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, 06 Jan 2004 09:56:22 -0000 On (2003/12/30 20:38), Greg Lewis wrote: > I am pleased to be able to announce 1.4.2 patchset 6. > > This patchset is mainly a bugfix release over 1.4.2p5, with the exception > being the change of the default threads library for -CURRENT to be libkse > rather than libc_r. Some of the fixes are: Hi Greg, Hmmm, about using libkse... Have you tried starting Tomcat 4.1.29 from ports with debugging enabled, using libkse instead of libc_r? With jdk-1.4.2p5, I start Tomcat as follows: $ JPDA_ADDRESS=5050 \ sudo -u www /usr/local/jakarta-tomcat4.1/bin/catalina.sh jpda start I get the following in logs/catalina.out: FATAL ERROR in native method: JDWP "util.c" (Nov 12 2003), line 1194: Unexpected error, error code = 51 (JVMDI_ERROR_NOT_MONITOR_OWNER) Switching to libc_r (with libmap.conf) solves the problem, and I'm able to debug into my webapps using IntelliJ IDEA. This is on 5.2-CURRENT from 2003-12-10. Ciao, Sheldon. From owner-freebsd-java@FreeBSD.ORG Tue Jan 6 02:11:30 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 6AC3816A4CE for ; Tue, 6 Jan 2004 02:11:30 -0800 (PST) Received: from elanus.its.uu.se (Elanus.its.UU.SE [130.238.4.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9164143D3F for ; Tue, 6 Jan 2004 02:11:27 -0800 (PST) (envelope-from yuri@irfu.se) Received: by elanus.its.uu.se (Postfix, from userid 204) id CDD464BB0; Tue, 6 Jan 2004 11:10:41 +0100 (NFT) Received: from elanus.its.uu.se(127.0.0.1) by elanus.its.uu.se via virus-scan id s20618; Tue, 6 Jan 04 11:09:31 +0100 Received: from irfu.se (NL12-36-246.STUDENT.UU.SE [10.11.36.246]) by elanus.its.uu.se (Postfix) with ESMTP id CF1554DBA; Tue, 6 Jan 2004 11:08:51 +0100 (NFT) Message-ID: <3FFA8963.20201@irfu.se> Date: Tue, 06 Jan 2004 11:09:39 +0100 From: Yuri Khotyaintsev Organization: Swedish Inst. of Space Physics User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; uk-UA; rv:1.5) Gecko/20030925 X-Accept-Language: uk-UA, uk, ru, sv MIME-Version: 1.0 To: Sheldon Hearn References: <20031231033829.GA53774@misty.eyesbeyond.com> <20040106095617.GC97880@starjuice.net> In-Reply-To: <20040106095617.GC97880@starjuice.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-java@freebsd.org Subject: Re: 1.4.2 patchset 6 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, 06 Jan 2004 10:11:30 -0000 See this post by Dan http://lists.freebsd.org/pipermail/freebsd-java/2003-December/001441.html /Yuri Sheldon Hearn wrote: > On (2003/12/30 20:38), Greg Lewis wrote: > > >>I am pleased to be able to announce 1.4.2 patchset 6. >> >>This patchset is mainly a bugfix release over 1.4.2p5, with the exception >>being the change of the default threads library for -CURRENT to be libkse >>rather than libc_r. Some of the fixes are: > > > Hi Greg, > > Hmmm, about using libkse... Have you tried starting Tomcat 4.1.29 from > ports with debugging enabled, using libkse instead of libc_r? > > With jdk-1.4.2p5, I start Tomcat as follows: > > $ JPDA_ADDRESS=5050 \ > sudo -u www /usr/local/jakarta-tomcat4.1/bin/catalina.sh jpda start > > I get the following in logs/catalina.out: > > FATAL ERROR in native method: JDWP "util.c" (Nov 12 2003), line 1194: > Unexpected error, error code = 51 (JVMDI_ERROR_NOT_MONITOR_OWNER) > > Switching to libc_r (with libmap.conf) solves the problem, and I'm able > to debug into my webapps using IntelliJ IDEA. > > This is on 5.2-CURRENT from 2003-12-10. > > Ciao, > Sheldon. > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > > -- Yuri Khotyaintsev, PhD Swedish Institute of Space Physics, http://www.cluster.irfu.se/yuri Uppsala Division (IRF-U) http://ovt.irfu.se From owner-freebsd-java@FreeBSD.ORG Tue Jan 6 05:16:40 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 8373416A4CE for ; Tue, 6 Jan 2004 05:16:40 -0800 (PST) Received: from andouillette.esil.univ-mrs.fr (andouillette.esil.univ-mrs.fr [139.124.41.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1CA843D2D for ; Tue, 6 Jan 2004 05:16:37 -0800 (PST) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from andouillette.esil.univ-mrs.fr (localhost [127.0.0.1]) i06DGan5052025 for ; Tue, 6 Jan 2004 14:16:36 +0100 (CET) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: (from rv@localhost)i06DGZlY052024 for freebsd-java@freebsd.org; Tue, 6 Jan 2004 14:16:35 +0100 (CET) X-Authentication-Warning: andouillette.esil.univ-mrs.fr: rv set sender to herve.quiroz@esil.univ-mrs.fr using -f Date: Tue, 6 Jan 2004 14:16:35 +0100 From: Herve Quiroz To: freebsd-java@freebsd.org Message-ID: <20040106131635.GA51984@andouillette.esil.univ-mrs.fr> Mail-Followup-To: freebsd-java@freebsd.org References: <20030909215210.GA5404@grimoire.chen.org.nz> <20040105174125.GB732@andouillette.esil.univ-mrs.fr> <20040105203602.GB5706@grimoire.chen.org.nz> <200401060819.20248.ernst.dehaan@nl.wanadoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200401060819.20248.ernst.dehaan@nl.wanadoo.com> User-Agent: Mutt/1.4.1i Subject: Re: ant script annoyances 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, 06 Jan 2004 13:16:40 -0000 Thanks Ernst! good job, and quite quick indeed. Herve On Tue, Jan 06, 2004 at 08:19:20AM +0100, Ernst de Haan wrote: > A patch has been committed. From owner-freebsd-java@FreeBSD.ORG Tue Jan 6 05:57: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 7AFA616A4CE for ; Tue, 6 Jan 2004 05:57:48 -0800 (PST) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AD6A43D72 for ; Tue, 6 Jan 2004 05:57:17 -0800 (PST) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.30; FreeBSD) id 1Adrho-0002jr-Mf; Tue, 06 Jan 2004 15:57:12 +0200 Date: Tue, 6 Jan 2004 15:57:12 +0200 From: Sheldon Hearn To: Panagiotis Astithas Message-ID: <20040106135712.GK97880@starjuice.net> References: <200312291507.08541.past@noc.ntua.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312291507.08541.past@noc.ntua.gr> User-Agent: Mutt/1.5.4i cc: java@freebsd.org Subject: Re: Tomcat's daemonctl script 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, 06 Jan 2004 13:57:48 -0000 On (2003/12/29 15:07), Panagiotis Astithas wrote: > I have resorted temporarily to creating symlinks from jdk1.4.2 to > jdk1.4.1, but overall I agree with Sheldon Hearn's opinion in: > http://docs.freebsd.org/cgi/mid.cgi?20031215123601.GU13737 Could > we please provide an regular rc.d script as we do for every other > service? For now, just use $CATALINA_HOME/bin/catalina.sh. It supports start and stop as expected, although you'll need to defined JAVA_HOME and CATALINA_HOME work for it to work from $LOCALBASE/etc/rc.d . Plus you get easy debugging for free, e.g.: catalina.sh jpda start There's some breakage in $CATALINA_HOME/bin/setclasspath.sh that stops debugging working, but it's easily fixed. See the included patch. Ciao, Sheldon. --- bin/setclasspath.sh Mon Oct 27 17:26:34 2003 +++ /usr/local/jakarta-tomcat4.1/bin/setclasspath.sh Tue Jan 6 15:54:16 2004 @@ -53,7 +53,7 @@ # Set standard commands for invoking Java. _RUNJAVA="$JAVA_HOME"/bin/java -if [ ! "$os400" ]; then +if ! $os400; then _RUNJDB="$JAVA_HOME"/bin/jdb fi _RUNJAVAC="$JAVA_HOME"/bin/javac From owner-freebsd-java@FreeBSD.ORG Tue Jan 6 06:04:56 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 3958116A4CE; Tue, 6 Jan 2004 06:04:56 -0800 (PST) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34C4143D69; Tue, 6 Jan 2004 06:04:47 -0800 (PST) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.30; FreeBSD) id 1Adros-0002rM-83; Tue, 06 Jan 2004 16:04:30 +0200 Date: Tue, 6 Jan 2004 16:04:30 +0200 From: Sheldon Hearn To: Brett Gulla Message-ID: <20040106140430.GM97880@starjuice.net> Mail-Followup-To: Brett Gulla , jgrosch@MooseRiver.com, Lucas Holt , freebsd-questions@freebsd.org, freebsd-java@freebsd.org References: <1072771729.3ff13291a6a22@www.bgulla.com> <3A47E005-3AD0-11D8-87C2-000A95EFF4CA@foolishgames.com> <20031231085654.GA817@mooseriver.com> <1072864556.3ff29d2cafce5@www.bgulla.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1072864556.3ff29d2cafce5@www.bgulla.com> User-Agent: Mutt/1.5.4i cc: jgrosch@MooseRiver.com cc: freebsd-java@freebsd.org cc: Lucas Holt cc: freebsd-questions@freebsd.org Subject: Re: jdk14+tomcat5 crashing box 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, 06 Jan 2004 14:04:56 -0000 On (2003/12/31 04:55), Brett Gulla wrote: > Thanks for the input, but the problem seems to have been fixed. Here's what I > did: > 1. cvsup'd to 5.2 RC > 2. upgraded to tomcat 5.0.16 > > PS. Using native threads (-lc_r not -pthread) I believe that the problem was fixed in FreeBSD itself, because an upgrade from a pre-5.2-RC1 to 5.2-CURRENT fixed exactly this problem for me. I didn't need to upgrade Tomcat. Ciao, Sheldon. From owner-freebsd-java@FreeBSD.ORG Tue Jan 6 12:55:58 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 3FAC516A4CE for ; Tue, 6 Jan 2004 12:55:58 -0800 (PST) Received: from ftp.translate.ru (ftp.translate.ru [195.131.4.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5B8543D2D for ; Tue, 6 Jan 2004 12:55:56 -0800 (PST) (envelope-from lev@FreeBSD.org) Received: from lev (81.211.110.86.adsl-spb.net.rol.ru [81.211.110.86]) (authenticated bits=0) by ftp.translate.ru (8.12.9/8.12.9) with ESMTP id i06Kt7HK033822; Tue, 6 Jan 2004 23:55:34 +0300 (MSK) (envelope-from lev@FreeBSD.org) Date: Tue, 6 Jan 2004 23:55:13 +0300 From: Lev Serebryakov X-Mailer: The Bat! (v1.62r) Personal Organization: Home X-Priority: 3 (Normal) Message-ID: <7662606.20040106235513@serebryakov.spb.ru> To: Greg Lewis In-Reply-To: <20031231033829.GA53774@misty.eyesbeyond.com> References: <20031231033829.GA53774@misty.eyesbeyond.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-java@FreeBSD.org Subject: Re: 1.4.2 patchset 6 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lev Serebryakov List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2004 20:55:58 -0000 Hello, Greg! Wednesday, December 31, 2003, 6:38:29 AM, you wrote: GL> if you recompile Open Motif with the included patches. One question: why this patches are not in ${PORTS}/x11-toolkits/openmotif/files yet? ;-) -- Lev Serebryakov From owner-freebsd-java@FreeBSD.ORG Tue Jan 6 23:10: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 2F9D116A4CE for ; Tue, 6 Jan 2004 23:10:54 -0800 (PST) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D10A43D1F for ; Tue, 6 Jan 2004 23:10:53 -0800 (PST) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 74C521368A; Wed, 7 Jan 2004 20:10:52 +1300 (NZDT) Date: Wed, 7 Jan 2004 20:10:52 +1300 From: Jonathan Chen To: freebsd-java@freebsd.org Message-ID: <20040107071052.GA94345@grimoire.chen.org.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: JBoss3 port update FYI 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, 07 Jan 2004 07:10:54 -0000 Hiya all, Just an FYI to let you know that I've send-pr'd an update to the JBoss3 port that brings it up to 3.2.3. The major change in the update is that it now builds the port from source. This is in response to reported problems with the port in running under a JDK1.3.X environment (including Diablo). The JBoss binaries from sourceforge.net are compiled with a JDK1.4+ JDK, and are rumoured to cause problems when running under JDK1.3.X. By building the binaries from source, I'm hoping that the problems will go away; but I can't know this for sure unless someone tries to install and start JBoss3 under a JDK1.3.X environment. Could anyone out there using JDK1.3.1+ please try it out and let me know if it works for you (once the PR has been committed and the CVSup server updated). Cheers. -- Jonathan Chen ---------------------------------------------------------------------- "Only the meek get pinched. The bold survive." - Ferris Bueller From owner-freebsd-java@FreeBSD.ORG Wed Jan 7 10:03:18 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 62DBE16A4CE for ; Wed, 7 Jan 2004 10:03:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 206A343DA4 for ; Wed, 7 Jan 2004 10:01:45 -0800 (PST) (envelope-from fenner+portsurvey@FreeBSD.org) Received: from freefall.freebsd.org (fenner@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.10/8.12.10) with ESMTP id i07I1FFR030798 for ; Wed, 7 Jan 2004 10:01:15 -0800 (PST) (envelope-from fenner+portsurvey@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i07I1FMS030797; Wed, 7 Jan 2004 10:01:15 -0800 (PST) (envelope-from fenner+portsurvey) Date: Wed, 7 Jan 2004 10:01:15 -0800 (PST) Message-Id: <200401071801.i07I1FMS030797@freefall.freebsd.org> From: fenner@freebsd.org (Bill "distfiles" Fenner) To: java@freebsd.org Subject: FreeBSD ports: 1 unfetchable distfiles: java/eclipse-langpack X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ports@freebsd.org List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2004 18:03:18 -0000 Dear java@freebsd.org, You are listed as the FreeBSD port maintainer for 1 port whose distfiles [or main web pages] are not fetchable from their MASTER_SITES. Could you please visit http://people.freebsd.org/~fenner/portsurvey/java@freebsd.org.html and correct the problems listed there? The individual port with a problem is java/eclipse-langpack. Note that the main port web page, as listed in the WWW: line of the pkg-descr, is checked just as though it was a port distfile. This is an unfortunate side effect of the architecture of the distfile survey reporting tool, but if you see a distfile being reported as not fetchable that's not actually a distfile, see if it's from the pkg-descr. If you have already corrected the problems and submitted a PR, please accept my thanks and apologies for the delay in getting the fixes into the tree. This reminder is created automatically and does not (yet) have a way to know if a PR fixing the problem has been submitted. Please do *NOT* send your response to me directly; I do not always have time to commit your fix; please instead submit a PR via 'send-pr' so it doesn't get lost. Problems are usually of two types: 1. The software package has been upgraded and the version in the port has been removed. The best solution to this problem is to upgrade the port to the most current version of the software package. If you are a FreeBSD committer, then you can just upgrade the port directly. If not, you should create the updated port on your own machine, test it (and maybe even run "portlint" on it), and then use "send-pr" to submit a "diff -uNr old-port updated-port". If you added or deleted any files, please make an explicit note of it. 2. The mirror site being used no longer contains the software package in question, or no longer exists. Solutions include: a) If there are other mirror sites, just remove the bad site from the list. (Make sure that what appears to be a bad site isn't actually a problem of type 1, upgrade) b) If the README or other support files in the software documentation mention where to get the software package, use one of those sites. c) Use ftpsearch (http://ftpsearch.ntnu.no/ftpsearch) or other search engines to find another place to get the original DISTFILES. Make sure that you don't pick a FreeBSD distfiles mirror -- if you can't find any other places where the file exists, it can be a LOCAL_PORT or you can simply comment out the MASTER_SITES= line, with a comment explaining why. Once you have a solution, use "send-pr" to submit a "diff -u" of the Makefile. Note that this isn't an urgent issue, as people who try to build the port now will just fall back to the FreeBSD distfiles mirror. Please just put it on your list to do and get to it when you have time. These messages will continue to arrive twice a month until the fix is committed, as a reminder. Thanks, Bill "distfiles" Fenner. From owner-freebsd-java@FreeBSD.ORG Wed Jan 7 14:49:05 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 1794416A4CE for ; Wed, 7 Jan 2004 14:49:05 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32D9043D39 for ; Wed, 7 Jan 2004 14:49:03 -0800 (PST) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.10/8.12.10) with ESMTP id i07MmwD7009352 for ; Wed, 7 Jan 2004 23:48:59 +0100 (CET) (envelope-from phk@phk.freebsd.dk) To: java@freebsd.org From: Poul-Henning Kamp Date: Wed, 07 Jan 2004 23:48:58 +0100 Message-ID: <9351.1073515738@critter.freebsd.dk> Subject: trying to get java working in opera 7.23 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, 07 Jan 2004 22:49:05 -0000 I tried to get the native java (diablo-jre-1.3.1.0) working with Opera 7.23. To fix the two undefined symbols I use: LD_PRELOAD="${OPERA_JAVA_DIR}/classic/libjvm.so:${OPERA_JAVA_DIR}/green_threads/libhpi.so" But that just gives me a SEGFAULT from the opera binary... Anyone managed to crack this nut ? I have opened a case with Opera about this too. Poul-Henning -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-freebsd-java@FreeBSD.ORG Fri Jan 9 08:30:59 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 3C3F616A4CE for ; Fri, 9 Jan 2004 08:30:59 -0800 (PST) Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8DD443D45 for ; Fri, 9 Jan 2004 08:30:57 -0800 (PST) (envelope-from glewis@eyesbeyond.com) Received: from [198.60.22.206] (helo=mgr6.xmission.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 1AezXE-0006S5-02; Fri, 09 Jan 2004 09:30:56 -0700 Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr6.xmission.com with esmtp (Exim 4.22) id 1AezXB-0005LQ-Pt; Fri, 09 Jan 2004 09:30:53 -0700 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) i09GZEYh049076; Fri, 9 Jan 2004 09:35:15 -0700 (MST) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.10/8.12.10/Submit) id i09GZB2l049073; Fri, 9 Jan 2004 09:35:11 -0700 (MST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Fri, 9 Jan 2004 09:35:10 -0700 From: Greg Lewis To: Poul-Henning Kamp Message-ID: <20040109163510.GA49029@misty.eyesbeyond.com> References: <9351.1073515738@critter.freebsd.dk> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <9351.1073515738@critter.freebsd.dk> User-Agent: Mutt/1.4.1i Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on mgr6.xmission.com X-Spam-Level: X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.61 X-SA-Exim-Mail-From: glewis@eyesbeyond.com X-SA-Exim-Version: 3.1 (built Wed Aug 20 09:38:54 PDT 2003) X-SA-Exim-Scanned: Yes cc: java@FreeBSD.org Subject: Re: trying to get java working in opera 7.23 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: Fri, 09 Jan 2004 16:30:59 -0000 On Wed, Jan 07, 2004 at 11:48:58PM +0100, Poul-Henning Kamp wrote: > I tried to get the native java (diablo-jre-1.3.1.0) working with > Opera 7.23. > > To fix the two undefined symbols I use: > > LD_PRELOAD="${OPERA_JAVA_DIR}/classic/libjvm.so:${OPERA_JAVA_DIR}/green_threads/libhpi.so" > > But that just gives me a SEGFAULT from the opera binary... > > Anyone managed to crack this nut ? > > I have opened a case with Opera about this too. There have been a number of posts about people trying to get the plugin working with Opera, but no successful reports I'm aware of. I'm not sure exactly what Opera is doing differently, as things seem to work fine with Mozilla. Does the debugging version of the plugin (libjavaplugin_oji_g.so) provide any details about the segfault? Try setting JAVA_PLUGIN_TRACE or JAVA_PLUGIN_DEBUG as well. I can't quite recall which of these does what, but hopefully they will show something :). How does one actually configure the Java plugin in Opera? Maybe I can help track things down. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-java@FreeBSD.ORG Fri Jan 9 08:46:34 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 DFDFC16A4CE for ; Fri, 9 Jan 2004 08:46:34 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B67343D2F for ; Fri, 9 Jan 2004 08:46:33 -0800 (PST) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.10/8.12.10) with ESMTP id i09GkJFu013410; Fri, 9 Jan 2004 17:46:19 +0100 (CET) (envelope-from phk@phk.freebsd.dk) To: Greg Lewis From: "Poul-Henning Kamp" In-Reply-To: Your message of "Fri, 09 Jan 2004 09:35:10 MST." <20040109163510.GA49029@misty.eyesbeyond.com> Date: Fri, 09 Jan 2004 17:46:19 +0100 Message-ID: <13409.1073666779@critter.freebsd.dk> cc: java@FreeBSD.org Subject: Re: trying to get java working in opera 7.23 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: Fri, 09 Jan 2004 16:46:35 -0000 In message <20040109163510.GA49029@misty.eyesbeyond.com>, Greg Lewis writes: >Does the debugging version of the plugin (libjavaplugin_oji_g.so) provide >any details about the segfault? Try setting JAVA_PLUGIN_TRACE or >JAVA_PLUGIN_DEBUG as well. I can't quite recall which of these does what, >but hopefully they will show something :). > >How does one actually configure the Java plugin in Opera? Maybe I can >help track things down. First I'm not at all sure they use the plugin. Basically in preferences you give a directory for where you java is, and it will poke at it and say yes or no. Then you exit opera and start it again. There is an option to the opera wrapper script called "-debugjava" which gives some more info. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-freebsd-java@FreeBSD.ORG Fri Jan 9 09:20:37 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 325BB16A4CE for ; Fri, 9 Jan 2004 09:20:37 -0800 (PST) Received: from alpha.workingtechnology.co.uk (www.shavers.co.uk [81.109.162.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6523C43D4C for ; Fri, 9 Jan 2004 09:20:34 -0800 (PST) (envelope-from andrew@shavers.co.uk) Received: from laptop (host217-35-97-112.in-addr.btopenworld.com [217.35.97.112]) by alpha.workingtechnology.co.uk (Postfix) with SMTP id A965A2AB9D8 for ; Fri, 9 Jan 2004 17:19:36 +0000 (GMT) Message-ID: <001401c3d6d4$e6a57600$3300a8c0@laptop> From: "Andrew Edwards (Olympic Shaver Centre)" To: Date: Fri, 9 Jan 2004 17:20:35 -0000 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: 1.4.2 patchset 6 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: Fri, 09 Jan 2004 17:20:37 -0000 As the current /java/jdk14 port doesn't seem to yet feature the p6 = update is there a standard(ish) procedure to update the port for the new = patchset on my own system? The Makefile looks sufficiently long so I thought I'd ask before I start = playing around. Thanks, Andrew. From owner-freebsd-java@FreeBSD.ORG Sat Jan 10 06:47:49 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 381E116A4CE for ; Sat, 10 Jan 2004 06:47:49 -0800 (PST) Received: from smtp6.wanadoo.nl (smtp6.wanadoo.nl [194.134.35.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74D4C43D49 for ; Sat, 10 Jan 2004 06:47:48 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from 10.0.0.153 (db-c-1b11d.adsl.wanadoo.nl [81.69.207.29]) by smtp6.wanadoo.nl (Postfix) with ESMTP id E2ECA77D13 for ; Sat, 10 Jan 2004 15:47:45 +0100 (CET) From: Ernst de Haan To: java@FreeBSD.org Date: Sat, 10 Jan 2004 15:48:33 +0000 User-Agent: KMail/1.5.4 X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401101548.33978.znerd@FreeBSD.org> Subject: Problem with ant shell script (Ant 1.6.0 port) 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: Sat, 10 Jan 2004 14:47:49 -0000 Yesterday I noticed there is a problem with the 'ant' shell script with the current Ant port devel/apache-ant, version 1.6.0. For example, the -lib option does not work. I will fix this ASAP. Ernst From owner-freebsd-java@FreeBSD.ORG Sat Jan 10 11:38: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 064E516A4CE for ; Sat, 10 Jan 2004 11:38:17 -0800 (PST) Received: from dnsmx1rrc.telcordia.com (dnsmx1rrc.telcordia.com [128.96.20.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AD0343D5A for ; Sat, 10 Jan 2004 11:38:15 -0800 (PST) (envelope-from mkelly@telcordia.com) Received: from rrc-its-ieg02.cc.telcordia.com (rrc-its-ieg02.cc.telcordia.com [128.96.109.3])i0AJcDi01487 for ; Sat, 10 Jan 2004 14:38:14 -0500 (EST) Received: from rrc-its-exbh01.mail.saic.com ([128.96.109.61]) M2004011014381320797 for ; Sat, 10 Jan 2004 14:38:13 -0500 Received: by rrc-its-exbh01.mail.saic.com with Internet Mail Service (5.5.2657.72) id ; Sat, 10 Jan 2004 14:38:14 -0500 Message-ID: From: "Kelly, Michael J." To: "'freebsd-java@freebsd.org'" Date: Sat, 10 Jan 2004 14:38:09 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: java 1.4 (p4) -Xrunhprof:cpu=times errors? 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: Sat, 10 Jan 2004 19:38:17 -0000 I am getting this also. It works with cpu=sample. I'm trying on Solaris with WebLogic. OptimizeIt crashes too. Did you ever find patch or workaround?