From owner-freebsd-java Sun Jan 25 10:44:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA02960 for java-outgoing; Sun, 25 Jan 1998 10:44:17 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from fledge.watson.org (root@FLEDGE.RES.CMU.EDU [128.2.91.116]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA02953 for ; Sun, 25 Jan 1998 10:44:16 -0800 (PST) (envelope-from robert@cyrus.watson.org) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.8.8/8.6.10) with SMTP id NAA24318 for ; Sun, 25 Jan 1998 13:44:05 -0500 (EST) Date: Sun, 25 Jan 1998 13:44:05 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org Reply-To: Robert Watson To: freebsd-java@FreeBSD.ORG Subject: CLASSPATH 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 do not know if this currently pertains to the JDK port, but may be of issue. I have my CLASSPATH variable set as follows: CLASSPATH=.:/usr/local/share/kaffe/classes.zip:/usr/local/netscape/java/classes/java40.jar Kaffe is quite happy, finding its classes stuff. Netscape 4.04 now complains that its classes are unsigned (previous versions did not care?); placing the Netscape classes first causes Kaffe to barf with a seg violation. Presumably the Netscape signatures on Jar files are standard Java Stuff, so Kaffe is at fault for not reading Jar files appropriately. What would be the best way to resolve this? Wrappers to set CLASSPATH appropriately? Also, I am not sure that the . at the beginning is necessary/appropriate (Given a general concern with .'s in any path), but it must have come out of a sample config somewhere from Kaffe or such. Is the current JDK happy with signed Jar files? (etc?) Robert N Watson Carnegie Mellon University http://www.cmu.edu/ SafePort Network Services http://www.safeport.com/ robert@fledge.watson.org http://www.watson.org/~robert/ From owner-freebsd-java Sun Jan 25 11:35:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA08249 for java-outgoing; Sun, 25 Jan 1998 11:35:28 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA08242 for ; Sun, 25 Jan 1998 11:35:25 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id MAA06314; Sun, 25 Jan 1998 12:35:23 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id MAA28800; Sun, 25 Jan 1998 12:35:21 -0700 Date: Sun, 25 Jan 1998 12:35:21 -0700 Message-Id: <199801251935.MAA28800@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Robert Watson Cc: freebsd-java@FreeBSD.ORG Subject: Re: CLASSPATH In-Reply-To: References: X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > CLASSPATH=.:/usr/local/share/kaffe/classes.zip:/usr/local/netscape/java/classes/java40.jar > > Kaffe is quite happy, finding its classes stuff. Netscape 4.04 now > complains that its classes are unsigned (previous versions did not care?); > placing the Netscape classes first causes Kaffe to barf with a seg > violation. That's because kaffe expects the kaffe files first. > Presumably the Netscape signatures on Jar files are standard > Java Stuff, so Kaffe is at fault for not reading Jar files appropriately. > What would be the best way to resolve this? Wrappers to set CLASSPATH > appropriately? unset the CLASSPATH when running netscape if you expect any netscape stuff to work right. > Also, I am not sure that the . at the beginning is necessary/appropriate > (Given a general concern with .'s in any path), but it must have come out > of a sample config somewhere from Kaffe or such. It's so you can run stuff you've just recently compiled. % javac Foo.java % java Foo > Is the current JDK happy with signed Jar files? (etc?) Don't know, is the standard JDK you recieve from Sun happy with signed Jar files? If so, the current FreeBSD JDK should also be happy. Nate From owner-freebsd-java Sun Jan 25 11:52:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA10732 for java-outgoing; Sun, 25 Jan 1998 11:52:15 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.178]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA10727 for ; Sun, 25 Jan 1998 11:52:13 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id LAA24582; Sun, 25 Jan 1998 11:51:52 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199801251951.LAA24582@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: Robert Watson cc: freebsd-java@FreeBSD.ORG Subject: Re: CLASSPATH In-reply-to: Your message of "Sun, 25 Jan 1998 13:44:05 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 25 Jan 1998 11:51:47 -0800 From: Amancio Hasty Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thats fine as far as I can see and I use it here all the time also a CLASSPATH is not the same as PATH. Cheers, Amancio > > I do not know if this currently pertains to the JDK port, but may be of > issue. I have my CLASSPATH variable set as follows: > > CLASSPATH=.:/usr/local/share/kaffe/classes.zip:/usr/local/netscape/java/classes/java40.jar > > Kaffe is quite happy, finding its classes stuff. Netscape 4.04 now > complains that its classes are unsigned (previous versions did not care?); > placing the Netscape classes first causes Kaffe to barf with a seg > violation. Presumably the Netscape signatures on Jar files are standard > Java Stuff, so Kaffe is at fault for not reading Jar files appropriately. > What would be the best way to resolve this? Wrappers to set CLASSPATH > appropriately? > > Also, I am not sure that the . at the beginning is necessary/appropriate > (Given a general concern with .'s in any path), but it must have come out > of a sample config somewhere from Kaffe or such. Is the current JDK happy > with signed Jar files? (etc?) > > > > Robert N Watson > > Carnegie Mellon University http://www.cmu.edu/ > SafePort Network Services http://www.safeport.com/ > robert@fledge.watson.org http://www.watson.org/~robert/ > From owner-freebsd-java Sun Jan 25 16:31:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA06688 for java-outgoing; Sun, 25 Jan 1998 16:31:27 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from bastuba.partitur.se (bastuba.partitur.se [193.219.246.194]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA06681 for ; Sun, 25 Jan 1998 16:31:22 -0800 (PST) (envelope-from girgen@partitur.se) Received: from partitur.se (t8o62p57.telia.com [195.198.199.237]) by bastuba.partitur.se (8.8.5/8.8.5) with ESMTP id BAA00919; Mon, 26 Jan 1998 01:31:08 +0100 (CET) Message-ID: <34CBD942.99E94CB0@partitur.se> Date: Mon, 26 Jan 1998 01:30:58 +0100 From: Palle Girgensohn Organization: Partitur Informationsteknik AB X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: Robert Watson CC: freebsd-java@FreeBSD.ORG Subject: Re: CLASSPATH References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Robert Watson wrote: > > I do not know if this currently pertains to the JDK port, but may be of > issue. I have my CLASSPATH variable set as follows: > > CLASSPATH=.:/usr/local/share/kaffe/classes.zip:/usr/local/netscape/java/classes/java40.jar > > Kaffe is quite happy, finding its classes stuff. Netscape 4.04 now > complains that its classes are unsigned (previous versions did not care?); Hello Robert, Are you running the FreeBSD port of netscape? In this, the executable netscape file in /usr/local/bin is a wrapper: >cat /usr/local/bin/netscape #!/bin/sh export MOZILLA_HOME; MOZILLA_HOME=${MOZILLA_HOME:=/usr/local/lib/netscape} export CLASSPATH ; CLASSPATH=.:$MOZILLA_HOME exec $MOZILLA_HOME/communicator-4.04.bin $* > As you can see, it resets the CLASSPATH variable. Use the port, (or this wrapper) and I think you will have better luck... Regards, Palle From owner-freebsd-java Mon Jan 26 22:19:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA17693 for java-outgoing; Mon, 26 Jan 1998 22:19:12 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.178]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA17666; Mon, 26 Jan 1998 22:19:08 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id WAA07733; Mon, 26 Jan 1998 22:18:56 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199801270618.WAA07733@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: freebsd-java@FreeBSD.ORG cc: freebsd-hackers@FreeBSD.ORG Subject: visaj Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 26 Jan 1998 22:18:56 -0800 From: Amancio Hasty Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I am evaluating a Java GUI builder called Visaj ( http://www.ist.co.uk ) written entirely in Java . Visaj seems to work rather nicely with the latest jdk1.1.5/motif . Your mileage may vary with lesstif. The only problem is that it cost $995 so I am trying to talk Imperial Software Technology to bring the price down for FreeBSD. If others with more Java GUI builders experience than me could download Visaj and let us know what they think about it, also if anyone in the lists has any experience with it please let us know. I just played with it for a couple of nights and it seems robust and rather nice. Visaj is a GUI builder and not an IDE. Tnks, Amancio From owner-freebsd-java Tue Jan 27 02:00:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA21350 for java-outgoing; Tue, 27 Jan 1998 02:00:47 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from inet-user-gw-1.us.oracle.com (inet-user-gw-1.us.oracle.com [192.86.155.82]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA21332 for ; Tue, 27 Jan 1998 02:00:44 -0800 (PST) (envelope-from SSANKARA.IN.oracle.com.ofcmail@in.oracle.com) Received: from dwarpal.in.oracle.com (dwarpal.in.oracle.com [152.69.176.11]) by inet-user-gw-1.us.oracle.com (8.8.5/8.8.5) with SMTP id BAA05440 for ; Tue, 27 Jan 1998 01:58:32 -0800 (PST) Received: by dwarpal.in.oracle.com (8.6.13/37.8) id BAA29642; Tue, 27 Jan 1998 01:42:39 -0500 Message-Id: <199801270642.BAA29642@dwarpal.in.oracle.com> Date: 27 Jan 98 13:17:03 +0330 From: "SIVA SANKARAN" To: freebsd-java@FreeBSD.ORG Subject: Benchmarks !! X-Orcl-Application: Disclaimer What ever I send is my opinion and don't neccessarily represent that of ORACLE Corporation MIME-Version: 1.0 X-Mailer: Oracle InterOffice (version 4.0.5.1.55) Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, I have currently finished porting JDK 114 on FreeBSD. Is there any standard benchmark, you guys are adopting for testing the JDK. I ran Caffeine3.0 benchmark ( that is supposed to be a standard benchmark), and got 210 as the result . I ran it on a Pentium 133MHz , 32 MB RAM , FreeBSD-2.2.2 Release . What I think is , we will adopt to a standard benchmark(Caffeine is a good choice) and just compare our port performance. In case you have already ran these tests, can you send the results, so that we can compare. Caffeine3.0 can be downloaded from http://www.pendragon-software.com/pendragon/cm3/cmkit.zip Regards, Shankar. ------------------------------------------------------------------------------ "It's trivial to make fun of Microsoft products, but it takes a real man to make them work, and a god to make them do anything useful ------------------------------------------------------------------------------ S.SIVA SANKARAN MEMBER - TECHNICAL STAFF Telephone: (080) 228-300(4-7),228-3181 ORACLE SOFTWARE INDIA. LTD 7th Floor, Sona Towers 71, Millers Road Ext : 1027 BANGALORE - 560 001 EMail :ssankara@in.oracle.com ------------------------------------------------------------------------------ From owner-freebsd-java Tue Jan 27 02:40:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA26483 for java-outgoing; Tue, 27 Jan 1998 02:40:29 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.178]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA26478 for ; Tue, 27 Jan 1998 02:40:27 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id CAA09347; Tue, 27 Jan 1998 02:40:12 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199801271040.CAA09347@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: "SIVA SANKARAN" cc: freebsd-java@FreeBSD.ORG Subject: Re: Benchmarks !! In-reply-to: Your message of "27 Jan 1998 13:17:03 +0330." <199801270642.BAA29642@dwarpal.in.oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 27 Jan 1998 02:40:12 -0800 From: Amancio Hasty Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Not sure if you are interested however we do have JDK 1.1.5 ported. ftp://hub.freebsd.org/pub/incoming/java/jdk1.1.5.tar.gz Cheers, Amancio > Hi all, > > I have currently finished porting JDK 114 on FreeBSD. Is there any > standard > benchmark, you guys are adopting for testing the JDK. I ran Caffeine3.0 > benchmark ( that is > supposed to be a standard benchmark), and got 210 as the result . > I ran it on a Pentium 133MHz , 32 MB RAM , FreeBSD-2.2.2 Release . > > What I think is , we will adopt to a standard benchmark(Caffeine is a > good choice) and just compare our port performance. In case you have already > ran these tests, can you send the results, so that we can compare. > > Caffeine3.0 can be downloaded from > http://www.pendragon-software.com/pendragon/cm3/cmkit.zip > > Regards, > Shankar. > ------------------------------------------------------------------------------ > > "It's trivial to make fun of Microsoft products, but it takes a real > man to make them work, and a god to make them do anything useful > ------------------------------------------------------------------------------ > > S.SIVA SANKARAN > MEMBER - TECHNICAL STAFF Telephone: (080) 228-300(4-7),228-3181 > ORACLE SOFTWARE INDIA. LTD > 7th Floor, Sona Towers > 71, Millers Road Ext : 1027 > BANGALORE - 560 001 EMail :ssankara@in.oracle.com > ------------------------------------------------------------------------------ From owner-freebsd-java Tue Jan 27 06:43:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA25716 for java-outgoing; Tue, 27 Jan 1998 06:43:46 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from pilot010.cl.msu.edu (pilot010.cl.msu.edu [35.9.5.110]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA25697 for ; Tue, 27 Jan 1998 06:43:44 -0800 (PST) (envelope-from murphyp1@pilot.msu.edu) Received: from murphyp1 (murphyp1.ais.msu.edu [35.8.112.253]) by pilot010.cl.msu.edu (8.7.5/MSU-2.10) id JAA47826; Tue, 27 Jan 1998 09:43:35 -0500 Message-Id: <199801271443.JAA47826@pilot010.cl.msu.edu> From: "Patrick Murphy" To: Cc: Subject: Appletviewer Crash Date: Tue, 27 Jan 1998 09:43:35 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Trying to run the demo applets fail when starting them via a remote x-server. They seem to run locally just fine. The message dump below is from a attempt to run the TicTacToe demo remotely: SIGSEGV 11* segmentation violation Full thread dump: "AWT-Motif" (TID:0x8627f58, sys_thread_t:0x94feefc, state:CW) prio=5 java.lang.Thread.run(Thread.java) "AWT-Input" (TID:0x8627f78, sys_thread_t:0x94ddefc, state:MW) prio=5 "AWT-EventQueue-0" (TID:0x8627f90, sys_thread_t:0x94bcefc, state:CW) prio=5 java.lang.Object.wait(Object.java) java.awt.EventQueue.getNextEvent(EventQueue.java:119) java.awt.EventDispatchThread.run(EventDispatchThread.java:55) "thread applet-TicTacToe.class" (TID:0x8627228, sys_thread_t:0x943fefc, state:CW) prio=4 java.lang.Object.wait(Object.java) sun.applet.AppletPanel.getNextEvent(AppletPanel.java:220) sun.applet.AppletPanel.run(AppletPanel.java:244) java.lang.Thread.run(Thread.java) "Finalizer thread" (TID:0x861dc48, sys_thread_t:0x941eefc, state:CW) prio=1 "Async Garbage Collector" (TID:0x861dc90, sys_thread_t:0x93fdefc, state:CW) prio=1 "Idle thread" (TID:0x861da08, sys_thread_t:0x93dcefc, state:R) prio=0 "Clock" (TID:0x861a088, sys_thread_t:0x93bbefc, state:CW) prio=12 "main" (TID:0x861a0b0, sys_thread_t:0x9c00, state:R) prio=5 *current thread* sun.awt.motif.MFramePeer.(MFramePeer.java:76) sun.awt.motif.MToolkit.createFrame(MToolkit.java:123) java.awt.Frame.addNotify(Frame.java:201) java.awt.Window.pack(Window.java:122) sun.applet.AppletViewer.(AppletViewer.java:202) sun.applet.StdAppletViewerFactory.createAppletViewer(AppletViewer.java:87) sun.applet.AppletViewer.parse(AppletViewer.java:938) sun.applet.AppletViewer.parse(AppletViewer.java:904) sun.applet.AppletViewer.main(AppletViewer.java:1081) Monitor Cache Dump: java.awt.EventQueue@8627D28/86945F0: Waiting to be notified: "AWT-EventQueue-0" (0x94bcefc) sun.awt.motif.MToolkit@8627D58/86941C0: owner "main" (0x9c00, 1 entry) Waiting to enter: "AWT-Input" (0x94ddefc) Waiting to be notified: "AWT-Motif" (0x94feefc) (0x93fdefc): Waiting to be notified: "Async Garbage Collector" (0x93fdefc) sun.applet.AppletViewerPanel@8626CA8/8690D70: Waiting to be notified: "thread applet-TicTacToe.class" (0x943fefc) Registered Monitor Dump: Thread queue lock: Name and type hash table lock: String intern lock: JNI pinning lock: JNI global reference lock: BinClass lock: Class loading lock: Java stack lock: Code rewrite lock: Heap lock: Has finalization queue lock: Finalize me queue lock: Waiting to be notified: "Finalizer thread" (0x941eefc) Monitor IO lock: Child death monitor: Event monitor: I/O monitor: Alarm monitor: Waiting to be notified: "Clock" (0x93bbefc) _malloc: Monitor registry: owner "main" (0x9c00, 1 entry) Thread Alarm Q: sys_thread_t 0x93fdefc [Timeout in 861 ms] Abort trap - core dumped I have a java.core file if you are interested in it. From owner-freebsd-java Tue Jan 27 11:42:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA20853 for java-outgoing; Tue, 27 Jan 1998 11:42:11 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA20843 for ; Tue, 27 Jan 1998 11:42:04 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id MAA23161; Tue, 27 Jan 1998 12:41:59 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id MAA06057; Tue, 27 Jan 1998 12:41:53 -0700 Date: Tue, 27 Jan 1998 12:41:53 -0700 Message-Id: <199801271941.MAA06057@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: "Patrick Murphy" Cc: , Subject: Re: Appletviewer Crash In-Reply-To: <199801271443.JAA47826@pilot010.cl.msu.edu> References: <199801271443.JAA47826@pilot010.cl.msu.edu> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Trying to run the demo applets fail when starting them via a remote > x-server. They seem to run locally just fine. The message dump below is > from a attempt to run the TicTacToe demo remotely: Is your DISPLAY environment set correctly, and do you have permissions to display them remotelY? I've found that it doesn't handle that very well (even the stock Solaris version also crashes). Nate From owner-freebsd-java Tue Jan 27 12:13:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA29422 for java-outgoing; Tue, 27 Jan 1998 12:13:39 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA29366 for ; Tue, 27 Jan 1998 12:13:28 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id NAA23319; Tue, 27 Jan 1998 13:01:00 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id NAA06231; Tue, 27 Jan 1998 13:00:59 -0700 Date: Tue, 27 Jan 1998 13:00:59 -0700 Message-Id: <199801272000.NAA06231@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: "SIVA SANKARAN" Cc: freebsd-java@FreeBSD.ORG Subject: Re: Benchmarks !! In-Reply-To: <199801270642.BAA29642@dwarpal.in.oracle.com> References: <199801270642.BAA29642@dwarpal.in.oracle.com> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I have currently finished porting JDK 114 on FreeBSD. Is there any > standard > benchmark, you guys are adopting for testing the JDK. I ran Caffeine3.0 > benchmark ( that is > supposed to be a standard benchmark), and got 210 as the result . > I ran it on a Pentium 133MHz , 32 MB RAM , FreeBSD-2.2.2 Release . Wow. That seems incredible, and almost unbelievable. >From a Solaris 2.6 box (Sun Sparc 5 @ 70Mhz, 128MB RAM), JDK1.1.5 from SUN 39 >From a Solaris 2.5.1 box (Sun Ultra 143Mhz, 128MB RAM), JDK1.1.5 from SUN 75 >From a FreeBSD 2.2.5-STABLE (PII-300, 128MB RAM), JDK1.1.5:java-port 224 >From a FreeBSD 2.2.5-STABLE (P-166, 64MB RAM), JDK1.1.5:java-port 103 ( I think , I forgot the numbers, but somewhere around there). >From a FreeBSD 2.2.5-STABLE (PII-300, 128MB RAM), Netscape 3.03 196 > > What I think is , we will adopt to a standard benchmark(Caffeine is a > good choice) and just compare our port performance. In case you have already > ran these tests, can you send the results, so that we can compare. How are you running the benchmark? I'm running them as % java CaffeineMarkApp, and then running all tests locally for the JDK versions, and via runtest.html for appletviewer/Netscape. Nate From owner-freebsd-java Tue Jan 27 21:53:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA25530 for java-outgoing; Tue, 27 Jan 1998 21:53:38 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.178]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA25469 for ; Tue, 27 Jan 1998 21:52:59 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id VAA00864; Tue, 27 Jan 1998 21:52:49 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199801280552.VAA00864@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: Nate Williams cc: "SIVA SANKARAN" , freebsd-java@FreeBSD.ORG Subject: Re: Benchmarks !! In-reply-to: Your message of "Tue, 27 Jan 1998 13:00:59 MST." <199801272000.NAA06231@mt.sri.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 27 Jan 1998 21:52:49 -0800 From: Amancio Hasty Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Interesting , FreeBSD 3.0-current , PPro 200Mhz, 48MB, Matrox Millenium, XFree86 3.3.1 Caffeine mark: first time 152, second run using invocation, 179 Amancio From owner-freebsd-java Wed Jan 28 12:18:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA10780 for java-outgoing; Wed, 28 Jan 1998 12:18:15 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from mail.iconz.co.nz (mail.iconz.co.nz [202.14.100.36]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA10775 for ; Wed, 28 Jan 1998 12:18:09 -0800 (PST) (envelope-from jonc@pinnacle.co.nz) Received: from news.iconz.co.nz (status.gen.nz [202.14.100.1]) by mail.iconz.co.nz (8.8.7/8.8.7) with ESMTP id JAA113120886018673; Thu, 29 Jan 1998 09:17:53 +1300 (NZDT) Received: (from uucp@localhost) by news.iconz.co.nz (8.8.5/8.8.5) with UUCP id JAA03435; Thu, 29 Jan 1998 09:17:53 +1300 Received: from tui.pinnacle.co.nz (tui.pinnacle.co.nz [202.37.163.3]) by kakapo.pinnacle.co.nz (8.8.8/8.8.8) with ESMTP id JAA28321; Thu, 29 Jan 1998 09:00:21 +1300 (NZDT) Received: from localhost (jonc@localhost) by tui.pinnacle.co.nz (8.8.8/8.8.8) with SMTP id JAA00583; Thu, 29 Jan 1998 09:00:20 +1300 (NZDT) X-Authentication-Warning: tui.pinnacle.co.nz: jonc owned process doing -bs Date: Thu, 29 Jan 1998 09:00:20 +1300 (NZDT) From: Jonathan Chen To: Damon Permezel cc: freebsd-java@FreeBSD.ORG Subject: Re: YAJDK115 beta In-Reply-To: <199801230618.AAA12174@damon.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 Hi, Tried out the jdk115b3.tar.gz with swing-0.7's examples/SwingSet, (on 2.2.5-RELEASE, P120, 32M) and was pleasantly suprised that the whole thing didn't crash after loadup (previous versions used to fail very ungracefully). Response was sluggish, but marginally acceptable. The only major problem I could find was if I tried the "Color Chooser" or "About" box, the port chewed up heaps of processor time, trashed the disk (swapping?), and then nothing... Other minor gripes: .java_wrapper should be changed to use /bin/sh instead of /bin/ksh (which doesn't exist on stock FreeBSD system); changes are minor, and would enable an `out-of-box experience'. -- Jonathan Chen ----- char *p="char *p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);} From owner-freebsd-java Wed Jan 28 12:33:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA13188 for java-outgoing; Wed, 28 Jan 1998 12:33:18 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA13158 for ; Wed, 28 Jan 1998 12:33:14 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id NAA02818; Wed, 28 Jan 1998 13:33:10 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id NAA05708; Wed, 28 Jan 1998 13:33:09 -0700 Date: Wed, 28 Jan 1998 13:33:09 -0700 Message-Id: <199801282033.NAA05708@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Jonathan Chen Cc: freebsd-java@FreeBSD.ORG Subject: Re: YAJDK115 beta In-Reply-To: References: <199801230618.AAA12174@damon.com> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Tried out the jdk115b3.tar.gz with swing-0.7's examples/SwingSet, > (on 2.2.5-RELEASE, P120, 32M) and was pleasantly suprised that the > whole thing didn't crash after loadup (previous versions used to > fail very ungracefully). Response was sluggish, but marginally > acceptable. The only major problem I could find was if I tried the > "Color Chooser" or "About" box, the port chewed up heaps of processor > time, trashed the disk (swapping?), and then nothing... > > Other minor gripes: > .java_wrapper should be changed to use /bin/sh instead of /bin/ksh > (which doesn't exist on stock FreeBSD system); changes are minor, > and would enable an `out-of-box experience'. Try out: ftp://hub.freebsd.org/pub/incoming/java/jdk1.1.5.tar.gz. Hopefully all of your gripes are fixed. I want to make a more 'official' release, but 've been swamped at work. If I can get someone to build a WWW page for the java stuff that we can install on freefall, it would certainly make my life easier. If interested, *PLEASE* send me email. Nate From owner-freebsd-java Wed Jan 28 12:56:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA19203 for java-outgoing; Wed, 28 Jan 1998 12:56:12 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from eastham.sci.brooklyn.cuny.edu (root@eastham.sci.brooklyn.cuny.edu [146.245.1.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA19197 for ; Wed, 28 Jan 1998 12:56:02 -0800 (PST) (envelope-from goetz@dorsai.org) Received: from louis (louis.sci.brooklyn.cuny.edu [146.245.1.7]) by eastham.sci.brooklyn.cuny.edu (8.8.7/8.8.4) with SMTP id OAA06372 for ; Wed, 28 Jan 1998 14:55:51 -0500 (EST) Message-ID: <34CF8D41.384@dorsai.org> Date: Wed, 28 Jan 1998 14:55:45 -0500 From: Lawrence Goetz X-Mailer: Mozilla 3.03C (X11; I; SunOS 5.6 sun4u) MIME-Version: 1.0 To: freebsd-java@FreeBSD.ORG Subject: JDK 1.1.5, FreeBSD 3.0 & CTWM Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm working with my professor to get JDK 1.1.5 to work on FreeBSD 3.0. We are using CTWM as the window's manager. When I try to run a Java program that creates a window, I get a segmentation violation. This program works fine using Solaris with CDE. Even if I rlogin to the Solaris machine it causes the same segmentation violation on this machine. We have applied the patch and that doesn't solve it. The only time it worked is if some x configuration file for xinit is changed or removed does it work when CTWM is not loaded. However this worked one day and now we can not get it to work again. We are using Lesstif, not Motif on this system. If someone can please help, we'd appreciate it. Here is the very basic program the fails to run on our setup of FreeBSD: import java.awt.*; public class test { public static void main(String[] args) { Frame mywindow=new Frame("My Java Test"); mywindow.resize(100,200); mywindow.show(); } } Thank you, Lawrence Goetz From owner-freebsd-java Wed Jan 28 13:00:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21005 for java-outgoing; Wed, 28 Jan 1998 13:00:55 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from iglou.com (exim@iglou1.iglou.com [192.107.41.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA20962 for ; Wed, 28 Jan 1998 13:00:47 -0800 (PST) (envelope-from patrick@cre8tivegroup.com) Received: from gateway.cre8tivegroup.com [204.255.227.96] by iglou.com with smtp (8.7.3/8.6.12) id 0xxeaq-0006Zx-00; Wed, 28 Jan 1998 16:00:21 -0500 Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 In-Reply-To: <34CF8D41.384@dorsai.org> Date: Wed, 28 Jan 1998 15:58:31 -0500 (EST) Organization: The Creative Group From: Patrick Gardella To: Lawrence Goetz Subject: RE: JDK 1.1.5, FreeBSD 3.0 & CTWM Cc: freebsd-java@FreeBSD.ORG Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Which JDK 1.1.5 are you using? Did you get it from: ftp://hub.freebsd.org/pub/incoming/java/jdk1.1.5.tar.gz That's the latest which has a lot of fixes... Patrick On 28-Jan-98 Lawrence Goetz wrote: >I'm working with my professor to get JDK 1.1.5 to work on FreeBSD 3.0. >We are using CTWM as the window's manager. When I try to run a Java >program that creates a window, I get a segmentation violation. This >program works fine using Solaris with CDE. Even if I rlogin to the >Solaris machine it causes the same segmentation violation on this >machine. We have applied the patch and that doesn't solve it. The only >time it worked is if some x configuration file for xinit is changed or >removed does it work when CTWM is not loaded. However this worked one >day and now we can not get it to work again. We are using Lesstif, not >Motif on this system. If someone can please help, we'd appreciate it. > > >Here is the very basic program the fails to run on our setup of FreeBSD: > >import java.awt.*; > >public class test { > > public static void main(String[] args) { > Frame mywindow=new Frame("My Java Test"); > mywindow.resize(100,200); > mywindow.show(); > } >} > > >Thank you, > >Lawrence Goetz From owner-freebsd-java Wed Jan 28 13:10:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA23104 for java-outgoing; Wed, 28 Jan 1998 13:10:17 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA23008 for ; Wed, 28 Jan 1998 13:09:59 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id OAA03044; Wed, 28 Jan 1998 14:09:55 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id OAA05813; Wed, 28 Jan 1998 14:09:53 -0700 Date: Wed, 28 Jan 1998 14:09:53 -0700 Message-Id: <199801282109.OAA05813@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Lawrence Goetz Cc: freebsd-java@FreeBSD.ORG Subject: Re: JDK 1.1.5, FreeBSD 3.0 & CTWM In-Reply-To: <34CF8D41.384@dorsai.org> References: <34CF8D41.384@dorsai.org> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I'm working with my professor to get JDK 1.1.5 to work on FreeBSD 3.0. Try using my Motif-ified JDK port at: ftp://hub.freebsd.org/pub/incoming/java/jdk1.1.5.tar.gz This is based on both Keith and Damon's patches, but is linked against a version of Motif that can be distributed safely. Running your test program with that version on my 2.2.5 box works fine, as well as do *much* more complicated programs. (I do Java programming for a living. :) Nate From owner-freebsd-java Wed Jan 28 14:36:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA10369 for java-outgoing; Wed, 28 Jan 1998 14:36:55 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from corp.tivoli.com (corp.tivoli.com [146.84.1.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA10360 for ; Wed, 28 Jan 1998 14:36:52 -0800 (PST) (envelope-from ebrunett@dev.tivoli.com) Received: from kenya.dev.tivoli.com (kenya.dev.tivoli.com [146.84.26.101]) by corp.tivoli.com (8.8.7/8.8.7) with ESMTP id QAA11900; Wed, 28 Jan 1998 16:34:47 -0600 (CST) Received: (from ebrunett@localhost) by kenya.dev.tivoli.com (8.8.8/8.8.8) id QAA20561; Wed, 28 Jan 1998 16:36:19 -0600 (CST) Date: Wed, 28 Jan 1998 16:36:19 -0600 (CST) Message-Id: <199801282236.QAA20561@kenya.dev.tivoli.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Enrico Brunetta To: Nate Williams Cc: freebsd-java@FreeBSD.ORG Subject: Re: JDK 1.1.5, FreeBSD 3.0 & CTWM In-Reply-To: <199801282109.OAA05813@mt.sri.com> References: <34CF8D41.384@dorsai.org> <199801282109.OAA05813@mt.sri.com> X-Mailer: VM 6.22 under 19.15 XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Nate, good job. I just downloaded it. It seems much more stable on my 2.2.5-stable box, but... here's what happened when I was playing with the SwingSet demo program : /usr/local/jdk/bin/java -Dos.name=Windows -classpath .:/usr/home/enrico/java/swing/swing-0.7/swing.jar:/usr/home/enrico/java/swing/swing-0.7/windows.jar:/usr/home/enrico/java/swing/swing-0.7/motif.jar:/usr/home/enrico/java/swing/swing-0.7/jlf.jar:/usr/home/enrico/java/swing/swing-0.7/mac.jar:/usr/local/jdk/lib/classes.zip SwingSet file:/usr/home/enrico/java/swing/swing-0.7/doc/api assertion "mid->pendingq == SYS_MID_NULL" failed: file "../../../../src/freebsd/java/green_threads/src/signals.c", line 450 SIGABRT 6* abort (generated by abort(3) routine) Full thread dump: "Image Animator" (TID:0x203eacc0, sys_thread_t:0x215a2efc, state:CW) prio=2 sun.awt.image.GifFrame.dispose(GifImageDecoder.java:621) sun.awt.image.GifImageDecoder.readImage(GifImageDecoder.java:457) sun.awt.image.GifImageDecoder.produceImage(GifImageDecoder.java:223) sun.awt.image.InputStreamImageSource.doFetch(InputStreamImageSource.java:265) sun.awt.image.ImageFetcher.fetchloop(ImageFetcher.java:151) sun.awt.image.ImageFetcher.run(ImageFetcher.java:127) "TimerQueue" (TID:0x20422c90, sys_thread_t:0x21560efc, state:CW) prio=4 com.sun.java.swing.TimerQueue.run(TimerQueue.java:235) java.lang.Thread.run(Thread.java) "AWT-Finalizer" (TID:0x2041e1e0, sys_thread_t:0x2153cefc, state:CW) prio=9 java.lang.Object.wait(Object.java) sun.awt.AWTFinalizer.run(AWTFinalizer.java:48) "Screen Updater" (TID:0x2041dd68, sys_thread_t:0x214faefc, state:CW) prio=4 java.lang.Object.wait(Object.java) sun.awt.ScreenUpdater.nextEntry(ScreenUpdater.java:78) sun.awt.ScreenUpdater.run(ScreenUpdater.java:98) "AWT-Motif" (TID:0x204194b8, sys_thread_t:0x214b8efc, state:CW) prio=5 java.lang.Thread.run(Thread.java) "AWT-Input" (TID:0x204194d8, sys_thread_t:0x21497efc, state:CW) prio=5 "AWT-EventQueue-0" (TID:0x204194f0, sys_thread_t:0x21476efc, state:CW) prio=5 java.lang.Object.wait(Object.java) java.awt.EventQueue.getNextEvent(EventQueue.java:119) java.awt.EventDispatchThread.run(EventDispatchThread.java:55) "Finalizer thread" (TID:0x20416c18, sys_thread_t:0x21217efc, state:CW) prio=1 "Async Garbage Collector" (TID:0x20416c60, sys_thread_t:0x211f6efc, state:CW) prio=1 "Idle thread" (TID:0x20416cd8, sys_thread_t:0x211d5efc, state:R) prio=0 "Clock" (TID:0x20413088, sys_thread_t:0x211b4efc, state:R) prio=12 *current thread* "main" (TID:0x204130b0, sys_thread_t:0x54000, state:CW) prio=5 Monitor Cache Dump: (0x211f6efc): Waiting to be notified: "Async Garbage Collector" (0x211f6efc) sun.awt.motif.MToolkit@20419570/204736E0: Waiting to be notified: "AWT-Motif" (0x214b8efc) java.awt.EventQueue@20419540/20473B80: Waiting to be notified: "AWT-EventQueue-0" (0x21476efc) (0x215a2efc): Waiting to be notified: "Image Animator" (0x215a2efc) sun.awt.ScreenUpdater@2041DD68/20483EF8: Waiting to be notified: "Screen Updater" (0x214faefc) com.sun.java.swing.TimerQueue@20422C98/2053A808: Waiting to be notified: "TimerQueue" (0x21560efc) sun.awt.AWTFinalizer@2041E1E0/20487220: Waiting to be notified: "AWT-Finalizer" (0x2153cefc) Registered Monitor Dump: Thread queue lock: Waiting to be notified: "main" (0x54000) Name and type hash table lock: String intern lock: JNI pinning lock: JNI global reference lock: BinClass lock: Class loading lock: Java stack lock: Code rewrite lock: Heap lock: Has finalization queue lock: Finalize me queue lock: Waiting to be notified: "Finalizer thread" (0x21217efc) Monitor IO lock: Child death monitor: Event monitor: I/O monitor: Waiting to be notified: "AWT-Input" (0x21497efc) Alarm monitor: owner "Clock" (0x211b4efc, 1 entry) _malloc: Monitor registry: owner "Clock" (0x211b4efc, 1 entry) Thread Alarm Q: sys_thread_t 0x215a2efc [Timeout in 100 ms] sys_thread_t 0x21497efc [Timeout in 153 ms] sys_thread_t 0x211f6efc [Timeout in 225 ms] sys_thread_t 0x21560efc [Timeout in 620 ms] Abort trap - core dumped ------------------------------------- Any suggestions ? Enrico. Nate Williams (nate@mt.sri.com) wrote on Jan 28, 1998 14:09: >> I'm working with my professor to get JDK 1.1.5 to work on FreeBSD 3.0. > >Try using my Motif-ified JDK port at: > >ftp://hub.freebsd.org/pub/incoming/java/jdk1.1.5.tar.gz > >This is based on both Keith and Damon's patches, but is linked against a >version of Motif that can be distributed safely. > >Running your test program with that version on my 2.2.5 box works fine, >as well as do *much* more complicated programs. (I do Java programming >for a living. :) > > >Nate From owner-freebsd-java Wed Jan 28 14:46:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA11447 for java-outgoing; Wed, 28 Jan 1998 14:46:45 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA11406 for ; Wed, 28 Jan 1998 14:46:29 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id PAA03743; Wed, 28 Jan 1998 15:46:18 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id PAA06416; Wed, 28 Jan 1998 15:46:17 -0700 Date: Wed, 28 Jan 1998 15:46:17 -0700 Message-Id: <199801282246.PAA06416@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Enrico Brunetta Cc: Nate Williams , freebsd-java@FreeBSD.ORG Subject: Re: JDK 1.1.5, FreeBSD 3.0 & CTWM In-Reply-To: <199801282236.QAA20561@kenya.dev.tivoli.com> References: <34CF8D41.384@dorsai.org> <199801282109.OAA05813@mt.sri.com> <199801282236.QAA20561@kenya.dev.tivoli.com> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > good job. I didn't do *anything* but build the darn thing. Most of the credit goes to Damon and Keith who did the Lion's share of the work. > I just downloaded it. It seems much more stable on my 2.2.5-stable > box, but... here's what happened when I was playing with the > SwingSet demo program : I forwarded this onto our port mailing list, but it's also possible that this is due to a bug in the SwingSet. There are *TONS* of bugs in the Swing that we provoke on a pretty regular basis, so I wouldn't rule out it being a swing bug. However, that being said it shouldn't be able to crash the VM, so hopefully someone will get time to look into this. Nate From owner-freebsd-java Wed Jan 28 18:13:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA21005 for java-outgoing; Wed, 28 Jan 1998 18:13:23 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from gargoyle.bazzle.com (gargoyle.bazzle.com [206.103.246.189]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA20963 for ; Wed, 28 Jan 1998 18:13:14 -0800 (PST) (envelope-from ejc@bazzle.com) Received: (qmail 17500 invoked from network); 29 Jan 1998 02:12:56 -0000 Received: from gargoyle.bazzle.com (206.103.246.189) by gargoyle.bazzle.com with SMTP; 29 Jan 1998 02:12:56 -0000 Date: Wed, 28 Jan 1998 21:12:56 -0500 (EST) From: "Eric J. Chet" To: Nate Williams cc: freebsd-java@FreeBSD.ORG Subject: Re: JDK 1.1.5, FreeBSD 3.0 & CTWM In-Reply-To: <199801282246.PAA06416@mt.sri.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 Hello I just received my permission from sun to download JDK1.1.5. Are there a set of patches for the FreeBSD port? I do have XiG Motif to link a build against. I have been working with Visual Cafe under NT and would like to do more java work under FreeBSD. I just started taking up Java a month ago so it's new to me, but I should be able to help in the bug hunting efforts Thanks, Eric Chet -- ejchet@lucent.com || ejc@bazzle.com On Wed, 28 Jan 1998, Nate Williams wrote: > > good job. > > I didn't do *anything* but build the darn thing. Most of the credit > goes to Damon and Keith who did the Lion's share of the work. > > > I just downloaded it. It seems much more stable on my 2.2.5-stable > > box, but... here's what happened when I was playing with the > > SwingSet demo program : > > I forwarded this onto our port mailing list, but it's also possible that > this is due to a bug in the SwingSet. There are *TONS* of bugs in the > Swing that we provoke on a pretty regular basis, so I wouldn't rule out > it being a swing bug. However, that being said it shouldn't be able to > crash the VM, so hopefully someone will get time to look into this. > > > Nate > From owner-freebsd-java Wed Jan 28 18:43:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA26707 for java-outgoing; Wed, 28 Jan 1998 18:43:37 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA26668 for ; Wed, 28 Jan 1998 18:43:25 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id TAA05292; Wed, 28 Jan 1998 19:23:04 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id TAA08331; Wed, 28 Jan 1998 19:23:02 -0700 Date: Wed, 28 Jan 1998 19:23:02 -0700 Message-Id: <199801290223.TAA08331@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: "Eric J. Chet" Cc: Nate Williams , freebsd-java@FreeBSD.ORG Subject: Re: JDK 1.1.5, FreeBSD 3.0 & CTWM In-Reply-To: References: <199801282246.PAA06416@mt.sri.com> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I just received my permission from sun to download JDK1.1.5. > Are there a set of patches for the FreeBSD port? Not of the most recent build, but there are patches against older builds. Building patches is harder than it needs to be right now, so making them is non-trivial. > I do have XiG Motif to > link a build against. The build mentioned in the article is linked against Motif, so you're best bet is to download that and bug hunt away. Nate From owner-freebsd-java Thu Jan 29 03:30:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA20083 for java-outgoing; Thu, 29 Jan 1998 03:30:06 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from iglou.com (exim@iglou2.iglou.com [192.107.41.17]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id DAA20078 for ; Thu, 29 Jan 1998 03:30:03 -0800 (PST) (envelope-from patrick@cre8tivegroup.com) Received: from gateway.cre8tivegroup.com [204.255.227.83] by iglou.com with smtp (8.7.3/8.6.12) id 0xxsAL-0002vM-00; Thu, 29 Jan 1998 06:29:54 -0500 Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Thu, 29 Jan 1998 06:26:53 -0500 (EST) Organization: The Creative Group From: Patrick Gardella To: freebsd-java@FreeBSD.ORG, Nate Williams , (Java Port) Subject: JDK 1.1.5 port for FreeBSD 2.2.x Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe java" I have created a page for the new JDK 1.1.5 port beta. It can be found at: http://www.cre8tivegroup.com/jdk115.html If there are any comments or corrections, please let me know, and I'll make the changes. Patrick From owner-freebsd-java Thu Jan 29 09:53:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA14736 for java-outgoing; Thu, 29 Jan 1998 09:53:05 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.178]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA14731 for ; Thu, 29 Jan 1998 09:53:04 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id JAA02367; Thu, 29 Jan 1998 09:52:45 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199801291752.JAA02367@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: Patrick Gardella cc: freebsd-java@FreeBSD.ORG, Nate Williams , java-port@mt.sri.com (Java Port) Subject: Re: JDK 1.1.5 port for FreeBSD 2.2.x In-reply-to: Your message of "Thu, 29 Jan 1998 06:26:53 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 29 Jan 1998 09:52:45 -0800 From: Amancio Hasty Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe java" Hi, It looks good ! Tnks a lot Amancio From owner-freebsd-java Thu Jan 29 10:19:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA20944 for java-outgoing; Thu, 29 Jan 1998 10:19:15 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.178]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA20932 for ; Thu, 29 Jan 1998 10:19:10 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id KAA02631; Thu, 29 Jan 1998 10:18:59 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199801291818.KAA02631@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: Patrick Gardella cc: freebsd-java@FreeBSD.ORG, Nate Williams , java-port@mt.sri.com (Java Port) Subject: Re: JDK 1.1.5 port for FreeBSD 2.2.x In-reply-to: Your message of "Thu, 29 Jan 1998 06:26:53 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 29 Jan 1998 10:18:59 -0800 From: Amancio Hasty Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe java" Can you stick a list of cool java applets mostly as easy access for those interested in trying out java on their system. Tnks, Amancio From owner-freebsd-java Thu Jan 29 10:27:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA21808 for java-outgoing; Thu, 29 Jan 1998 10:27:02 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from iglou.com (exim@iglou1.iglou.com [192.107.41.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA21799 for ; Thu, 29 Jan 1998 10:27:00 -0800 (PST) (envelope-from patrick@cre8tivegroup.com) Received: from gateway.cre8tivegroup.com [204.255.227.83] by iglou.com with smtp (8.7.3/8.6.12) id 0xxycd-0006Hz-00; Thu, 29 Jan 1998 13:23:32 -0500 Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199801291818.KAA02631@rah.star-gate.com> Date: Thu, 29 Jan 1998 13:22:43 -0500 (EST) Organization: The Creative Group From: Patrick Gardella To: Amancio Hasty Subject: Re: JDK 1.1.5 port for FreeBSD 2.2.x Cc: (Java Port) , Nate Williams , freebsd-java@FreeBSD.ORG Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe java" Sure, any ones in particular? I use ICQ and AOL Instant Messenger. Patrick On 29-Jan-98 Amancio Hasty wrote: > >Can you stick a list of cool java applets mostly as easy access >for those interested in trying out java on their system. > > Tnks, > Amancio From owner-freebsd-java Thu Jan 29 10:30:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA22493 for java-outgoing; Thu, 29 Jan 1998 10:30:00 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.178]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA22458 for ; Thu, 29 Jan 1998 10:29:56 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id KAA02733; Thu, 29 Jan 1998 10:29:46 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199801291829.KAA02733@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: Patrick Gardella cc: java-port@mt.sri.com (Java Port), Nate Williams , freebsd-java@FreeBSD.ORG Subject: Re: JDK 1.1.5 port for FreeBSD 2.2.x In-reply-to: Your message of "Thu, 29 Jan 1998 13:22:43 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 29 Jan 1998 10:29:46 -0800 From: Amancio Hasty Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe java" Java Wave Edit is a nice program. http://rummelplatz.uni-mannheim.de/~boemers/JaWavedit/ Work in progress however very intriguing is a quicken style applet : http://seanreilly.com/java/moneydance.html Would love for some one to beef up this applet Cheers, Amancio From owner-freebsd-java Thu Jan 29 10:53:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA26436 for java-outgoing; Thu, 29 Jan 1998 10:53:13 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.178]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA26418 for ; Thu, 29 Jan 1998 10:53:11 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id KAA02900; Thu, 29 Jan 1998 10:51:21 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199801291851.KAA02900@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: Patrick Gardella cc: java-port@mt.sri.com (Java Port), Nate Williams , freebsd-java@FreeBSD.ORG Subject: Re: JDK 1.1.5 port for FreeBSD 2.2.x In-reply-to: Your message of "Thu, 29 Jan 1998 13:22:43 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 29 Jan 1998 10:51:21 -0800 From: Amancio Hasty Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe java" SUBJECT code/misc/NetComponents - Internet protocols for Java URL http://www.oroinc.com/ (Code) DESCRIPTION NetComponents(TM) 1.2.3 provides one-stop shopping for all your IETF protocol Java programming needs. Add access to FTP and NNTP servers to your Java applications, send and check email with SMTP and POP3 classes, or automate access to Telnet accessible resources. You can do it all with NetComponents(TM). .... PLATFORM Java 1.1.3 and up PRICE Free for commercial or non-commercial use. See license for exact details. ----- I have not tried it out however it does look like a nice collection to add to the list and for exercising the jdk port 8) Cheers, Amancio From owner-freebsd-java Thu Jan 29 11:01:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA27817 for java-outgoing; Thu, 29 Jan 1998 11:01:54 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from iglou.com (exim@iglou2.iglou.com [192.107.41.17]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA27811 for ; Thu, 29 Jan 1998 11:01:52 -0800 (PST) (envelope-from patrick@cre8tivegroup.com) Received: from gateway.cre8tivegroup.com [204.255.227.83] by iglou.com with smtp (8.7.3/8.6.12) id 0xxzCB-0002AM-00; Thu, 29 Jan 1998 14:00:16 -0500 Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199801291829.KAA02733@rah.star-gate.com> Date: Thu, 29 Jan 1998 13:59:44 -0500 (EST) Organization: The Creative Group From: Patrick Gardella To: Amancio Hasty Subject: Re: JDK 1.1.5 port for FreeBSD 2.2.x Cc: freebsd-java@FreeBSD.ORG, (Java Port) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe java" These have been added to the list. Patrick On 29-Jan-98 Amancio Hasty wrote: >Java Wave Edit is a nice program. > >http://rummelplatz.uni-mannheim.de/~boemers/JaWavedit/ > >Work in progress however very intriguing is a quicken style applet : > >http://seanreilly.com/java/moneydance.html > >Would love for some one to beef up this applet > > Cheers, > Amancio From owner-freebsd-java Thu Jan 29 12:10:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA09700 for java-outgoing; Thu, 29 Jan 1998 12:10:03 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from Kitten.mcs.com (Kitten.mcs.com [192.160.127.90]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA09654 for ; Thu, 29 Jan 1998 12:10:01 -0800 (PST) (envelope-from fredriks@Mercury.mcs.net) Received: from Mercury.mcs.net (fredriks@Mercury.mcs.net [192.160.127.80]) by Kitten.mcs.com (8.8.7/8.8.2) with ESMTP id OAA07043; Thu, 29 Jan 1998 14:09:59 -0600 (CST) Received: (from fredriks@localhost) by Mercury.mcs.net (8.8.7/8.8.2) id OAA08632; Thu, 29 Jan 1998 14:09:58 -0600 (CST) From: Lars Fredriksen Message-Id: <199801292009.OAA08632@Mercury.mcs.net> Subject: Re: JDK 1.1.5, FreeBSD 3.0 & CTWM To: nate@mt.sri.com (Nate Williams) Date: Thu, 29 Jan 1998 14:09:58 -0600 (CST) Cc: enrico@tivoli.com, nate@mt.sri.com, freebsd-java@FreeBSD.ORG In-Reply-To: <199801282246.PAA06416@mt.sri.com> from "Nate Williams" at Jan 28, 98 03:46:17 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe java" Nate Williams writes: > > > good job. > > I didn't do *anything* but build the darn thing. Most of the credit > goes to Damon and Keith who did the Lion's share of the work. > > > I just downloaded it. It seems much more stable on my 2.2.5-stable > > box, but... here's what happened when I was playing with the > > SwingSet demo program : > > I forwarded this onto our port mailing list, but it's also possible that > this is due to a bug in the SwingSet. There are *TONS* of bugs in the > Swing that we provoke on a pretty regular basis, so I wouldn't rule out > it being a swing bug. However, that being said it shouldn't be able to > crash the VM, so hopefully someone will get time to look into this. > > > Nate > I just ran the swingset stuff under current without any such incident. Using the 1.1.5 (latest motif jdk). Lars -- ------------------------------------------------------------------- Lars Fredriksen fredriks@mcs.com (home) lars@fredriks-2.pr.mcs.net (home-home) From owner-freebsd-java Thu Jan 29 13:57:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA29966 for java-outgoing; Thu, 29 Jan 1998 13:57:02 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from kakapo.pinnacle.co.nz (pinsoft.internet.co.nz [202.37.141.181] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA29943 for ; Thu, 29 Jan 1998 13:56:56 -0800 (PST) (envelope-from jonc@pinnacle.co.nz) Received: from tui.pinnacle.co.nz (tui.pinnacle.co.nz [202.37.163.3]) by kakapo.pinnacle.co.nz (8.8.8/8.8.8) with ESMTP id KAA15417 for ; Fri, 30 Jan 1998 10:57:21 +1300 (NZDT) Received: from localhost (jonc@localhost) by tui.pinnacle.co.nz (8.8.8/8.8.8) with SMTP id KAA02081 for ; Fri, 30 Jan 1998 10:57:10 +1300 (NZDT) X-Authentication-Warning: tui.pinnacle.co.nz: jonc owned process doing -bs Date: Fri, 30 Jan 1998 10:57:09 +1300 (NZDT) From: Jonathan Chen Reply-To: Jonathan Chen To: freebsd-java@FreeBSD.ORG Subject: The latest JDK 1.1.5 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 X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe java" The latest JDK 1.1.5 release by Nate Williams looks like the best one yet (hey, Swing doesn't crash it :-)! Has anyone submitted information to java.sun.com about this latest FreeBSD port for JDK 1.1.5 to java.sun.com's list of other-os-ports yet? -- Jonathan Chen | "Vini, vidi, velcro... | I came, I saw, I stuck around" From owner-freebsd-java Thu Jan 29 15:06:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA12426 for java-outgoing; Thu, 29 Jan 1998 15:06:56 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA12419 for ; Thu, 29 Jan 1998 15:06:51 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id QAA12989; Thu, 29 Jan 1998 16:06:47 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id QAA12774; Thu, 29 Jan 1998 16:06:46 -0700 Date: Thu, 29 Jan 1998 16:06:46 -0700 Message-Id: <199801292306.QAA12774@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Jonathan Chen Cc: freebsd-java@FreeBSD.ORG Subject: Re: The latest JDK 1.1.5 In-Reply-To: References: X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe java" > The latest JDK 1.1.5 release by Nate Williams looks like the best one > yet (hey, Swing doesn't crash it :-)! > > Has anyone submitted information to java.sun.com about this latest > FreeBSD port for JDK 1.1.5 to java.sun.com's list of other-os-ports > yet? Wait a bit. I'm in the process of making it 'more official'. Maybe this weekend. :) Nate From owner-freebsd-java Thu Jan 29 18:43:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA20214 for java-outgoing; Thu, 29 Jan 1998 18:43:16 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from quackerjack.cc.vt.edu (quackerjack.cc.vt.edu [198.82.160.250]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA20199 for ; Thu, 29 Jan 1998 18:43:13 -0800 (PST) (envelope-from jobaldwi@vt.edu) Received: from sable.cc.vt.edu (sable.cc.vt.edu [128.173.16.30]) by quackerjack.cc.vt.edu (8.8.8/8.8.8) with ESMTP id VAA19526 for ; Thu, 29 Jan 1998 21:45:16 -0500 (EST) Received: from phoenix (as2511-22.sl004.cns.vt.edu [128.173.36.75]) by sable.cc.vt.edu (8.8.8/8.8.8) with SMTP id VAA24622 for ; Thu, 29 Jan 1998 21:43:06 -0500 (EST) Message-Id: <199801300243.VAA24622@sable.cc.vt.edu> X-Sender: jobaldwi@mail.vt.edu X-Mailer: Windows Eudora Light Version 1.5.2 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Thu, 29 Jan 1998 21:42:58 +0500 To: freebsd-java@FreeBSD.ORG From: John Baldwin Subject: Good job guys... Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe java" Hi all, Since I don't have any experience programming with BSD or X (yet) I have just quietly watched the progress of the JDK port. I finally d/l'd it today, and I'm very much impressed with the quality of the work. Some things that were buggy in the 1.1.3 release I use in NT worked great in the 1.1.5 port. I just wanted to say thanks and that you all did a good job. Keep up the good work. - John Baldwin jobaldwi@vt.edu jbaldwin@freedomnet.com Join the military, meet interesting people, and kill them. Peace through superior firepower. Happiness is a belt-fed weapon. From owner-freebsd-java Thu Jan 29 18:55:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA22220 for java-outgoing; Thu, 29 Jan 1998 18:55:21 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from cs1.cityscope.net (cs1.cityscope.net [206.222.183.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA22184 for ; Thu, 29 Jan 1998 18:55:19 -0800 (PST) (envelope-from bahwi@cityscope.net) Received: from cs1.cityscope.net.net (pm1-102.cityscope.net [209.16.48.102]) by cs1.cityscope.net (8.8.8/8.6.9) with SMTP id UAA23509 for ; Thu, 29 Jan 1998 20:59:26 -0600 Message-Id: <199801300259.UAA23509@cs1.cityscope.net> Comments: Authenticated sender is From: "bahwi" To: freebsd-java@FreeBSD.ORG Date: Wed, 28 Jan 1998 20:52:13 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Good job guys... Reply-to: bahwi@technologist.com In-reply-to: <199801300243.VAA24622@sable.cc.vt.edu> X-mailer: Pegasus Mail for Win32 (v2.54) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe java" I'd have to agree, I haven't downloaded it yet but without the JDK ported I'd have to use Linux or something else. Thanks all > Since I don't have any experience programming with BSD or X (yet) I have > just quietly watched the progress of the JDK port. I finally d/l'd it > today, and I'm very much impressed with the quality of the work. Some > things that were buggy in the 1.1.3 release I use in NT worked great in the > 1.1.5 port. I just wanted to say thanks and that you all did a good job. > Keep up the good work. -bahwi email- bahwi@technologist.com ICQ Name: bahwi UIN: 3328936 iChat Name: bahwi -EOF From owner-freebsd-java Thu Jan 29 19:35:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA26926 for java-outgoing; Thu, 29 Jan 1998 19:35:45 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.178]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA26919 for ; Thu, 29 Jan 1998 19:35:43 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id TAA04789; Thu, 29 Jan 1998 19:35:27 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199801300335.TAA04789@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 to: jkh@time.cdrom.com cc: Patrick Gardella , java-port@mt.sri.com (Java Port), Nate Williams , freebsd-java@FreeBSD.ORG Subject: Re: JDK 1.1.5 port for FreeBSD 2.2.x In-reply-to: Your message of "Thu, 29 Jan 1998 13:22:43 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 29 Jan 1998 19:35:27 -0800 From: Amancio Hasty Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe java" Care to add an http pointer to our new java web page ? 8) on wwww.freebsd.org Java Applications Support Doucumnation .... If anyone has any corrections now is a good time to raise them. Tnks, Amancio From owner-freebsd-java Fri Jan 30 01:26:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA25840 for java-outgoing; Fri, 30 Jan 1998 01:26:52 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.178]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA25835 for ; Fri, 30 Jan 1998 01:26:48 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id BAA01640 for ; Fri, 30 Jan 1998 01:26:46 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199801300926.BAA01640@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: freebsd-java@FreeBSD.ORG Subject: Netcomponents 8) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 30 Jan 1998 01:26:46 -0800 From: Amancio Hasty Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe java" Just playing a little with NetComponents see http://www.cre8tivegroup.com/jdk11 5.html for pointer to it. {hasty} java newsgroups news.3dfx.com 3dfx.test 3dfx.d3d.drivers 3dfx.glide 3dfx.events 3dfx.products 3dfx.oem.products.diamond.monster3d 3dfx.oem.products.orchid.righteous3d 3dfx.games.glquake 3dfx.oem.products.realvision.flash3d 3dfx.oem.products.hercules.stingray128-3d 3dfx.oem.products.quantum3d.obsidian 3dfx.glide.linux 3dfx.game.support 3dfx.game.upcoming 3dfx.game.requests 3dfx.game.discussion ... It is very cool also the ftp class appears to work. Have fun, Amancio From owner-freebsd-java Fri Jan 30 05:28:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA28715 for java-outgoing; Fri, 30 Jan 1998 05:28:49 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from iglou.com (exim@iglou2.iglou.com [192.107.41.17]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id FAA28679 for ; Fri, 30 Jan 1998 05:28:46 -0800 (PST) (envelope-from patrick@cre8tivegroup.com) Received: from gateway.cre8tivegroup.com [204.255.227.114] by iglou.com with esmtp (8.7.3/8.6.12) id 0xyGUp-0004Sj-00; Fri, 30 Jan 1998 08:28:39 -0500 Message-ID: X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199801300335.TAA04789@rah.star-gate.com> Date: Fri, 30 Jan 1998 08:28:34 -0500 (EST) Organization: The Creative Group From: Patrick Gardella To: Amancio Hasty Subject: Re: JDK 1.1.5 port for FreeBSD 2.2.x Cc: freebsd-java@FreeBSD.ORG, (Java Port) , jkh@time.cdrom.com Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe java" We can just move it there. That was the intent all along. Patrick (P.S. I don't have the authority to log into hub, so someone else will need to do it!) On 30-Jan-98 Amancio Hasty wrote: > > Care to add an http pointer to our new java web page ? 8) > > on wwww.freebsd.org > Java Applications Support Doucumnation .... > > If anyone has any corrections now is a good time to raise them. > > Tnks, > Amancio From owner-freebsd-java Fri Jan 30 11:05:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA27729 for java-outgoing; Fri, 30 Jan 1998 11:05:41 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.178]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA27724; Fri, 30 Jan 1998 11:05:39 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id LAA08782; Fri, 30 Jan 1998 11:05:33 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199801301905.LAA08782@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 to: hackers@FreeBSD.ORG cc: Patrick Gardella , freebsd-java@FreeBSD.ORG, java-port@mt.sri.com (Java Port), jkh@time.cdrom.com Subject: Re: JDK 1.1.5 port for FreeBSD 2.2.x In-reply-to: Your message of "Fri, 30 Jan 1998 08:28:34 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 30 Jan 1998 11:05:31 -0800 From: Amancio Hasty Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe java" Say who can add a Java Web Page link to www.freebsd.org ? Tnks, Amancio > We can just move it there. That was the intent all along. > > Patrick > > (P.S. I don't have the authority to log into hub, so someone else will need to > do it!) > > On 30-Jan-98 Amancio Hasty wrote: > > > > Care to add an http pointer to our new java web page ? 8) > > > > on wwww.freebsd.org > > Java Applications Support Doucumnation .... > > > > If anyone has any corrections now is a good time to raise them. > > > > Tnks, > > Amancio From owner-freebsd-java Fri Jan 30 11:12:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA28697 for java-outgoing; Fri, 30 Jan 1998 11:12:41 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from vax.dyn.ml.org (den141.bewell.net [209.54.97.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA28689 for ; Fri, 30 Jan 1998 11:12:37 -0800 (PST) (envelope-from su@vax.dyn.ml.org) Received: (from root@localhost) by vax.dyn.ml.org (8.8.7/8.8.7) id MAA03340 for FreeBSD-Java@freebsd.org; Fri, 30 Jan 1998 12:17:54 -0700 (MST) (envelope-from su) Message-Id: <199801301917.MAA03340@vax.dyn.ml.org> Subject: jdk115 installation problems To: FreeBSD-Java@FreeBSD.ORG Date: Fri, 30 Jan 1998 12:17:54 -0700 (MST) From: tzsg@bewellnet.com X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe java" Hi. What am i doing wrong here? bash# /usr/local/jdk1.1.5/bin/i386/green_threads/java -version java version "jdk1.1-dap:1998/01/22-11:56" bash# /usr/local/jdk1.1.5/bin/java <--script wrapper Segmentation fault (core dumped) bash# /usr/local/jdk1.1.5/bin/javac Segmentation fault - core dumped bash# /usr/local/jdk1.1.5/bin/i386/green_threads/javac Unable to initialize threads: cannot find class java/lang/Thread bash# export CLASSPATH="/usr/local/jdk1.1.5/lib/classes.zip" bash# /usr/local/jdk1.1.5/bin/i386/green_threads/javac Unable to initialize threads: cannot find class java/lang/Thread weird, ha? what can i do about to resolv this? thanks From owner-freebsd-java Fri Jan 30 11:27:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA01086 for java-outgoing; Fri, 30 Jan 1998 11:27:59 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from iglou.com (exim@iglou2.iglou.com [192.107.41.17]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA01078 for ; Fri, 30 Jan 1998 11:27:57 -0800 (PST) (envelope-from patrick@cre8tivegroup.com) Received: from gateway.cre8tivegroup.com [204.255.227.106] by iglou.com with esmtp (8.7.3/8.6.12) id 0xyM6O-0000U7-00; Fri, 30 Jan 1998 14:27:49 -0500 Message-ID: X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199801301917.MAA03340@vax.dyn.ml.org> Date: Fri, 30 Jan 1998 14:27:47 -0500 (EST) Organization: The Creative Group From: Patrick Gardella To: tzsg@bewellnet.com Subject: RE: jdk115 installation problems Cc: FreeBSD-Java@FreeBSD.ORG Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe java" A more stable version is availible at: ftp://hub.freebsd.org/pub/incoming/java/jdk1.1.5.tar.gz This is compiled agains Motif, which makes it run much better. Damon, the guy who did your port, is a member of the team who developed this one. See http://www.cre8tivegroup.com/jdk115.html for specifics. I would say the current problems you are having is due to either the shell expected (/bin/ksh) or not having CLASSPATH set. The new version doesn't require ksh. And the web page explains how to set the CLASSPATH. Patrick On 30-Jan-98 tzsg@bewellnet.com wrote: > > Hi. What am i doing wrong here? > > bash# /usr/local/jdk1.1.5/bin/i386/green_threads/java -version > java version "jdk1.1-dap:1998/01/22-11:56" > > bash# /usr/local/jdk1.1.5/bin/java <--script wrapper > Segmentation fault (core dumped) > > bash# /usr/local/jdk1.1.5/bin/javac > Segmentation fault - core dumped > > bash# /usr/local/jdk1.1.5/bin/i386/green_threads/javac > Unable to initialize threads: cannot find class java/lang/Thread > > bash# export CLASSPATH="/usr/local/jdk1.1.5/lib/classes.zip" > bash# /usr/local/jdk1.1.5/bin/i386/green_threads/javac > Unable to initialize threads: cannot find class java/lang/Thread > > weird, ha? > what can i do about to resolv this? > thanks From owner-freebsd-java Fri Jan 30 11:36:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA02250 for java-outgoing; Fri, 30 Jan 1998 11:36:14 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA02245 for ; Fri, 30 Jan 1998 11:36:13 -0800 (PST) (envelope-from archie@whistle.com) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id LAA02594; Fri, 30 Jan 1998 11:35:05 -0800 (PST) Received: from bubba.whistle.com(207.76.205.7) by whistle.com via smap (V1.3) id sma002587; Fri Jan 30 11:34:37 1998 Received: (from archie@localhost) by bubba.whistle.com (8.8.7/8.6.12) id LAA15454; Fri, 30 Jan 1998 11:34:36 -0800 (PST) From: Archie Cobbs Message-Id: <199801301934.LAA15454@bubba.whistle.com> Subject: bug in MulticastSocket.setInterface() To: freebsd-java@FreeBSD.ORG Date: Fri, 30 Jan 1998 11:34:36 -0800 (PST) Cc: java-port@mt.sri.com X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe java" When I run the program below, I get this exception: $ java test.McastTest address is foo.bar.com/192.168.1.10 creating socket setting iface java.net.SocketException: invalid DatagramSocket option at java.net.PlainDatagramSocketImpl.setOption(PlainDatagramSocketImpl.java:155) at java.net.MulticastSocket.setInterface(MulticastSocket.java:179) at test.McastTest.main(McastTest.java:22) There seems to be some bug in the setInterface() method. Has any one else seen this, or better yet fixed it? This is using ftp://hub.freebsd.org/pub/incoming/java/jdk1.1.5.tar.gz (downloaded last night) on 2.2.5. Thanks, -Archie P.S. CC'ing this to java-port@mt.sri.com, though I don't subscribe... freebsd-java replies please trim CC list if/when appropriate. ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com package test; import java.lang.*; import java.io.*; import java.net.*; public class McastTest { public static void main(String[] args) throws Exception { InetAddress addr = InetAddress.getLocalHost(); System.err.println("address is " + addr); // join a Multicast group and send the group salutations byte[] msg = {'H', 'e', 'l', 'l', 'o'}; InetAddress group = InetAddress.getByName("228.5.6.7"); System.err.println("creating socket"); MulticastSocket s = new MulticastSocket(6789); System.err.println("setting iface"); // this line causes problems; comment it out and get no crash s.setInterface(addr); System.err.println("joining group"); s.joinGroup(group); DatagramPacket hi = new DatagramPacket(msg, msg.length, group, 6789); System.err.println("sending packet"); s.send(hi); // get their responses! byte[] buf = new byte[1000]; DatagramPacket recv = new DatagramPacket(buf, buf.length); System.err.println("receiving packet"); s.receive(recv); // OK, I'm done talking - leave the group... System.err.println("leaving group"); s.leaveGroup(group); } } From owner-freebsd-java Fri Jan 30 12:58:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA18159 for java-outgoing; Fri, 30 Jan 1998 12:58:49 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.178]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA18151 for ; Fri, 30 Jan 1998 12:58:47 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id MAA26400; Fri, 30 Jan 1998 12:58:31 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199801302058.MAA26400@rah.star-gate.com> To: Archie Cobbs cc: freebsd-java@FreeBSD.ORG, java-port@mt.sri.com, hasty@rah.star-gate.com Subject: Re: bug in MulticastSocket.setInterface() In-reply-to: Your message of "Fri, 30 Jan 1998 11:34:36 PST." <199801301934.LAA15454@bubba.whistle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <26397.886193911.1@rah> Date: Fri, 30 Jan 1998 12:58:31 -0800 From: Amancio Hasty Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe java" Can you mail us the java program?? Tnks, Amancio From owner-freebsd-java Fri Jan 30 14:14:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA05694 for java-outgoing; Fri, 30 Jan 1998 14:14:16 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from mail.csi.UOttawa.CA (root@mail.csi.uottawa.ca [137.122.24.142]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA05555 for ; Fri, 30 Jan 1998 14:13:39 -0800 (PST) (envelope-from Keith.White@site.uottawa.ca) Received: from infoaf.csi.uottawa.ca (kwhite@infoaf.csi.uottawa.ca [137.122.24.39]) by mail.csi.UOttawa.CA (8.6.9/8.6.9) with SMTP id RAA02060; Fri, 30 Jan 1998 17:13:40 -0500 Date: Fri, 30 Jan 1998 17:06:56 -0500 (EST) From: Keith White Reply-To: Keith.White@site.uottawa.ca Subject: RE: bug in MulticastSocket.setInterface() To: Archie Cobbs cc: freebsd-java@FreeBSD.ORG, java-port@mt.sri.com In-Reply-To: Archie Cobbs's message of Fri, 30 Jan 1998 11:34:36 -0800 (PST): <199801301934.LAA15454@bubba.whistle.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 X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe java" > When I run the program below, I get this exception: > > $ java test.McastTest > address is foo.bar.com/192.168.1.10 > creating socket > setting iface > java.net.SocketException: invalid DatagramSocket option > at java.net.PlainDatagramSocketImpl.setOption(PlainDatagramSocketImpl.java:155) > at java.net.MulticastSocket.setInterface(MulticastSocket.java:179) > at test.McastTest.main(McastTest.java:22) > > There seems to be some bug in the setInterface() method. Has any one > else seen this, or better yet fixed it? > ... Thanks to your sample program, yes. A shall commit a fix (for the port) shortly. For source licensees: the problem is with the JIP_MULTICAST_IF definition in freebsd/src/socket.c ...keith -- Keith White, EITI/SITE, University of Ottawa kwhite@site.uottawa.ca [+1 613 562 5800 x6681] FAX [+1 613 562 5187] From owner-freebsd-java Fri Jan 30 14:15:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA06105 for java-outgoing; Fri, 30 Jan 1998 14:15:37 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA06081 for ; Fri, 30 Jan 1998 14:15:32 -0800 (PST) (envelope-from archie@whistle.com) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id OAA04354; Fri, 30 Jan 1998 14:05:08 -0800 (PST) Received: from bubba.whistle.com(207.76.205.7) by whistle.com via smap (V1.3) id sma004347; Fri Jan 30 14:04:57 1998 Received: (from archie@localhost) by bubba.whistle.com (8.8.7/8.6.12) id OAA17321; Fri, 30 Jan 1998 14:04:57 -0800 (PST) From: Archie Cobbs Message-Id: <199801302204.OAA17321@bubba.whistle.com> Subject: Re: bug in MulticastSocket.setInterface() In-Reply-To: <199801302058.MAA26400@rah.star-gate.com> from Amancio Hasty at "Jan 30, 98 12:58:31 pm" To: hasty@rah.star-gate.com (Amancio Hasty) Date: Fri, 30 Jan 1998 14:04:57 -0800 (PST) Cc: freebsd-java@FreeBSD.ORG, java-port@mt.sri.com X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe java" Amancio Hasty writes: > Can you mail us the java program?? Uh... take a closer look at my original email :-) -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com From owner-freebsd-java Fri Jan 30 19:09:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA29747 for java-outgoing; Fri, 30 Jan 1998 19:09:00 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from bangkok.office.cdsnet.net (bangkok.office.cdsnet.net [204.118.245.49]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA29722 for ; Fri, 30 Jan 1998 19:08:57 -0800 (PST) (envelope-from cts@bangkok.office.cdsnet.net) Received: (from cts@localhost) by bangkok.office.cdsnet.net (8.8.8/8.8.5) id TAA24210; Fri, 30 Jan 1998 19:08:55 -0800 (PST) Date: Fri, 30 Jan 1998 19:08:55 -0800 (PST) Message-Id: <199801310308.TAA24210@bangkok.office.cdsnet.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Craig Spannring To: freebsd-java@FreeBSD.ORG Subject: Bug in java.lang.Process.waitFor()? X-Mailer: VM 6.31 under Emacs 19.34.1 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe java" I can't seem to get the waitFor() to ever return. The problem appears in both jdk1.1.5 port and the jdk1.1.2 for FreeBSD. The waitFor() in the Windows jdk1.1.4 seems to work fine the way I'm using it. BTW- I'm running 2.2.5-STABLE. Example- import java.lang.Runtime; import java.lang.Process; public class WaitProblem { public static void main(String argv[]) throws java.io.IOException, java.lang.InterruptedException { String cmd[] = {"grep", "foo", "afile"}; Runtime rt = Runtime.getRuntime(); Process p; System.out.println("Executing the command"); p = rt.exec(cmd); System.out.println("Command should be running"); p.waitFor(); // never gets here System.out.println("Command should be done"); } } -- ======================================================================= Life is short. | Craig Spannring Ski hard, Bike fast. | cts@cdsnet.net --------------------------------+------------------------------------ Any sufficiently perverted technology is indistinguishable from Perl. ======================================================================= From owner-freebsd-java Fri Jan 30 21:47:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA19732 for java-outgoing; Fri, 30 Jan 1998 21:47:51 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA19727 for ; Fri, 30 Jan 1998 21:47:50 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id WAA24582; Fri, 30 Jan 1998 22:47:04 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id WAA19669; Fri, 30 Jan 1998 22:47:01 -0700 Date: Fri, 30 Jan 1998 22:47:01 -0700 Message-Id: <199801310547.WAA19669@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Craig Spannring Cc: freebsd-java@FreeBSD.ORG Subject: Re: Bug in java.lang.Process.waitFor()? In-Reply-To: <199801310308.TAA24210@bangkok.office.cdsnet.net> References: <199801310308.TAA24210@bangkok.office.cdsnet.net> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe java" > I can't seem to get the waitFor() to ever return. The problem appears > in both jdk1.1.5 port and the jdk1.1.2 for FreeBSD. The waitFor() in > the Windows jdk1.1.4 seems to work fine the way I'm using it. ... > import java.lang.Runtime; > import java.lang.Process; > > > public class WaitProblem > { > public static void main(String argv[]) > throws java.io.IOException, java.lang.InterruptedException > { > String cmd[] = {"grep", "foo", "afile"}; > Runtime rt = Runtime.getRuntime(); > Process p; > > System.out.println("Executing the command"); > p = rt.exec(cmd); > System.out.println("Command should be running"); > p.waitFor(); > // never gets here > System.out.println("Command should be done"); > } > } Hmm, you're right, this is indeed a bug. Thanks for reporting it! Nate From owner-freebsd-java Sat Jan 31 12:26:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA00454 for java-outgoing; Sat, 31 Jan 1998 12:26:27 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA00449 for ; Sat, 31 Jan 1998 12:26:26 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id NAA00776; Sat, 31 Jan 1998 13:26:24 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id NAA21411; Sat, 31 Jan 1998 13:24:02 -0700 Date: Sat, 31 Jan 1998 13:24:02 -0700 Message-Id: <199801312024.NAA21411@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Craig Spannring Cc: freebsd-java@FreeBSD.ORG Subject: Re: Bug in java.lang.Process.waitFor()? In-Reply-To: <199801310308.TAA24210@bangkok.office.cdsnet.net> References: <199801310308.TAA24210@bangkok.office.cdsnet.net> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe java" > I can't seem to get the waitFor() to ever return. The problem appears > in both jdk1.1.5 port and the jdk1.1.2 for FreeBSD. The waitFor() in > the Windows jdk1.1.4 seems to work fine the way I'm using it. For what it's worth, the fix to the waitFor() problem was quite simple and due to some code that Damon added. That code might be necessary for some other feature, but he has house guests and (apparently) hasn't been near his computer to answer email. However, after that was fixed, it revealed another problem we have with the FD reaper threads that are created when a process is instantiated, which causes the applet/application to never exit when it should unless you explicitly add a 'System.exit(0)' call at the end. I'm working on this, and hope to have a fix committed and a new JDK release rolled before the end of the weekend. Nate