From owner-freebsd-java Sun May 13 4:23:34 2001 Delivered-To: freebsd-java@freebsd.org Received: from mel-exch1.eclipsegroup.com.au (061.120.134.203.zzz.iprimus.net.au [203.134.120.61]) by hub.freebsd.org (Postfix) with ESMTP id 956DC37B424 for ; Sun, 13 May 2001 04:23:17 -0700 (PDT) (envelope-from J.Shevland@eclipsegroup.com.au) Message-ID: From: Joe Shevland To: "'Koster, K.J.'" , 'FreeBSD Java mailing list' Subject: RE: FreeBSD/Java in Production Environments Date: Sun, 13 May 2001 21:18:46 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Kees Jan, Yes, we've been running a production web server using the 1.2.2 port for many months (maybe even 2 years?) now, and we haven't seen a problem at all. I installed Apache 1.3.x along with Tomcat 3.2.1 and the connector (well, started off with Tomcat 3.1 but had to upgrade due to some of the bugs). Also started off with JDK1.1.8 but upgraded maybe a year ago. 1.1.8 was similarly rock solid. In terms of what we use in the JDK, its mainly IO, threads, JDBC and JavaMail, maybe more but its late and I can't think. We haven't seen *one* bug related to the JDK or Tomcat for that matter that affects our JSP applications. I do tend to restart the Apache and Tomcat processes when I perform an update to the various web applications (installing a new JAR file etc), but this restart takes the better part of 5 seconds ;) As a production box also the core JavaBeans code behind it doesn't change that much. We've run a multitude of JSP apps on it, admittedly not a huge amount of traffic. The one problem that was giving me headaches was interfacing the JSP's with the Firebird database which I went with basically for the large objects support. Ended up porting everything back to Postgres 7.1 when it was released however, and I haven't had to touch the box again since, it works beautifully. The initial cost of all of the above software has been very attractive ;) In terms of support and hands-on fixes that we've had to apply, the box has only been touched when security problems have been spotted. Cheers, Joe > -----Original Message----- > From: owner-freebsd-java@FreeBSD.ORG > [mailto:owner-freebsd-java@FreeBSD.ORG]On Behalf Of Koster, K.J. > Sent: Friday, 11 May 2001 8:15 PM > To: 'FreeBSD Java mailing list' > Subject: FreeBSD/Java in Production Environments > > > Dear All, > > I see the recent slowdown in Java porting efforts as a signal > that there are > no really horrible bugs left to squash (barring Swing/AWT stuff). > > I am interested in your experiences with FreeBSD/Java in production > environments. Is anyone using FreeBSD/Java for a production > webserver to run > for example JSP or EJB containers? > > I am particulary interested in information about reliablity and > predictability. We are looking to build a stable environment > with relatively > low volume traffic. Stability is favoured over performance > (i.e. lack of > HotSpot support is not a problem). > > Kees Jan > > ================================================ > You are only young once, > but you can stay immature all your life. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon May 14 5:39:24 2001 Delivered-To: freebsd-java@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 0C6B337B42C; Mon, 14 May 2001 05:39:15 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f4ECbT877401; Mon, 14 May 2001 14:37:30 +0200 (CEST) (envelope-from ernst) Date: Mon, 14 May 2001 14:37:30 +0200 (CEST) From: Ernst de Haan Message-Id: <200105141237.f4ECbT877401@heinz.jollem.com> To: FreeBSD-gnats-submit@freebsd.org Subject: Reply-To: ernst@jollem.com Cc: java@freebsd.org X-send-pr-version: 3.113 X-GNATS-Notify: Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Submitter-Id: current-users >Originator: Ernst de Haan >Organization: Jollem Information Technology >Confidential: no >Synopsis: Port java/linux-jdk13 needs a few tweaks >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 4.3-RELEASE i386 >Environment: System: FreeBSD heinz.jollem.com 4.3-RELEASE FreeBSD 4.3-RELEASE #3: Mon Apr 30 08:56:44 CEST 2001 root@heinz.jollem.com:/usr/src/sys/compile/HEINZ i386 >Description: The Linux JDK 1.3.0 needs a few tweaks. IMHO it would be better if the JVM config file would be changed to default to the "classic" VM, instead of the HotSpot client VM. There are known problems with the latter. Second suggested improvement is commenting out the references to the Adobe symbol fonts in the font.properties file. These fonts are usually not available. If they're not available, they cause AWT to take a few more seconds (!) to start up on a P2-400 system. >How-To-Repeat: >Fix: Here are 2 diff files, one for jvm.cfg and one for font.properties. Both reside in the jre/lib/ directory. --- jvm.cfg.orig Mon May 14 14:27:11 2001 +++ jvm.cfg Mon May 7 12:19:04 2001 @@ -8,7 +8,7 @@ # List of JVMs that can be used as the first option to java, javac, etc. # Order is important -- first in this list is the default JVM. # +-classic -client -hotspot -server --classic --- font.properties.orig Mon May 14 14:24:41 2001 +++ font.properties Mon May 14 14:25:20 2001 @@ -23,25 +23,25 @@ serif.1=-b&h-lucidabright-medium-r-normal--*-%d-*-*-p-*-iso8859-1 #replace .1 font line if you have zapf fonts #serif.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -serif.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#serif.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific serif.italic.0=-b&h-lucidabright-medium-i-normal--*-%d-*-*-p-*-iso8859-1 serif.italic.1=-b&h-lucidabright-medium-i-normal--*-%d-*-*-p-*-iso8859-1 #replace .1 font line if you have zapf fonts #serif.italic.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -serif.italic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#serif.italic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific serif.bold.0=-b&h-lucidabright-demibold-r-normal--*-%d-*-*-p-*-iso8859-1 serif.bold.1=-b&h-lucidabright-demibold-r-normal--*-%d-*-*-p-*-iso8859-1 #replace .1 font line if you have zapf fonts #serif.bold.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -serif.bold.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#serif.bold.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific serif.bolditalic.0=-b&h-lucidabright-demibold-i-normal--*-%d-*-*-p-*-iso8859-1 serif.bolditalic.1=-b&h-lucidabright-demibold-i-normal--*-%d-*-*-p-*-iso8859-1 #replace .1 font line if you have zapf fonts #serif.bolditalic.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -serif.bolditalic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#serif.bolditalic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific # SansSerif font definition # @@ -49,25 +49,25 @@ sansserif.1=-b&h-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1 #replace .1 font line if you have zapf fonts #sansserif.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -sansserif.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#sansserif.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific sansserif.italic.0=-b&h-lucidasans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1 sansserif.italic.1=-b&h-lucidasans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1 #replace .1 font line if you have zapf fonts #sansserif.italic.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -sansserif.italic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#sansserif.italic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific sansserif.bold.0=-b&h-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1 sansserif.bold.1=-b&h-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1 #replace .1 font line if you have zapf fonts #sansserif.bold.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -sansserif.bold.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#sansserif.bold.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific sansserif.bolditalic.0=-b&h-lucidasans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1 sansserif.bolditalic.1=-b&h-lucidasans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1 #replace .1 font line if you have zapf fonts #sansserif.bolditalic.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -sansserif.bolditalic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#sansserif.bolditalic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific # Monospaced font definition # @@ -75,25 +75,25 @@ monospaced.1=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 #replace .1 font line if you have zapf fonts #monospaced.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -monospaced.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#monospaced.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific monospaced.italic.0=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 monospaced.italic.1=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 #replace .1 font line if you have zapf fonts #monospaced.italic.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -monospaced.italic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#monospaced.italic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific monospaced.bold.0=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 monospaced.bold.1=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 #replace .1 font line if you have zapf fonts #monospaced.bold.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -monospaced.bold.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#monospaced.bold.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific monospaced.bolditalic.0=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 monospaced.bolditalic.1=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 #replace .1 font line if you have zapf fonts #monospaced.bolditalic.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -monospaced.bolditalic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#monospaced.bolditalic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific # Dialog font definition # @@ -101,25 +101,25 @@ dialog.1=-b&h-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1 #replace .1 font line if you have zapf fonts #dialog.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -dialog.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#dialog.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific dialog.italic.0=-b&h-lucidasans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1 dialog.italic.1=-b&h-lucidasans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1 #replace .1 font line if you have zapf fonts #dialog.italic.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -dialog.italic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#dialog.italic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific dialog.bold.0=-b&h-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1 dialog.bold.1=-b&h-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1 #replace .1 font line if you have zapf fonts #dialog.bold.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -dialog.bold.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#dialog.bold.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific dialog.bolditalic.0=-b&h-lucidasans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1 dialog.bolditalic.1=-b&h-lucidasans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1 #replace .1 font line if you have zapf fonts #dialog.bolditalic.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -dialog.bolditalic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#dialog.bolditalic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific # DialogInput font definition # @@ -127,25 +127,25 @@ dialoginput.1=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 #replace .1 font line if you have zapf fonts #dialoginput.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -dialoginput.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#dialoginput.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific dialoginput.italic.0=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 dialoginput.italic.1=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 #replace .1 font line if you have zapf fonts #dialoginput.italic.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -dialoginput.italic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#dialoginput.italic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific dialoginput.bold.0=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 dialoginput.bold.1=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 #replace .1 font line if you have zapf fonts #dialoginput.bold.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -dialoginput.bold.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#dialoginput.bold.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific dialoginput.bolditalic.0=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 dialoginput.bolditalic.1=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 #replace .1 font line if you have zapf fonts #dialoginput.bolditalic.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -dialoginput.bolditalic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#dialoginput.bolditalic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific # Default font definition # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon May 14 9:43:42 2001 Delivered-To: freebsd-java@freebsd.org Received: from smtp25.baruch.cuny.edu (smtp25.baruch.cuny.edu [150.210.155.201]) by hub.freebsd.org (Postfix) with SMTP id B24BB37B424 for ; Mon, 14 May 2001 09:43:39 -0700 (PDT) (envelope-from choepete@mindspring.com) Received: (qmail 13678 invoked by uid 0); 14 May 2001 15:22:03 -0000 Received: from unknown (HELO mindspring.com) (150.210.151.46) by smtp25.baruch.cuny.edu with SMTP; 14 May 2001 15:22:03 -0000 Message-ID: <3B000BB0.FE7280F5@mindspring.com> Date: Mon, 14 May 2001 12:45:36 -0400 From: Peter Choe X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: help Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org help To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon May 14 9:51:28 2001 Delivered-To: freebsd-java@freebsd.org Received: from smtp25.baruch.cuny.edu (smtp25.baruch.cuny.edu [150.210.155.201]) by hub.freebsd.org (Postfix) with SMTP id F223237B422 for ; Mon, 14 May 2001 09:51:21 -0700 (PDT) (envelope-from choepete@mindspring.com) Received: (qmail 21425 invoked by uid 0); 14 May 2001 15:29:45 -0000 Received: from unknown (HELO mindspring.com) (150.210.151.46) by smtp25.baruch.cuny.edu with SMTP; 14 May 2001 15:29:45 -0000 Message-ID: <3B000D7E.8ACCAAF4@mindspring.com> Date: Mon, 14 May 2001 12:53:18 -0400 From: Peter Choe X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: need help installing jdk12-beta from ports Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org i tried to install jdk12-beta from ports but i get an error stating: gmake[3]: *** [obj/i386/syn.o] Error 1 gmake[3]: Leaving directory '/usr/ports/java/jdk12-beta/work/build/Freebsd/sun/cmm' i am on freeBSD 4.3-stable on a pentium processor. any suggestions? peter choe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue May 15 12:14:42 2001 Delivered-To: freebsd-java@freebsd.org Received: from exch01.projectseneca.com (w186.z208036141.was-dc.dsl.cnc.net [208.36.141.186]) by hub.freebsd.org (Postfix) with ESMTP id 3EF4837B422 for ; Tue, 15 May 2001 12:14:40 -0700 (PDT) (envelope-from brian@parabon.com) Received: from parabon.com (limestone.projectseneca.com [192.168.0.105]) by exch01.projectseneca.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id KVWC15LB; Tue, 15 May 2001 15:14:38 -0400 Message-ID: <3B01801D.2853FA46@parabon.com> Date: Tue, 15 May 2001 15:14:37 -0400 From: "Brian J. Sletten" Organization: Parabon Computation, Inc. X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: Date problem w/ Linux JDK 1.3? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I just came across something kind of strange. Dates printed out in Java were an hour behind. My system clock is set correctly, but using the Linux JDK, it doesn't come up with the correct timezone. Upon further investigation, the user.timezone property is empty. I believe my Linuxulator is set up properly because /compat/linux/bin/date returns the correct time. Does anyone have an idea about what needs tweaking? I'm running 4.3-STABLE w/ the latest JDK 1.3 from Sun. -- Why be a man when you can be a success? -- Bertold Brecht To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue May 15 12:19:49 2001 Delivered-To: freebsd-java@freebsd.org Received: from nova.fnal.gov (nova.fnal.gov [131.225.121.207]) by hub.freebsd.org (Postfix) with ESMTP id 058C337B422 for ; Tue, 15 May 2001 12:19:48 -0700 (PDT) (envelope-from zingelman@fnal.gov) Received: from localhost (tez@localhost) by nova.fnal.gov (8.9.3+Sun/8.9.3) with ESMTP id OAA02340; Tue, 15 May 2001 14:19:39 -0500 (CDT) X-Authentication-Warning: nova.fnal.gov: tez owned process doing -bs Date: Tue, 15 May 2001 14:19:39 -0500 (CDT) From: Tim Zingelman X-Sender: To: "Brian J. Sletten" Cc: Subject: Re: Date problem w/ Linux JDK 1.3? In-Reply-To: <3B01801D.2853FA46@parabon.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I just came across something kind of strange. Dates printed out in > Java were an hour behind. My system clock is set correctly, but using > the Linux JDK, it doesn't come up with the correct timezone. > > Does anyone have an idea about what needs tweaking? We saw this in our applets (under tomcat) until we did the following TZ=CST6CDT export TZ in the environment used by tomcat. - Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue May 15 12:42:56 2001 Delivered-To: freebsd-java@freebsd.org Received: from exch01.projectseneca.com (w186.z208036141.was-dc.dsl.cnc.net [208.36.141.186]) by hub.freebsd.org (Postfix) with ESMTP id E730E37B424 for ; Tue, 15 May 2001 12:42:52 -0700 (PDT) (envelope-from brian@parabon.com) Received: from parabon.com (limestone.projectseneca.com [192.168.0.105]) by exch01.projectseneca.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id KVWC15LX; Tue, 15 May 2001 15:42:51 -0400 Message-ID: <3B0186BB.3B2BF89@parabon.com> Date: Tue, 15 May 2001 15:42:51 -0400 From: "Brian J. Sletten" Organization: Parabon Computation, Inc. X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Tim Zingelman Cc: freebsd-java@FreeBSD.ORG Subject: Re: Date problem w/ Linux JDK 1.3? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > We saw this in our applets (under tomcat) until we did the > following > TZ=CST6CDT > export TZ But I don't live in the CST. ;) Just kidding. That worked by exporting TZ=EST5EDT. I noticed that doing this still doesn't set user.timezone properly, although the times are at least printing out correctly. Where is the appropriate place to fix this though? Patching .java_wrapper is easy enough, but it would be nice not to have to. -- To shake people up, to wake them from their sleep, while knowing you are committing a crime and that it would be a thousand times better to leave them alone, since when they wake, too, you have nothing to offer them... -- E.M. Cioran To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue May 15 12:54:38 2001 Delivered-To: freebsd-java@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 84CED37B424 for ; Tue, 15 May 2001 12:54:34 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f4FJqmv86012; Tue, 15 May 2001 21:52:48 +0200 (CEST) (envelope-from ernst) Date: Tue, 15 May 2001 21:52:48 +0200 From: Ernst de Haan To: "Brian J. Sletten" Cc: Tim Zingelman , freebsd-java@FreeBSD.ORG Subject: Re: Date problem w/ Linux JDK 1.3? Message-ID: <20010515215248.A86003@c187104187.telekabel.chello.nl> References: <3B0186BB.3B2BF89@parabon.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B0186BB.3B2BF89@parabon.com>; from brian@parabon.com on Tue, May 15, 2001 at 03:42:51PM -0400 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Heya Brian > Where is the appropriate place to fix this though? Patching .java_wrapper is > easy enough, but it would be nice not to have to. Why is this not nice? There already is a patch for this file in place, so why not extend the patch ? :) Or aren't you referring to patching this file per se? Ernst -- Ernst de Haan Java Architect Jollem Information Technology "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue May 15 13: 5:45 2001 Delivered-To: freebsd-java@freebsd.org Received: from exch01.projectseneca.com (w186.z208036141.was-dc.dsl.cnc.net [208.36.141.186]) by hub.freebsd.org (Postfix) with ESMTP id 1217937B422 for ; Tue, 15 May 2001 13:05:42 -0700 (PDT) (envelope-from brian@parabon.com) Received: from parabon.com (limestone.projectseneca.com [192.168.0.105]) by exch01.projectseneca.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id KVWC15M0; Tue, 15 May 2001 16:05:40 -0400 Message-ID: <3B018C14.76FF3F4B@parabon.com> Date: Tue, 15 May 2001 16:05:40 -0400 From: "Brian J. Sletten" Organization: Parabon Computation, Inc. X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Ernst de Haan Cc: Tim Zingelman , freebsd-java@FreeBSD.ORG Subject: Re: Date problem w/ Linux JDK 1.3? References: <3B0186BB.3B2BF89@parabon.com> <20010515215248.A86003@c187104187.telekabel.chello.nl> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Why is this not nice? There already is a patch for this file in place, so why > not extend the patch ? Ok, I guess it isn't so bad if we patch the real patch and don't require that java users patch it. I just don't know how to do it cleanly. Setting it to EDT didn't work for me so something like: TZ=`date | awk '{print $5}'`; export TZ wouldn't be enough. How do we do that conveniently and get it right everywhere around the world? -- Character is much easier kept than recovered. -- Thomas Paine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed May 16 5: 7:50 2001 Delivered-To: freebsd-java@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id BC92237B423 for ; Wed, 16 May 2001 05:07:46 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f4GC66v08133 for java@freebsd.org; Wed, 16 May 2001 14:06:06 +0200 (CEST) (envelope-from ernst) Date: Wed, 16 May 2001 14:06:06 +0200 From: Ernst de Haan To: java@freebsd.org Subject: Crosspostings from ports@freebsd.org okay ? Message-ID: <20010516140606.A8114@c187104187.telekabel.chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, Lately I've been working on quite a few Java-related port issues. I'm sending all emails to ports@freebsd.org, but perhaps I should CC them to java@freebsd.org. Would you guys like/mind this? Ernst -- Ernst de Haan Java Architect Jollem Information Technology "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed May 16 8:23:38 2001 Delivered-To: freebsd-java@freebsd.org Received: from khan.acc.umu.se (khan.acc.umu.se [130.239.18.139]) by hub.freebsd.org (Postfix) with ESMTP id BF1DC37B424 for ; Wed, 16 May 2001 08:23:35 -0700 (PDT) (envelope-from markush@acc.umu.se) Received: from shaka.acc.umu.se (markush@shaka.acc.umu.se [130.239.18.148]) by khan.acc.umu.se (8.11.2/8.11.2) with ESMTP id f4GFNSb07057; Wed, 16 May 2001 17:23:28 +0200 (MEST) Received: (from markush@localhost) by shaka.acc.umu.se (8.11.2/8.11.2) id f4GFNSR21836; Wed, 16 May 2001 17:23:28 +0200 (MEST) Date: Wed, 16 May 2001 17:23:27 +0200 From: Markus Holmberg To: Ernst de Haan Cc: java@FreeBSD.ORG Subject: Re: Crosspostings from ports@freebsd.org okay ? Message-ID: <20010516172327.A21823@acc.umu.se> References: <20010516140606.A8114@c187104187.telekabel.chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3-current-20000511i In-Reply-To: <20010516140606.A8114@c187104187.telekabel.chello.nl>; from ernst@jollem.com on Wed, May 16, 2001 at 02:06:06PM +0200 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 16, 2001 at 02:06:06PM +0200, Ernst de Haan wrote: > Hi all, > > Lately I've been working on quite a few Java-related port issues. I'm sending > all emails to ports@freebsd.org, but perhaps I should CC them to > java@freebsd.org. Would you guys like/mind this? I'm definitely interested in hearing about Java-related ports here. If anyone has objections to this, they should step forward.. Especially, what's holding off getting an Ant port committed? Markus -- Markus Holmberg | Give me Unix or give me a typewriter. markush@acc.umu.se | http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed May 16 8:47:15 2001 Delivered-To: freebsd-java@freebsd.org Received: from finch-post-12.mail.demon.net (finch-post-12.mail.demon.net [194.217.242.41]) by hub.freebsd.org (Postfix) with ESMTP id CC8B537B422 for ; Wed, 16 May 2001 08:47:06 -0700 (PDT) (envelope-from rws@procopia.com) Received: from procopia.demon.co.uk ([194.222.76.178]) by finch-post-12.mail.demon.net with esmtp (Exim 2.12 #1) id 1503Vx-0006n7-0C for freebsd-java@freebsd.org; Wed, 16 May 2001 15:47:06 +0000 Received: from plethora.cassium.org ([10.0.0.3] helo=plethora) by procopia.demon.co.uk with smtp (Exim 3.22 #1) id 1503WC-000FbP-00 for freebsd-java@freebsd.org; Wed, 16 May 2001 16:47:20 +0100 Message-ID: <001001c0de1f$5299fdb0$0300000a@plethora> From: "Richard Stockley" To: References: <20010516140606.A8114@c187104187.telekabel.chello.nl> <20010516172327.A21823@acc.umu.se> Subject: Re: Crosspostings from ports@freebsd.org okay ? Date: Wed, 16 May 2001 16:46:07 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I too am happy for java related ports to be publicised / discussed here... > On Wed, May 16, 2001 at 02:06:06PM +0200, Ernst de Haan wrote: > > Hi all, > > > > Lately I've been working on quite a few Java-related port issues. I'm sending > > all emails to ports@freebsd.org, but perhaps I should CC them to > > java@freebsd.org. Would you guys like/mind this? > > I'm definitely interested in hearing about Java-related ports here. If > anyone has objections to this, they should step forward.. > > Especially, what's holding off getting an Ant port committed? > Actually it already has, in devel/jakarta-ant .... though it did take its time Richard -- Richard Stockley: Internet Developer - rws@procopia.com Procopia Ltd - UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed May 16 9:34:15 2001 Delivered-To: freebsd-java@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 14DFB37B422 for ; Wed, 16 May 2001 09:34:12 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f4GGWOq00416; Wed, 16 May 2001 18:32:24 +0200 (CEST) (envelope-from ernst) Date: Wed, 16 May 2001 18:32:24 +0200 From: Ernst de Haan To: Markus Holmberg Cc: java@FreeBSD.ORG Subject: Re: Crosspostings from ports@freebsd.org okay ? Message-ID: <20010516183223.A392@c187104187.telekabel.chello.nl> References: <20010516140606.A8114@c187104187.telekabel.chello.nl> <20010516172327.A21823@acc.umu.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010516172327.A21823@acc.umu.se>; from markush@acc.umu.se on Wed, May 16, 2001 at 05:23:27PM +0200 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hey Markus, > Especially, what's holding off getting an Ant port committed? Cvsupdate, man! It's there! :) > cat /usr/ports/devel/jakarta-ant/Makefile | head -3 # New ports collection makefile for: jakarta-ant # Date created: 21 February 2001 # Whom: ernst@jollem.com > I'm definitely interested in hearing about Java-related ports here. If > anyone has objections to this, they should step forward.. Kewl, was hoping to hear that. I don't get a lot of reactions from the ports mailing list, but that's not so strange. Ernst -- Ernst de Haan Java Architect Jollem Information Technology "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed May 16 9:37:58 2001 Delivered-To: freebsd-java@freebsd.org Received: from khan.acc.umu.se (khan.acc.umu.se [130.239.18.139]) by hub.freebsd.org (Postfix) with ESMTP id A6F5337B423 for ; Wed, 16 May 2001 09:37:55 -0700 (PDT) (envelope-from markush@acc.umu.se) Received: from shaka.acc.umu.se (markush@shaka.acc.umu.se [130.239.18.148]) by khan.acc.umu.se (8.11.2/8.11.2) with ESMTP id f4GGbsb11629; Wed, 16 May 2001 18:37:54 +0200 (MEST) Received: (from markush@localhost) by shaka.acc.umu.se (8.11.2/8.11.2) id f4GGbrQ22482; Wed, 16 May 2001 18:37:53 +0200 (MEST) Date: Wed, 16 May 2001 18:37:53 +0200 From: Markus Holmberg To: Ernst de Haan Cc: java@FreeBSD.ORG Subject: Re: Crosspostings from ports@freebsd.org okay ? Message-ID: <20010516183753.A22471@acc.umu.se> References: <20010516140606.A8114@c187104187.telekabel.chello.nl> <20010516172327.A21823@acc.umu.se> <20010516183223.A392@c187104187.telekabel.chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3-current-20000511i In-Reply-To: <20010516183223.A392@c187104187.telekabel.chello.nl>; from ernst@jollem.com on Wed, May 16, 2001 at 06:32:24PM +0200 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 16, 2001 at 06:32:24PM +0200, Ernst de Haan wrote: > Hey Markus, > > > > Especially, what's holding off getting an Ant port committed? > > Cvsupdate, man! It's there! :) > Doh! I was looking for it in /usr/ports/java. Good. Markus -- Markus Holmberg | Give me Unix or give me a typewriter. markush@acc.umu.se | http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu May 17 5:43:40 2001 Delivered-To: freebsd-java@freebsd.org Received: from core.inf.ethz.ch (core.inf.ethz.ch [129.132.178.196]) by hub.freebsd.org (Postfix) with ESMTP id 5377737B424 for ; Thu, 17 May 2001 05:43:30 -0700 (PDT) (envelope-from cartho@silmaril.org) Received: from lillian-ics.inf.ethz.ch (root@lillian-ics.inf.ethz.ch [129.132.134.2]) by core.inf.ethz.ch (8.9.3/8.9.3) with ESMTP id OAA28255; Thu, 17 May 2001 14:43:25 +0200 (MET DST) Received: from silmaril.org (babylon8.inf.ethz.ch [129.132.134.131]) by lillian-ics.inf.ethz.ch (8.9.3/8.9.3) with ESMTP id OAA04211; Thu, 17 May 2001 14:43:27 +0200 (MET DST) Message-ID: <3B03C76E.C6EC9496@silmaril.org> Date: Thu, 17 May 2001 14:43:26 +0200 From: Cyrille Artho Organization: ETH Zurich X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.19pre17 i686) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-java@freebsd.org Cc: Ernst de Haan Subject: First FreeBSD port of Jlint Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Ernst de Haan has tried to compile my Jlint Java program checker, http://artho.com/jlint/ under FreeBSD. The compilation failed due to va_arg macro problems. Jlint is a Java class file checker that finds NULL pointer, array bound, multi-threading and other problems at compile-time. I have now made a provisional patch for Jlint, such that it should compile under FreeBSD as well. I would be glad if someone could try it under BSD versions other than FreeBSD 4.3, and see if it compiles. The patch is very short and attached below: --- /tmp/jlint/jlint.cc Fri Mar 16 22:03:51 2001 +++ /home/cartho/jlint/jlint.cc Thu May 17 12:40:19 2001 @@ -13,6 +13,15 @@ #include #include #include +// FreeBSD 4.3 and lower fix +#if defined(__FreeBSD__) +#define VA_ARG(ap, type) \ + (*(type *)((ap) = (type *)((char *)ap + __va_size(type)), \ + (type *)(((char *)ap) - __va_size(type)))) +#else +#define VA_ARG va_arg +#endif + #include #ifdef _WIN32 #include @@ -138,7 +146,7 @@ int n_parameters = 2; if (code == msg_loop || code == msg_sync_loop) { // extract loop identifier - parameter[n_parameters++] = va_arg(ap, void*); + parameter[n_parameters++] = VA_ARG(ap, void*); } if (history != NULL) { if (compound_message != NULL @@ -198,7 +206,7 @@ assert(n == 1); assert(index < MAX_MSG_PARAMETERS); while (index >= n_parameters) { - parameter[n_parameters++] = va_arg(ap, void*); + parameter[n_parameters++] = VA_ARG(ap, void*); } src += pos; char* save_dst = dst; -- Regards, Cyrille Artho - http://artho.com/ - Tel. +41 - [0]1 - 632 09 88 If you go on with this nuclear arms race, all you are going to do is make the rubble bounce. -- Winston Churchill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu May 17 6:27:32 2001 Delivered-To: freebsd-java@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 9B92437B423 for ; Thu, 17 May 2001 06:27:29 -0700 (PDT) (envelope-from v.sturm@gmx.de) Received: (qmail 16392 invoked by uid 0); 17 May 2001 13:27:28 -0000 Received: from pc19f2b8a.dip.t-dialin.net (HELO volker) (193.159.43.138) by mail.gmx.net (mp005-rz3) with SMTP; 17 May 2001 13:27:28 -0000 From: "Volker Sturm" To: Subject: Java Plugin Date: Thu, 17 May 2001 15:28:26 +0200 Message-ID: <000401c0ded5$40fbd4a0$0100a8c0@volker> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I am trying to get the Java Plugin for Netscape 4.76 of Sun's JDK 1.3.0_02 running. It says "Bad magic number ... Ignored" when I do a "about:plugins" in Netscape. I tried brandelf -t Linux javaplugin.so already. I have a similar environment running under SuSE 7.0 with Netscape 4.76 and JDK 1.2.2 where the plugin isn't causing an explicit error message but Netscape doesnt use it either. I have set NPX_PLUGIN_PATH in ~/.profile to NPX_PLUGIN_PATH=$NPX_PLUGIN_PATH:"path to javaplugin.so"; export NPX_PLUGIN_PATH; It finds the plugin, so the path is correct, just can't remember it right now. Anything I did forget? Thanks for any suggestions, Volker Sturm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu May 17 6:33: 0 2001 Delivered-To: freebsd-java@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 68D6E37B422 for ; Thu, 17 May 2001 06:32:57 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f4HDVGv08583; Thu, 17 May 2001 15:31:16 +0200 (CEST) (envelope-from ernst) Date: Thu, 17 May 2001 15:31:16 +0200 From: Ernst de Haan To: FreeBSD Java mailing list Cc: Kees Jan Koster Subject: New version of java/orion port Message-ID: <20010517153116.A8571@c187104187.telekabel.chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I've just submitted a PR for a new version of the Orion port (java/orion). Check out: * http://www.freebsd.org/cgi/query-pr.cgi?pr=27407 for details. I would like to thank Kees Jan for providing valuable tips and suggestions. Ernst -- Ernst de Haan Java Architect Jollem Information Technology "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu May 17 7: 0:31 2001 Delivered-To: freebsd-java@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id E93DF37B440 for ; Thu, 17 May 2001 07:00:18 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f4HDwdC08733; Thu, 17 May 2001 15:58:39 +0200 (CEST) (envelope-from ernst) Date: Thu, 17 May 2001 15:58:39 +0200 From: Ernst de Haan To: FreeBSD Java mailing list Cc: Kees Jan Koster Subject: Re: New version of java/orion port Message-ID: <20010517155839.A8724@c187104187.telekabel.chello.nl> References: <20010517153116.A8571@c187104187.telekabel.chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010517153116.A8571@c187104187.telekabel.chello.nl>; from ernst@jollem.com on Thu, May 17, 2001 at 03:31:16PM +0200 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Guys, Maxim already committed it :) So my previous email is old news already :) Ernst Ernst de Haan wrote: > Hi, > > I've just submitted a PR for a new version of the Orion port (java/orion). > Check out: > > * http://www.freebsd.org/cgi/query-pr.cgi?pr=27407 > > for details. I would like to thank Kees Jan for providing valuable tips and > suggestions. > > > Ernst > > -- > Ernst de Haan > Java Architect > Jollem Information Technology > > "Come to me all who are weary and burdened > and I will give you rest" -- Jesus Christ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message > -- Ernst de Haan Java Architect Jollem Information Technology "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu May 17 7:51:13 2001 Delivered-To: freebsd-java@freebsd.org Received: from orca.seaple.icc.ne.jp (orca.seaple.icc.ne.jp [210.170.8.81]) by hub.freebsd.org (Postfix) with ESMTP id C72AE37B422 for ; Thu, 17 May 2001 07:51:09 -0700 (PDT) (envelope-from westbay@seaple.icc.ne.jp) Received: from michael.westbay.fa.jp (u9243.seaple.icc.ne.jp [202.215.195.243]) by orca.seaple.icc.ne.jp (8.9.3/3.7W-000828) id XAA03261 for ; Thu, 17 May 2001 23:52:22 +0900 (JST) Content-Type: text/plain; charset="iso-8859-1" From: Michael Westbay To: Subject: Re: Java Plugin Date: Thu, 17 May 2001 23:51:21 +0900 X-Mailer: KMail [version 1.2] References: <000401c0ded5$40fbd4a0$0100a8c0@volker> In-Reply-To: <000401c0ded5$40fbd4a0$0100a8c0@volker> MIME-Version: 1.0 Message-Id: <01051723512101.10356@michael.westbay.fa.jp> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sturm-san wrote: > I am trying to get the Java Plugin for Netscape 4.76 of Sun's JDK > 1.3.0_02 running. It says "Bad magic number ... Ignored" when I do a > "about:plugins" in Netscape. Are you using the Linux-Communicator? Or the FreeBSD native one? I got it to work with the Linux-Communicator (in FreeBSD 4.2-current, haven't yet tried after upgrading to 4.3). I never got it to work with the native Netscape 4.76, Linux-Netscape6, or Mozilla 0.8x (native nor Linuxulator). > I tried > brandelf -t Linux javaplugin.so > already. I've learned a lot about paths and the Linuxulator in experimenting with this and StarOffice5.2. You want to make sure that anything that runs under the Linuxulator is NOT under /usr/local. Sure, the linux-jdk1.3.0 will run under /usr/local, but I've found that many things that want to access it will not find it there. You're better off mv-ing it to /compat/linux/usr/local (or ANYWHERE under /compat/iinux. That includes linux-communicator. I often put a ln under /usr/local for typing purposes, but the "acutal" location is best under /compat/linux. Note that links from /compat/linux/usr to /usr become circular under the Linuxulator, so you may as well not even bother. Oh, and if /home is under /usr, you may have even more trouble. I now always make sure that /home lives on a slice of its own. I don't know how much of this is useful, but perhaps something will ring a bell. Hope it helps. -- Michael Westbay Work: Beacon-IT http://www.beacon-it.co.jp/ Home: http://www.seaple.icc.ne.jp/~westbay Commentary: http://www.japanesebaseball.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu May 17 12:44:49 2001 Delivered-To: freebsd-java@freebsd.org Received: from blue.uplink.ethz.ch (rou-woko-nat.ethz.ch [129.132.107.21]) by hub.freebsd.org (Postfix) with ESMTP id 3225F37B423 for ; Thu, 17 May 2001 12:44:38 -0700 (PDT) (envelope-from cartho@silmaril.org) Received: from silmaril.org ([172.17.0.73]) by blue.uplink.ethz.ch (8.9.3/8.9.3) with ESMTP id VAA04706; Thu, 17 May 2001 21:45:02 +0200 Message-ID: <3B042B43.1DB69B0F@silmaril.org> Date: Thu, 17 May 2001 21:49:23 +0200 From: Cyrille Artho X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.2-2 i686) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-java@freebsd.org Cc: ernst@jollem.com Subject: Jlint - better patch Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org To all potential Jlint users, It turned out that the actual problem was a conflicting #ifdef for cygwin. So please use the patch below, on the original source from http://artho.com/jlint/jlint.tar.gz for now. People who are interested to test Jlint on *BSD variants other than FreeBSD 4.3, please contact me. I will not post future messages on this list. Once version 2.1 is out, I will announce it on http://freshmeat.net/. --- functions.hh 2001/03/16 22:11:49 1.3 +++ functions.hh 2001/05/17 19:36:43 @@ -5,13 +5,19 @@ #include "stdio.h" #include "types.hh" +#include class utf_string; -// cygwin fix: #ifndef __VALIST #ifdef va_list +#define __VALIST va_list +#endif +// FreeBSD uses typedef in stdarg.h +#ifdef __FreeBSD__ #define __VALIST va_list -#else +#endif +// cygwin fix: +#ifndef __VALIST #define __VALIST void* #endif #endif -- Regards, Cyrille Artho - http://artho.com/ - Tel. +41 - [0]1 - 313 08 92 As far as we know, our computer has never had an undetected error. -- Weisert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message