From owner-freebsd-java Sun Mar 7 21:34:32 1999 Delivered-To: freebsd-java@freebsd.org Received: from picasso.wcape.school.za (picasso.wcape.school.za [196.21.102.12]) by hub.freebsd.org (Postfix) with ESMTP id 73E5314E16 for ; Sun, 7 Mar 1999 21:34:12 -0800 (PST) (envelope-from pvh@leftside.wcape.school.za) Received: from uucp by picasso.wcape.school.za with local-rmail (Exim 2.05 #1) id 10JsfM-0006Ol-00; Mon, 8 Mar 1999 07:33:24 +0200 Received: from localhost (pvh@localhost) by leftside.wcape.school.za (8.9.3/8.9.2) with SMTP id HAA01151; Mon, 8 Mar 1999 07:22:42 +0200 (SAST) (envelope-from pvh@leftside.wcape.school.za) Date: Mon, 8 Mar 1999 07:22:41 +0200 (SAST) From: Peter van Heusden To: Alex Le Heux Cc: freebsd-java@FreeBSD.ORG Subject: Re: netbeans? In-Reply-To: <36E06A67.3903F4B9@funk.org> 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 On Sat, 6 Mar 1999, Alex Le Heux wrote: > Hi, > > Has anyone managed to get Netbeans running at an acceptable speed? > > I'm running it on a 366MHz machine and it's the slowest thing I've seen > since I tried to run OS/2 on a 386SX-16 with 4mb. With a JIT (I use TYA), Netbeans seems to run quite speedily. It is, however, a memory pig. Peter -- Peter van Heusden | Its the 90's, and collective action is STILL cool! pvh@leftside.wcape.school.za | Get active in your union today! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Mar 9 16:11:16 1999 Delivered-To: freebsd-java@freebsd.org Received: from WEBBSD1.turnaround.com.au (webbsd1.turnaround.com.au [203.39.138.49]) by hub.freebsd.org (Postfix) with ESMTP id DF51E14F8E for ; Tue, 9 Mar 1999 16:11:11 -0800 (PST) (envelope-from J_Shevland@TurnAround.com.au) Received: from tasshev (dhcp110.turnaround.com.au [192.168.1.110] (may be forged)) by WEBBSD1.turnaround.com.au (8.8.7/8.8.7) with SMTP id LAA00423 for ; Wed, 10 Mar 1999 11:14:38 +1100 (EST) (envelope-from J_Shevland@TurnAround.com.au) Reply-To: From: "Joe Shevland" To: Subject: Java wrapper/Jikes question Date: Wed, 10 Mar 1999 11:06:18 +1100 Message-ID: <000b01be6a89$d27465e0$6e01a8c0@tasshev.turnaround.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Importance: Normal Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I'm using the latest JDK 1.1.7 on 3.1-RELEASE. To speed up the GnuJSP page compilation, I installed the jikes ports. Is it safe for me to just soft link javac to jikes in the jdk bin directory? It seems fine so far... but are there cases where the flags are different or anything else to be cautious of? Cheers, Joe. -- Joe Shevland Principal Consultant Turnaround Solutions Pty. Ltd. Ph: +61-03-6224-9146 * Fax: +61-03-6223-2556 -- FreeBSD - The Power to Serve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Mar 9 21: 8:59 1999 Delivered-To: freebsd-java@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id 1FA8C14D7D for ; Tue, 9 Mar 1999 21:08: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 WAA18950; Tue, 9 Mar 1999 22:08:08 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id WAA07739; Tue, 9 Mar 1999 22:07:56 -0700 Date: Tue, 9 Mar 1999 22:07:56 -0700 Message-Id: <199903100507.WAA07739@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Cc: Subject: Re: Java wrapper/Jikes question In-Reply-To: <000b01be6a89$d27465e0$6e01a8c0@tasshev.turnaround.com.au> References: <000b01be6a89$d27465e0$6e01a8c0@tasshev.turnaround.com.au> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I'm using the latest JDK 1.1.7 on 3.1-RELEASE. To speed up the GnuJSP page > compilation, I installed the jikes ports. Is it safe for me to just soft > link javac to jikes in the jdk bin directory? Since I have no idea what GnuJSP is, I'll assume that you have no way of modifying it to call 'jikes' instead of javac? If it can be modified, I'd modify it to use 'jikes' instead of javac. It seems fine so far... but > are there cases where the flags are different or anything else to be > cautious of? 'jikes -deprecation' is not supported, but otherwise it's almost 100% compatible at the command line with javac. In our build setup, we've replaced the 'JAVAC' environment variable with 'jikes', and we have no problems whatsoever. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Mar 9 21:23:44 1999 Delivered-To: freebsd-java@freebsd.org Received: from WEBBSD1.turnaround.com.au (webbsd1.turnaround.com.au [203.39.138.49]) by hub.freebsd.org (Postfix) with ESMTP id 2ECD114F96 for ; Tue, 9 Mar 1999 21:23:40 -0800 (PST) (envelope-from J_Shevland@TurnAround.com.au) Received: from tasshev (dhcp110.turnaround.com.au [192.168.1.110] (may be forged)) by WEBBSD1.turnaround.com.au (8.8.7/8.8.7) with SMTP id QAA03093; Wed, 10 Mar 1999 16:27:07 +1100 (EST) (envelope-from J_Shevland@TurnAround.com.au) Reply-To: From: "Joe Shevland" To: "Nate Williams" Cc: Subject: RE: Java wrapper/Jikes question Date: Wed, 10 Mar 1999 16:18:45 +1100 Message-ID: <000001be6ab5$78369360$6e01a8c0@tasshev.turnaround.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <199903100507.WAA07739@mt.sri.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sounds good, I still haven't experienced any problems (and geez its fast!). Just by-the-by, GnuJSP is Gnu's Java Server Pages implementation of the JSP 0.91 specification. JSP pages work very similar to MS's Active Server Pages (dynamic page generation based on scripting tags and embedded objects). So you can embed Java code in HTML for things like db access, session tracking etc. It operates using a single servlet and an Apache action handler for *.jsp files. Any time after the *.jsp file changes, and then 'hit' by a client, it is recompiled into a servlet class and loaded into memory. That's one of the beauties of JSP, the servlets remain in memory so there's no latency for loading from disk i.e CGI. Cheers, Joe. -- Joe Shevland Principal Consultant Turnaround Solutions Pty. Ltd. Ph: +61-03-6224-9146 * Fax: +61-03-6223-2556 -- Make money and the whole world will conspire to call you a gentleman. -Mark Twain > -----Original Message----- > From: Nate Williams [mailto:nate@mt.sri.com] > Sent: Wednesday, March 10, 1999 4:08 PM > To: J_Shevland@TurnAround.com.au > Cc: freebsd-java@FreeBSD.ORG > Subject: Re: Java wrapper/Jikes question > > > > I'm using the latest JDK 1.1.7 on 3.1-RELEASE. To speed up the > GnuJSP page > > compilation, I installed the jikes ports. Is it safe for me to just soft > > link javac to jikes in the jdk bin directory? > > Since I have no idea what GnuJSP is, I'll assume that you have no way of > modifying it to call 'jikes' instead of javac? If it can be modified, > I'd modify it to use 'jikes' instead of javac. > > It seems fine so far... but > > are there cases where the flags are different or anything else to be > > cautious of? > > 'jikes -deprecation' is not supported, but otherwise it's almost 100% > compatible at the command line with javac. > > In our build setup, we've replaced the 'JAVAC' environment variable with > 'jikes', and we have no problems whatsoever. > > > Nate > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Mar 9 22:41:59 1999 Delivered-To: freebsd-java@freebsd.org Received: from rah.star-gate.com (rah.star-gate.com [209.249.129.138]) by hub.freebsd.org (Postfix) with ESMTP id 139BF14D97 for ; Tue, 9 Mar 1999 22:41:56 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.9.1/8.8.8) with ESMTP id WAA16159; Tue, 9 Mar 1999 22:40:38 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199903100640.WAA16159@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: J_Shevland@TurnAround.com.au Cc: "Nate Williams" , freebsd-java@FreeBSD.ORG Subject: Re: Java wrapper/Jikes question In-reply-to: Your message of "Wed, 10 Mar 1999 16:18:45 +1100." <000001be6ab5$78369360$6e01a8c0@tasshev.turnaround.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 09 Mar 1999 22:40:38 -0800 From: Amancio Hasty Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Not sure what the purpose is of creating a soft link to point to the jdk. Just modify your servlet configuration file to use jikes. Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Mar 9 23:49:32 1999 Delivered-To: freebsd-java@freebsd.org Received: from WEBBSD1.turnaround.com.au (webbsd1.turnaround.com.au [203.39.138.49]) by hub.freebsd.org (Postfix) with ESMTP id 81A1B150B2 for ; Tue, 9 Mar 1999 23:49:29 -0800 (PST) (envelope-from J_Shevland@TurnAround.com.au) Received: from TurnAround.com.au (ras3.turnaround.com.au [192.168.1.114]) by WEBBSD1.turnaround.com.au (8.8.7/8.8.7) with ESMTP id SAA03942; Wed, 10 Mar 1999 18:52:51 +1100 (EST) (envelope-from J_Shevland@TurnAround.com.au) Message-ID: <36E6209F.161A73B3@TurnAround.com.au> Date: Wed, 10 Mar 1999 18:34:55 +1100 From: Joe Shevland Organization: Turnaround Solutions Pty. Ltd. X-Mailer: Mozilla 4.5 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: Amancio Hasty Cc: Nate Williams , freebsd-java@FreeBSD.ORG Subject: Re: Java wrapper/Jikes question References: <199903100640.WAA16159@rah.star-gate.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org That's what I was after :) but I think I'm being misleading or unclear. I think you must be able to specify to the GnuJSP servlet what Java compiler to use (javac/jikes) when compiling the JSP files in to servlets dynamically. Soft-linking javac to point to the jikes binary seems OK to me for now... I've just renamed the previous javac link to javac_old. Unless I'm dodging important stuff in the .java_wrapper file? I haven't tried it under X yet but it shouldn't make a difference for the compiler (there's no javac_X). I wouldn't have thought the servlet configuration would handle where to look for the actual compiler, only the runtime... Just something I noticed, what's the difference between the 'jre' and the 'java' executables in the i386/green_threads directory? Cheers, Joe. Amancio Hasty wrote: > > Not sure what the purpose is of creating a soft link to point to the jdk. Just > modify > your servlet configuration file to use jikes. > > Amancio > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message -- Joe Shevland Principal Consultant TurnAround Solutions Pty Ltd http://www.turnaround.com.au/ -- FreeBSD - The Power to Serve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Mar 10 0:10:38 1999 Delivered-To: freebsd-java@freebsd.org Received: from web2.spiders.net (web2.spiders.net [206.24.0.6]) by hub.freebsd.org (Postfix) with SMTP id A3D461507F for ; Wed, 10 Mar 1999 00:07:54 -0800 (PST) (envelope-from gwh@web2.spiders.net) Received: (qmail 21918 invoked by uid 2511); 10 Mar 1999 08:07:30 -0000 Date: Wed, 10 Mar 1999 03:07:30 -0500 From: "Gene W. Homicki" To: Joe Shevland Cc: freebsd-java@FreeBSD.ORG Subject: Re: Java wrapper/Jikes question Message-ID: <19990310030730.D11566@spiders.com> References: <199903100640.WAA16159@rah.star-gate.com> <36E6209F.161A73B3@TurnAround.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <36E6209F.161A73B3@TurnAround.com.au>; from Joe Shevland on Wed, Mar 10, 1999 at 06:34:55PM +1100 Organization: Objective Consulting, Inc. Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Joe, +--- | That's what I was after :) but I think I'm being misleading or unclear. | | I wouldn't have thought the servlet configuration would handle where to | look for the actual compiler, only the runtime... +--- Have you read the INSTALL file that comes with gnujsp? I have 0.9.8 installed, and if I remember correctly, the INSTALL file has pretty clear instructions on how to use jikes instead of the default builtin-javac by changing the servlet init params. If you still can't figure it out, let me know and I'll send you some sample configuration info. Gene -- Gene W. Homicki gwh@spiders.com Objective Consulting, Inc. http://www.spiders.com/ Internet Application Design voice: +1 914.524.4151 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Mar 10 0:15:23 1999 Delivered-To: freebsd-java@freebsd.org Received: from rah.star-gate.com (rah.star-gate.com [209.249.129.138]) by hub.freebsd.org (Postfix) with ESMTP id DEE4A15068 for ; Wed, 10 Mar 1999 00:15:03 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.9.1/8.8.8) with ESMTP id AAA16648; Wed, 10 Mar 1999 00:14:07 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199903100814.AAA16648@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Joe Shevland Cc: Nate Williams , freebsd-java@FreeBSD.ORG Subject: Re: Java wrapper/Jikes question In-reply-to: Your message of "Wed, 10 Mar 1999 18:34:55 +1100." <36E6209F.161A73B3@TurnAround.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 10 Mar 1999 00:14:07 -0800 From: Amancio Hasty Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Lets anchor the discussion . GnuJSP implements the Sun Java Server Pages specifications . Something is needed to execute the class org.gjt.jsp.JSPServlet that somehing usually is a servlet engine. In apache you may configure jsp as follows: Sample Apache JServ configuration file Hello.properties: .... # Servlet Aliases ################## # This defines aliases from which servlets can be invoked. # Each alias give a new instance of the servlet. This means that if a servlet # is invoked both by class name and by alias name, it will result in _TWO_ # instances of the servlet being created. # Syntax: servlet.[alias].code=[classname] (String) # Default: NONE # servlet.snoop.code=SnoopServlet # servlet.hello.code=org.fool.Dummy servlet.jsp.code=org.gjt.jsp.JSPServlet servlet.jsp.initArgs=classfiles=/maxtor/k-serv/gsp-classes,compiler=/usr/local/ bin/jikes,compiler.options= - classpath .:/maxtor/k-serv/gsp-classes:/maxtor/k-serv/classes/jsdk.jar:/maxtor/ k-serv/classes:/maxtor/k-serv /classes/gnujsp.jar:/maxtor/k-serv/gsp-classes/ gsp-classes is the directory where the compiled jsp pages ended up in jserv.properties: .... wrapper.classpath=/maxtor/k-serv/classes/gnujsp.jar wrapper.classpath=/maxtor/k-serv/gsp-classes jserv.conf: ..... ... How to tell apache how to handle java server pages ... # Syntax: ApJServMountCopy [on/off] # Default: "On" # Note: This directive is meaninful only when virtual hosts are being used ApJServMountCopy on # Executes a servlet passing filename with proper extension in PATH_TRANSLATED # property of servlet request. # Syntax: ApJServAction [extension] [servlet-uri] # Defaults: NONE # Notes: This is used for external tools such as JSP (Java Servlet Pages), # GSP (GNU Server Pages) or Java server side include. ApJServAction .jsp /example/jsp Got to alias /example The above to say the least is rather cryptic so if you are interested in configuring apache / Jserv see: http://www.servletcentral.com/1999-01/jserv.dchtml Have fun Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Mar 10 0:15:28 1999 Delivered-To: freebsd-java@freebsd.org Received: from WEBBSD1.turnaround.com.au (webbsd1.turnaround.com.au [203.39.138.49]) by hub.freebsd.org (Postfix) with ESMTP id CA5A615062 for ; Wed, 10 Mar 1999 00:14:58 -0800 (PST) (envelope-from J_Shevland@TurnAround.com.au) Received: from TurnAround.com.au (ras3.turnaround.com.au [192.168.1.114]) by WEBBSD1.turnaround.com.au (8.8.7/8.8.7) with ESMTP id TAA04068; Wed, 10 Mar 1999 19:18:26 +1100 (EST) (envelope-from J_Shevland@TurnAround.com.au) Message-ID: <36E6269F.180D58AD@TurnAround.com.au> Date: Wed, 10 Mar 1999 19:00:31 +1100 From: Joe Shevland Organization: Turnaround Solutions Pty. Ltd. X-Mailer: Mozilla 4.5 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: "Gene W. Homicki" Cc: freebsd-java@FreeBSD.ORG Subject: Re: Java wrapper/Jikes question References: <199903100640.WAA16159@rah.star-gate.com> <36E6209F.161A73B3@TurnAround.com.au> <19990310030730.D11566@spiders.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sorry I missed it, you're completely correct. Thankyou, Joe. "Gene W. Homicki" wrote: > > Joe, > > +--- > | That's what I was after :) but I think I'm being misleading or unclear. > | > | I wouldn't have thought the servlet configuration would handle where to > | look for the actual compiler, only the runtime... > +--- > > Have you read the INSTALL file that comes with gnujsp? I have 0.9.8 > installed, and if I remember correctly, the INSTALL file has pretty > clear instructions on how to use jikes instead of the default > builtin-javac by changing the servlet init params. > > If you still can't figure it out, let me know and I'll send you some > sample configuration info. > > Gene > > -- > Gene W. Homicki gwh@spiders.com > Objective Consulting, Inc. http://www.spiders.com/ > Internet Application Design voice: +1 914.524.4151 -- Joe Shevland Principal Consultant TurnAround Solutions Pty Ltd http://www.turnaround.com.au/ -- FreeBSD - The Power to Serve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Mar 10 14:39:41 1999 Delivered-To: freebsd-java@freebsd.org Received: from cdsmail.creativedesign.com (mail.creativedesign.com [207.135.94.175]) by hub.freebsd.org (Postfix) with SMTP id A5D9E15187 for ; Wed, 10 Mar 1999 14:39:31 -0800 (PST) (envelope-from KeithD@creativedesign.com) Received: by mail.creativedesign.com with Internet Mail Service (5.5.2232.9) id ; Wed, 10 Mar 1999 14:42:38 -0800 Message-ID: From: Keith Deutsch To: "'freebsd-java@freebsd.org'" Subject: jdk1.2 Date: Wed, 10 Mar 1999 14:42:37 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am a developer building a java application on FreeBSD. I would like to try using the Jini framework to turn it into a distributed app. Unfortunately, Jini requires jdk1.2, which is not yet available on FreeBSD. However, I was recently told that there is a fairly complete developers implementation in circulation. I'd really appreciate any information on how I might get a developers version of the 1.2 jdk for use in my Jini experiments. Thanks, Keith Deutsch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Mar 10 15:42:34 1999 Delivered-To: freebsd-java@freebsd.org Received: from flash.tibco.com (Splash.TIBCO.COM [192.216.111.239]) by hub.freebsd.org (Postfix) with SMTP id B31F715094 for ; Wed, 10 Mar 1999 15:42:25 -0800 (PST) (envelope-from liao@tibco.com) Received: by flash.tibco.com (4.1/1.37) id AA01610; Wed, 10 Mar 99 15:39:47 PST Received: from tssgate.tibco.com(160.101.20.20) by flash.tibco.com via smap (V1.3) id sma001474; Wed Mar 10 15:35:45 1999 Received: from tibco.com ([160.101.26.170]) by tekbspa.tibco.com (4.1/SMI-4.1) id AA09306; Wed, 10 Mar 99 15:36:11 PST Message-Id: <36E70561.14F75F75@tibco.com> Date: Wed, 10 Mar 1999 15:50:57 -0800 From: Bob Liao X-Mailer: Mozilla 4.06 [en] (Win98; U) Mime-Version: 1.0 To: freebsd-java@freebsd.org Subject: jre1.1.7 core dump on FreeBSD 3.1 (intel) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello! I've downloaded jdk1.1.7.V98-12-21.tar.gz from www.freebsd.org/java and successfully installed in on our FreeBSD 3.1 machine (intel box). When I run either java or jre, I get a "Floating point exception" and I get a core file. Please advise if there were some required patches or other considerations in using JDK1.1.7 on FreeBSD 3.1. Thanks, Bob Liao liao@tibco.com P.S. I could send you the core file if it is useful. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Mar 10 17: 6:59 1999 Delivered-To: freebsd-java@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id CD9DC14EEF for ; Wed, 10 Mar 1999 17:06:57 -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 SAA27661; Wed, 10 Mar 1999 18:06:39 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id SAA12218; Wed, 10 Mar 1999 18:06:27 -0700 Date: Wed, 10 Mar 1999 18:06:27 -0700 Message-Id: <199903110106.SAA12218@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Keith Deutsch Cc: "'freebsd-java@freebsd.org'" Subject: Re: jdk1.2 In-Reply-To: References: X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I am a developer building a java application on FreeBSD. I would like to try > using the Jini framework to turn it into a distributed app. Unfortunately, > Jini requires jdk1.2, which is not yet available on FreeBSD. However, I was > recently told that there is a fairly complete developers implementation in > circulation. Someone lied to you, or they know something I don't know. I know of nothing close to complete for FreeBSD. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Mar 10 17: 7:51 1999 Delivered-To: freebsd-java@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id A586415190 for ; Wed, 10 Mar 1999 17:07:36 -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 SAA27665; Wed, 10 Mar 1999 18:07:18 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id SAA12226; Wed, 10 Mar 1999 18:07:06 -0700 Date: Wed, 10 Mar 1999 18:07:06 -0700 Message-Id: <199903110107.SAA12226@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Bob Liao Cc: freebsd-java@FreeBSD.ORG Subject: Re: jre1.1.7 core dump on FreeBSD 3.1 (intel) In-Reply-To: <36E70561.14F75F75@tibco.com> References: <36E70561.14F75F75@tibco.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I've downloaded jdk1.1.7.V98-12-21.tar.gz from www.freebsd.org/java and > successfully installed in on our FreeBSD 3.1 machine (intel box). When > I run either java or jre, I get a "Floating point exception" and I get a > core file. Please advise if there were some required patches or other > considerations in using JDK1.1.7 on FreeBSD 3.1. None that I'm aware of. Are you using a 386 box or something that might cause floating point exceptions? Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Mar 10 17:22:44 1999 Delivered-To: freebsd-java@freebsd.org Received: from mur3.odyssey.on.ca (mur3.odyssey.on.ca [209.213.224.2]) by hub.freebsd.org (Postfix) with ESMTP id 2B5B314E9C for ; Wed, 10 Mar 1999 17:22:41 -0800 (PST) (envelope-from kevin.v@odyssey.on.ca) Received: from odyssey.on.ca (ts22-41.odyssey.on.ca [209.213.233.141]) by mur3.odyssey.on.ca (8.9.1/Odyssey) with ESMTP id UAA06248 for ; Wed, 10 Mar 1999 20:22:21 -0500 (EST) Message-ID: <36E71AF1.9CEA975E@odyssey.on.ca> Date: Wed, 10 Mar 1999 20:22:57 -0500 From: "kevin.v" X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: Re: jdk1.2 References: <199903110106.SAA12218@mt.sri.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > I am a developer building a java application on FreeBSD. I would like to try > > using the Jini framework to turn it into a distributed app. Unfortunately, > > Jini requires jdk1.2, which is not yet available on FreeBSD. However, I was > > recently told that there is a fairly complete developers implementation in > > circulation. > > Someone lied to you, or they know something I don't know. I know of > nothing close to complete for FreeBSD. Perhaps he is referring to the linux pre-release? its available at http://www.wisp.net/~sbb/ -- Gregory D Lewis recently posted to this list on 99-03-05 concerning this. keep in mind its a prerelease; and that we're running it under emulation, too :) kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Mar 10 17:34:12 1999 Delivered-To: freebsd-java@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id 67275150E9 for ; Wed, 10 Mar 1999 17:34:10 -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 SAA27869; Wed, 10 Mar 1999 18:33:51 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id SAA12371; Wed, 10 Mar 1999 18:33:40 -0700 Date: Wed, 10 Mar 1999 18:33:40 -0700 Message-Id: <199903110133.SAA12371@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: "kevin.v" Cc: freebsd-java@FreeBSD.ORG Subject: Re: jdk1.2 In-Reply-To: <36E71AF1.9CEA975E@odyssey.on.ca> References: <199903110106.SAA12218@mt.sri.com> <36E71AF1.9CEA975E@odyssey.on.ca> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>> I am a developer building a java application on FreeBSD. I would >>> like to try using the Jini framework to turn it into a distributed >>> app. Unfortunately, Jini requires jdk1.2, which is not yet available >>> on FreeBSD. However, I was recently told that there is a fairly >>> complete developers implementation in circulation. >> >> Someone lied to you, or they know something I don't know. I know of >> nothing close to complete for FreeBSD. > Perhaps he is referring to the linux pre-release? its available at > http://www.wisp.net/~sbb/ -- Gregory D Lewis recently posted to this > list on 99-03-05 concerning this. keep in mind its a prerelease; and > that we're running it under emulation, too :) The Linux stuff is now 'released' on www.blackdown.org, but I don't remember Greg's posting of how this worked. Does it work on FreeBSD? Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Mar 10 17:40:48 1999 Delivered-To: freebsd-java@freebsd.org Received: from staff.maths.adelaide.edu.au (staff.maths.adelaide.edu.au [129.127.44.1]) by hub.freebsd.org (Postfix) with ESMTP id F3B0F151C1 for ; Wed, 10 Mar 1999 17:40:15 -0800 (PST) (envelope-from glewis@maths.adelaide.edu.au) Received: (from glewis@localhost) by staff.maths.adelaide.edu.au (8.9.2/8.9.2/UofA-1.5) id MAA04275 for java@freebsd.org; Thu, 11 Mar 1999 12:09:57 +1030 (CST) From: Gregory D Lewis Message-Id: <199903110139.MAA04275@staff.maths.adelaide.edu.au> Subject: Re: jdk1.2 In-Reply-To: <199903110133.SAA12371@mt.sri.com> from Nate Williams at "Mar 10, 1999 06:33:40 pm" To: java@freebsd.org Date: Thu, 11 Mar 1999 12:09:56 +1030 (CST) X-Mailer: ELM [version 2.4ME+ PL49 (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 > > Perhaps he is referring to the linux pre-release? its available at > > http://www.wisp.net/~sbb/ -- Gregory D Lewis recently posted to this > > list on 99-03-05 concerning this. keep in mind its a prerelease; and > > that we're running it under emulation, too :) > > The Linux stuff is now 'released' on www.blackdown.org, but I don't > remember Greg's posting of how this worked. Does it work on FreeBSD? That's 'cos I didn't post how it works, only the announcement :). I don't know if it works under emulation or not, I'm waiting for my 3.1 cd's and then I'll upgrade and try it (I want 3.1 to do the kernel threads emulation so the Linux-jdk native threads have a chance of working). Of course, someone who has 3.1 already could try this! My experience with emulation is that it probably will work, but I can't verify that for sure. -- Greg Lewis Applied Maths Department Email : glewis@maths.adelaide.edu.au University of Adelaide -- With a rubber duck, one's never alone. -- "The Hitchhiker's Guide to the Galaxy" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Mar 10 17:41:35 1999 Delivered-To: freebsd-java@freebsd.org Received: from WEBBSD1.turnaround.com.au (webbsd1.turnaround.com.au [203.39.138.49]) by hub.freebsd.org (Postfix) with ESMTP id E231F15197 for ; Wed, 10 Mar 1999 17:41:32 -0800 (PST) (envelope-from J_Shevland@TurnAround.com.au) Received: from tasshev (dhcp110.turnaround.com.au [192.168.1.110] (may be forged)) by WEBBSD1.turnaround.com.au (8.8.7/8.8.7) with SMTP id MAA09190; Thu, 11 Mar 1999 12:44:58 +1100 (EST) (envelope-from J_Shevland@TurnAround.com.au) Reply-To: From: "Joe Shevland" To: "Nate Williams" , "kevin.v" Cc: Subject: RE: jdk1.2 Date: Thu, 11 Mar 1999 12:36:28 +1100 Message-ID: <001601be6b5f$9573ec20$6e01a8c0@tasshev.turnaround.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <199903110133.SAA12371@mt.sri.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Importance: Normal Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Instead of everyone going from scratch, can we use the Linux sources as a better starting point than the Solaris reference ones? How are people's impressions of the source code so far? Unfortunately my efforts are a combination of learning the FBSD kernel and also the JDK source so I'm going pretty slooow. Regards, Joe. -- Joe Shevland Principal Consultant Turnaround Solutions Pty. Ltd. Ph: +61-03-6224-9146 * Fax: +61-03-6223-2556 > -----Original Message----- > From: owner-freebsd-java@FreeBSD.ORG > [mailto:owner-freebsd-java@FreeBSD.ORG]On Behalf Of Nate Williams > Sent: Thursday, March 11, 1999 12:34 PM > To: kevin.v > Cc: freebsd-java@FreeBSD.ORG > Subject: Re: jdk1.2 > > > >>> I am a developer building a java application on FreeBSD. I would > >>> like to try using the Jini framework to turn it into a distributed > >>> app. Unfortunately, Jini requires jdk1.2, which is not yet available > >>> on FreeBSD. However, I was recently told that there is a fairly > >>> complete developers implementation in circulation. > >> > >> Someone lied to you, or they know something I don't know. I know of > >> nothing close to complete for FreeBSD. > > > Perhaps he is referring to the linux pre-release? its available at > > http://www.wisp.net/~sbb/ -- Gregory D Lewis recently posted to this > > list on 99-03-05 concerning this. keep in mind its a prerelease; and > > that we're running it under emulation, too :) > > The Linux stuff is now 'released' on www.blackdown.org, but I don't > remember Greg's posting of how this worked. Does it work on FreeBSD? > > > Nate > > > 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 Wed Mar 10 17:44:25 1999 Delivered-To: freebsd-java@freebsd.org Received: from 54.org (54.org [209.241.234.135]) by hub.freebsd.org (Postfix) with ESMTP id ACA1C14E92 for ; Wed, 10 Mar 1999 17:44:18 -0800 (PST) (envelope-from claudia@54.org) Received: from 54.org (ip20-235-modem.sb.net [209.241.235.20]) by 54.org (8.9.1/8.9.1) with ESMTP id RAA08809 for ; Wed, 10 Mar 1999 17:43:40 -0800 (PST) Message-ID: <36E71FD7.84D49623@54.org> Date: Wed, 10 Mar 1999 17:43:51 -0800 From: Claudia Figueroa Reply-To: alfredm@hotmail.com X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: Java 2 Platform Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Any word on a Java 2 Platform port? -alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Mar 10 20:22:18 1999 Delivered-To: freebsd-java@freebsd.org Received: from cafe.muraoka.info.waseda.ac.jp (cafe.muraoka.info.waseda.ac.jp [133.9.68.49]) by hub.freebsd.org (Postfix) with ESMTP id 6811A14D70 for ; Wed, 10 Mar 1999 20:22:14 -0800 (PST) (envelope-from shudoh@muraoka.info.waseda.ac.jp) Received: from muraoka.info.waseda.ac.jp (shudoh@localhost [127.0.0.1]) by cafe.muraoka.info.waseda.ac.jp (8.9.1a/3.7W) with ESMTP id NAA03845; Thu, 11 Mar 1999 13:20:50 +0900 Message-Id: <199903110420.NAA03845@cafe.muraoka.info.waseda.ac.jp> To: Nate Williams Cc: freebsd-java@FreeBSD.ORG Subject: Re: jre1.1.7 core dump on FreeBSD 3.1 (intel) In-reply-to: Your message of "Wed, 10 Mar 1999 18:07:06 MST." <199903110107.SAA12226@mt.sri.com> Date: Thu, 11 Mar 1999 13:20:50 +0900 From: SHUDO Kazuyuki Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > When > > I run either java or jre, I get a "Floating point exception" and I get a > > core file. > None that I'm aware of. Are you using a 386 box or something that might > cause floating point exceptions? FreeBSD don't mask some floating point exceptions which are masked on initial state of x87. Overflow(OM), Devided by zero(ZM) and illegal operation(IM) aren't masked. Does JDK for FreeBSD change these FPU exception masks from default value? We can investigate the states of the masks by the following code: #include int main(int argc, char **argv) { unsigned short cw; __asm__("fnstcw %0" : "=m"(cw)); printf("FPU control word: 0x%04x\n", (int)cw); return 0; } The code shows FPU control word. On linux: 0x037f On FreeBSD: 0x1272 Kazuyuki SHUDO Happy Hacking! Muraoka Lab., Grad. School of Sci. & Eng., Waseda Univ. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Mar 10 21:30:18 1999 Delivered-To: freebsd-java@freebsd.org Received: from poboxer.pobox.com (unknown [208.149.16.4]) by hub.freebsd.org (Postfix) with ESMTP id 77D3014D70 for ; Wed, 10 Mar 1999 21:30:14 -0800 (PST) (envelope-from alk@poboxer.pobox.com) Received: (from alk@localhost) by poboxer.pobox.com (8.9.3/8.9.1) id XAA17387; Wed, 10 Mar 1999 23:29:10 -0600 (CST) (envelope-from alk) From: Tony Kimball MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 10 Mar 1999 23:29:10 -0600 (CST) X-Face: \h9Jg:Cuivl4S*UP-)gO.6O=T]]@ncM*tn4zG);)lk#4|lqEx=*talx?.Gk,dMQU2)ptPC17cpBzm(l'M|H8BUF1&]dDCxZ.c~Wy6-j,^V1E(NtX$FpkkdnJixsJHE95JlhO 5\M3jh'YiO7KPCn0~W`Ro44_TB@&JuuqRqgPL'0/{):7rU-%.*@/>q?1&Ed Reply-To: alk@pobox.com To: J_Shevland@TurnAround.com.au Cc: freebsd-java@FreeBSD.ORG Subject: RE: jdk1.2 References: <199903110133.SAA12371@mt.sri.com> <001601be6b5f$9573ec20$6e01a8c0@tasshev.turnaround.com.au> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14055.21342.371839.348088@avalon.east> Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Quoth Joe Shevland on Thu, 11 March: : Instead of everyone going from scratch, can we use the Linux sources as a : better starting point than the Solaris reference ones? There are no diffs at the blackdown site yet. "In a few days" it says. If you wanted to Elf-ify 1.1.7 OTOH, between the working Linux 1.1.7 diffs at ftp://xfer.nitric.com/pub/java-linux/JDK-1.1.7/common/jdk-1.1.7-v1a.diffs.gz and the working a.out port on fly, you'd be almost there already. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Mar 10 23:19:12 1999 Delivered-To: freebsd-java@freebsd.org Received: from fever.semiotek.com (host-062.canadiantire.ca [209.146.201.62]) by hub.freebsd.org (Postfix) with ESMTP id 78CB214FB6 for ; Wed, 10 Mar 1999 23:18:44 -0800 (PST) (envelope-from reader@fever.semiotek.com) Received: (from reader@localhost) by fever.semiotek.com (8.8.8/8.8.7) id CAA09704 for freebsd-java@FreeBSD.org; Thu, 11 Mar 1999 02:18:26 -0500 (EST) (envelope-from reader) Message-ID: <19990311021826.B9151@semiotek.com> Date: Thu, 11 Mar 1999 02:18:26 -0500 From: Justin Wells To: freebsd-java@FreeBSD.org Subject: Re: jdk1.2 Mail-Followup-To: freebsd-java@FreeBSD.org References: <199903110133.SAA12371@mt.sri.com> <001601be6b5f$9573ec20$6e01a8c0@tasshev.turnaround.com.au> <14055.21342.371839.348088@avalon.east> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.1i In-Reply-To: <14055.21342.371839.348088@avalon.east>; from Tony Kimball on Wed, Mar 10, 1999 at 11:29:10PM -0600 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hey Nate, These questions about JDK 1.2 are only going to increase in frequency as people begin to use it on other platforms. It might be an idea to include some porting status information on the website. Right now it doesn't even mention whether a JDK port is underway. I know it is from reading this list, but it'd be nice if I could check the status now and then just by hitting a URL. This is going to be especially important since the license for JDK 1.2 sources doesn't allow you to release a version until it meets all the compatibility tests. So there will be a longer than usual delay before a release makes it out the door, and people are likely to get a bit antsy waiting for it. I know I will :-) A web page saying, "Keep waiting, we're working on it" would give me that warm fuzzy feeling. Justin PS: Great work! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Mar 11 7:10:35 1999 Delivered-To: freebsd-java@freebsd.org Received: from cr343877-a.wlfdle1.on.wave.home.com (cr343877-a.wlfdle1.on.wave.home.com [24.112.75.79]) by hub.freebsd.org (Postfix) with ESMTP id 0F9EE153BE for ; Thu, 11 Mar 1999 07:10:30 -0800 (PST) (envelope-from bsdlist@cr343877-a.wlfdle1.on.wave.home.com) Received: from chicago5.lansa.com (chicago5.lansa.com [38.225.188.5]) by cr343877-a.wlfdle1.on.wave.home.com (8.8.8/8.8.8) with SMTP id LAA00988 for ; Thu, 11 Mar 1999 11:06:12 -0500 (EST) (envelope-from bsdlist@cr343877-a.wlfdle1.on.wave.home.com) Message-ID: <002601be6bd1$512ec8b0$c21ea8c0@trainc.lansa.com> From: "Edward Ing" To: Received: from TRAINC by chicago5.lansa.com via smtpd (for cr343877-a.wlfdle1.on.wave.home.com [24.112.75.79]) with SMTP; 11 Mar 1999 15:19:17 UT Subject: No answer on Mailing list archive. Date: Thu, 11 Mar 1999 09:10:35 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0023_01BE6B9F.05984570" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0023_01BE6B9F.05984570 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I could not find any reference to Java 1.2 on the mailing list archive. So my question is: Is there going to be a java 1.2 release for FreeBSD = or has the Java porting project wound down at 1.1.7? Inquiring minds want to know. Edward Ing ------=_NextPart_000_0023_01BE6B9F.05984570 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I could not find any reference to = Java 1.2 on=20 the mailing list archive.
 
So my question is: Is there going to = be a java=20 1.2 release for FreeBSD or has
the Java porting project wound down = at=20 1.1.7?
 
Inquiring minds want to know.
 
Edward Ing
 
 
------=_NextPart_000_0023_01BE6B9F.05984570-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Mar 11 9:27:49 1999 Delivered-To: freebsd-java@freebsd.org Received: from munoh.nyanko.org (ppp144186.asahi-net.or.jp [202.213.144.186]) by hub.freebsd.org (Postfix) with ESMTP id 9A78114FF3 for ; Thu, 11 Mar 1999 09:27:43 -0800 (PST) (envelope-from moritaku@super.email.ne.jp) Received: from localhost (localhost [127.0.0.1]) by munoh.nyanko.org (8.9.2/8.9.2) with ESMTP id CAA05938 for ; Fri, 12 Mar 1999 02:25:51 +0900 (JST) (envelope-from moritaku@super.email.ne.jp) To: freebsd-java@freebsd.org Subject: SIGSEGV while compiling elf jdk1.1 X-Mailer: Mew version 1.92.4 on XEmacs 20.4 (Emerald) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990312022549X.moritaku@super.email.ne.jp> Date: Fri, 12 Mar 1999 02:25:49 +0900 From: Takuya Mori X-Dispatcher: imput version 980905(IM100) Lines: 22 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, My name is Takuya Mori, and I am trying to build an ELF binary of JDK1.1.7 with my friend. We have a trouble while compiling it. Here's the description: We have modified symbol names to become compliant with those of ELF libraries. And while compiling Java class libraries, the VM gets stuck in the function, "void InitializeClock()" defined in "src/freebsd/java/green_threads/src/clock.c" and Segmentation Fault occurs. Is there anybody solves this problem? ---- Takuya Mori To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Mar 11 9:48:43 1999 Delivered-To: freebsd-java@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id 72AAB14FF3 for ; Thu, 11 Mar 1999 09:48:33 -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 KAA04816; Thu, 11 Mar 1999 10:48:14 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id KAA15671; Thu, 11 Mar 1999 10:48:02 -0700 Date: Thu, 11 Mar 1999 10:48:02 -0700 Message-Id: <199903111748.KAA15671@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: SHUDO Kazuyuki Cc: Nate Williams , freebsd-java@FreeBSD.ORG Subject: Re: jre1.1.7 core dump on FreeBSD 3.1 (intel) In-Reply-To: <199903110420.NAA03845@cafe.muraoka.info.waseda.ac.jp> References: <199903110107.SAA12226@mt.sri.com> <199903110420.NAA03845@cafe.muraoka.info.waseda.ac.jp> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > > When > > > I run either java or jre, I get a "Floating point exception" and I get a > > > core file. > > > None that I'm aware of. Are you using a 386 box or something that might > > cause floating point exceptions? > > FreeBSD don't mask some floating point exceptions which > are masked on initial state of x87. Overflow(OM), > Devided by zero(ZM) and illegal operation(IM) aren't > masked. > > Does JDK for FreeBSD change these FPU exception masks > from default value? It may, but I don't have the code handy to see. However, just recently I saw some code that did a (0.0/0.0), and it worked fine in the FreeBSD JDK (although it was calculated at compile time.) Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Mar 11 9:51:44 1999 Delivered-To: freebsd-java@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id 479A514C37 for ; Thu, 11 Mar 1999 09:51:43 -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 KAA04831; Thu, 11 Mar 1999 10:51:24 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id KAA15708; Thu, 11 Mar 1999 10:51:13 -0700 Date: Thu, 11 Mar 1999 10:51:13 -0700 Message-Id: <199903111751.KAA15708@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Justin Wells Cc: freebsd-java@FreeBSD.ORG Subject: Re: jdk1.2 In-Reply-To: <19990311021826.B9151@semiotek.com> References: <199903110133.SAA12371@mt.sri.com> <001601be6b5f$9573ec20$6e01a8c0@tasshev.turnaround.com.au> <14055.21342.371839.348088@avalon.east> <19990311021826.B9151@semiotek.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > These questions about JDK 1.2 are only going to increase in > frequency as people begin to use it on other platforms. > > It might be an idea to include some porting status information > on the website. Right now it doesn't even mention whether a > JDK port is underway. I know it is from reading this list, > but it'd be nice if I could check the status now and then just > by hitting a URL. If someone can modify the WWW site and send me the updated WWW page, I'd be most grateful. I'm on a business trip and don't have time to do this right now. > This is going to be especially important since the license for > JDK 1.2 sources doesn't allow you to release a version until it > meets all the compatibility tests. So there will be a longer > than usual delay before a release makes it out the door, and > people are likely to get a bit antsy waiting for it. Actually, I didn't sign a license that says a release must pass the compatability tests, like the Linux folks. In other words, I didn't get access to the sources early, so I have no such restriction. Heck, I don't even have a copy of the tests, so how am I expected to pass them. :) :) Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Mar 11 9:52:51 1999 Delivered-To: freebsd-java@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id 3E23214F82 for ; Thu, 11 Mar 1999 09:52:49 -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 KAA04862; Thu, 11 Mar 1999 10:52:30 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id KAA15740; Thu, 11 Mar 1999 10:52:18 -0700 Date: Thu, 11 Mar 1999 10:52:18 -0700 Message-Id: <199903111752.KAA15740@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: "Edward Ing" Cc: Subject: Re: No answer on Mailing list archive. In-Reply-To: <002601be6bd1$512ec8b0$c21ea8c0@trainc.lansa.com> References: <002601be6bd1$512ec8b0$c21ea8c0@trainc.lansa.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I could not find any reference to Java 1.2 on the mailing list archive. Then you must not have looked hard, since the question has been asked/answered at least a dozen times in the last few months. There is no port in progress, but hopefully (someday) there will be done. When/if that happens is anyone's guess. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Mar 11 10:18:10 1999 Delivered-To: freebsd-java@freebsd.org Received: from flash.tibco.com (Splash.TIBCO.COM [192.216.111.239]) by hub.freebsd.org (Postfix) with SMTP id 3F97014C37 for ; Thu, 11 Mar 1999 10:18:08 -0800 (PST) (envelope-from liao@tibco.com) Received: by flash.tibco.com (4.1/1.37) id AA17354; Thu, 11 Mar 99 10:16:12 PST Received: from tssgate.tibco.com(160.101.20.20) by flash.tibco.com via smap (V1.3) id sma016743; Thu Mar 11 10:03:34 1999 Received: from tibco.com ([160.101.26.170]) by tekbspa.tibco.com (4.1/SMI-4.1) id AA29556; Thu, 11 Mar 99 10:04:01 PST Message-Id: <36E8090C.F25AA0E7@tibco.com> Date: Thu, 11 Mar 1999 10:18:53 -0800 From: Bob Liao X-Mailer: Mozilla 4.06 [en] (Win98; U) Mime-Version: 1.0 To: Nate Williams Cc: freebsd-java@freebsd.org Subject: Re: jre1.1.7 core dump on FreeBSD 3.1 (intel) References: <36E70561.14F75F75@tibco.com> <199903110107.SAA12226@mt.sri.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Nate: Thanks for your message. I actually don't own the box, but I think it's a Pentium II. The guy who installed FreeBSD at first did not install the compatiblity package, so after I first installed JRE and also JDK 1.1.7, I got the /usr/libexec/ld.so missing message. He then added the compatibility package which puts in /usr/libexec/ld.so. Now when I try to run either jdk or jre, I get "Floating point exception" and it cores. Any thoughts or suggestions... Thanks, Bob Nate Williams wrote: > > I've downloaded jdk1.1.7.V98-12-21.tar.gz from www.freebsd.org/java and > > successfully installed in on our FreeBSD 3.1 machine (intel box). When > > I run either java or jre, I get a "Floating point exception" and I get a > > core file. Please advise if there were some required patches or other > > considerations in using JDK1.1.7 on FreeBSD 3.1. > > None that I'm aware of. Are you using a 386 box or something that might > cause floating point exceptions? > > Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Mar 11 10:40:30 1999 Delivered-To: freebsd-java@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id 508C014C37 for ; Thu, 11 Mar 1999 10:40: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 LAA05285; Thu, 11 Mar 1999 11:40:10 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id LAA16101; Thu, 11 Mar 1999 11:39:58 -0700 Date: Thu, 11 Mar 1999 11:39:58 -0700 Message-Id: <199903111839.LAA16101@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Bob Liao Cc: Nate Williams , freebsd-java@freebsd.org Subject: Re: jre1.1.7 core dump on FreeBSD 3.1 (intel) In-Reply-To: <36E8090C.F25AA0E7@tibco.com> References: <36E70561.14F75F75@tibco.com> <199903110107.SAA12226@mt.sri.com> <36E8090C.F25AA0E7@tibco.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Thanks for your message. I actually don't own the box, but I think > it's a Pentium II. The guy who installed FreeBSD at first did not > install the compatiblity package, so after I first installed JRE and > also JDK 1.1.7, I got the /usr/libexec/ld.so missing message. He then > added the compatibility package which puts in /usr/libexec/ld.so. Now > when I try to run either jdk or jre, I get "Floating point exception" > and it cores. Any thoughts or suggestions... My guess is that something is configured wrong in the compatability area. (The wrong libraries are installed, etc...). The JDK/JRE should run fine at the command line w/out dumping core. Did you try rebooting to see if that helps? Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Mar 11 15:18:58 1999 Delivered-To: freebsd-java@freebsd.org Received: from flash.tibco.com (Splash.TIBCO.COM [192.216.111.239]) by hub.freebsd.org (Postfix) with SMTP id 0A36815304 for ; Thu, 11 Mar 1999 15:18:07 -0800 (PST) (envelope-from liao@tibco.com) Received: by flash.tibco.com (4.1/1.37) id AA04361; Thu, 11 Mar 99 15:16:11 PST Received: from tssgate.tibco.com(160.101.20.20) by flash.tibco.com via smap (V1.3) id sma004288; Thu Mar 11 15:15:41 1999 Received: from tibco.com ([160.101.26.170]) by tekbspa.tibco.com (4.1/SMI-4.1) id AA04996; Thu, 11 Mar 99 15:16:08 PST Message-Id: <36E85230.8B9FD32C@tibco.com> Date: Thu, 11 Mar 1999 15:30:56 -0800 From: Bob Liao X-Mailer: Mozilla 4.06 [en] (Win98; U) Mime-Version: 1.0 To: Nate Williams Cc: freebsd-java@freebsd.org Subject: Re: jre1.1.7 core dump on FreeBSD 3.1 (intel) References: <36E70561.14F75F75@tibco.com> <199903110107.SAA12226@mt.sri.com> <36E8090C.F25AA0E7@tibco.com> <199903111839.LAA16101@mt.sri.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Nate: After the box was rebooted, jre/java work fine now. Thanks! Bob Nate Williams wrote: > > Thanks for your message. I actually don't own the box, but I think > > it's a Pentium II. The guy who installed FreeBSD at first did not > > install the compatiblity package, so after I first installed JRE and > > also JDK 1.1.7, I got the /usr/libexec/ld.so missing message. He then > > added the compatibility package which puts in /usr/libexec/ld.so. Now > > when I try to run either jdk or jre, I get "Floating point exception" > > and it cores. Any thoughts or suggestions... > > My guess is that something is configured wrong in the compatability > area. (The wrong libraries are installed, etc...). The JDK/JRE should > run fine at the command line w/out dumping core. > > Did you try rebooting to see if that helps? > > Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Mar 11 15:53: 2 1999 Delivered-To: freebsd-java@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id 399AF14D9F for ; Thu, 11 Mar 1999 15:52:55 -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 QAA07606; Thu, 11 Mar 1999 16:52:07 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id QAA17325; Thu, 11 Mar 1999 16:51:55 -0700 Date: Thu, 11 Mar 1999 16:51:55 -0700 Message-Id: <199903112351.QAA17325@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Bob Liao Cc: Nate Williams , freebsd-java@freebsd.org Subject: Re: jre1.1.7 core dump on FreeBSD 3.1 (intel) In-Reply-To: <36E85230.8B9FD32C@tibco.com> References: <36E70561.14F75F75@tibco.com> <199903110107.SAA12226@mt.sri.com> <36E8090C.F25AA0E7@tibco.com> <199903111839.LAA16101@mt.sri.com> <36E85230.8B9FD32C@tibco.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > After the box was rebooted, jre/java work fine now. Good deal! Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Mar 11 17:49:39 1999 Delivered-To: freebsd-java@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id 4078715014 for ; Thu, 11 Mar 1999 17:49:16 -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 SAA08443; Thu, 11 Mar 1999 18:48:55 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id SAA17757; Thu, 11 Mar 1999 18:48:42 -0700 Date: Thu, 11 Mar 1999 18:48:42 -0700 Message-Id: <199903120148.SAA17757@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Cc: "Nate Williams" , "kevin.v" , Subject: RE: jdk1.2 In-Reply-To: <001601be6b5f$9573ec20$6e01a8c0@tasshev.turnaround.com.au> References: <199903110133.SAA12371@mt.sri.com> <001601be6b5f$9573ec20$6e01a8c0@tasshev.turnaround.com.au> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Instead of everyone going from scratch, can we use the Linux sources as a > better starting point than the Solaris reference ones? The linux sources aren't released yet, but hopefully they will help with the porting effort. > How are people's impressions of the source code so far? Unfortunately my > efforts are a combination of learning the FBSD kernel and also the JDK > source so I'm going pretty slooow. You shouldn't need to know anything about the BSD kernel to do the JDK port, although you do need to get chummy with the linker. :( Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Mar 11 17:53:15 1999 Delivered-To: freebsd-java@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id 29C7814FEB for ; Thu, 11 Mar 1999 17:53:10 -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 SAA08488; Thu, 11 Mar 1999 18:52:51 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id SAA17813; Thu, 11 Mar 1999 18:52:39 -0700 Date: Thu, 11 Mar 1999 18:52:39 -0700 Message-Id: <199903120152.SAA17813@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: SHUDO Kazuyuki Cc: Nate Williams , freebsd-java@FreeBSD.ORG Subject: Re: jre1.1.7 core dump on FreeBSD 3.1 (intel) In-Reply-To: <199903110420.NAA03845@cafe.muraoka.info.waseda.ac.jp> References: <199903110107.SAA12226@mt.sri.com> <199903110420.NAA03845@cafe.muraoka.info.waseda.ac.jp> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > > When > > > I run either java or jre, I get a "Floating point exception" and I get a > > > core file. > > > None that I'm aware of. Are you using a 386 box or something that might > > cause floating point exceptions? > > FreeBSD don't mask some floating point exceptions which > are masked on initial state of x87. Overflow(OM), > Devided by zero(ZM) and illegal operation(IM) aren't > masked. Right, but I believe this is handled inside the intpreter. I jus checked, and the compiler works correctly. Nate ps. The problem appears to be resolved by rebooting. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Mar 11 19: 6:54 1999 Delivered-To: freebsd-java@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id BA45414D45 for ; Thu, 11 Mar 1999 19:06:48 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id VAA24369; Thu, 11 Mar 1999 21:06:19 -0600 (CST) Date: Thu, 11 Mar 1999 21:06:18 -0600 (CST) From: Steve Price To: Nate Williams Cc: J_Shevland@TurnAround.com.au, "kevin.v" , freebsd-java@FreeBSD.ORG Subject: RE: jdk1.2 In-Reply-To: <199903120148.SAA17757@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 On Thu, 11 Mar 1999, Nate Williams wrote: # > How are people's impressions of the source code so far? Unfortunately my # > efforts are a combination of learning the FBSD kernel and also the JDK # > source so I'm going pretty slooow. # # You shouldn't need to know anything about the BSD kernel to do the JDK # port, although you do need to get chummy with the linker. :( You can say that again. I've spent the better part of a week over the last two trying to get the linker stuff down. I think I got it licked now though. :) # # Nate # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Mar 11 19:16:41 1999 Delivered-To: freebsd-java@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 6A37A14E39 for ; Thu, 11 Mar 1999 19:16:37 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id VAA08030; Thu, 11 Mar 1999 21:16:17 -0600 (CST) Date: Thu, 11 Mar 1999 21:16:16 -0600 (CST) From: Steve Price To: Takuya Mori Cc: freebsd-java@FreeBSD.ORG Subject: Re: SIGSEGV while compiling elf jdk1.1 In-Reply-To: <19990312022549X.moritaku@super.email.ne.jp> 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 On Fri, 12 Mar 1999, Takuya Mori wrote: # Hi, # # My name is Takuya Mori, and I am trying to build an ELF # binary of JDK1.1.7 with my friend. # # We have a trouble while compiling it. # # Here's the description: # # We have modified symbol names to become compliant # with those of ELF libraries. # # And while compiling Java class libraries, the VM # gets stuck in the function, # "void InitializeClock()" defined in # "src/freebsd/java/green_threads/src/clock.c" and # Segmentation Fault occurs. Except for where you say the problem is occurring, I'd say you don't have the linker code quite right. If you are using the dlfname stuff from the a.out patches, then don't because it won't work and isn't required on an ELF system. # Is there anybody solves this problem? Yes. :) # ---- # Takuya Mori To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Mar 12 5:26:27 1999 Delivered-To: freebsd-java@freebsd.org Received: from jiyu.net (unknown [209.100.98.61]) by hub.freebsd.org (Postfix) with ESMTP id 02A9614E18 for ; Fri, 12 Mar 1999 05:26:17 -0800 (PST) (envelope-from daichi@ongs.net) Received: from localhost (ppph059.wbs.ne.jp [202.219.55.59]) by jiyu.net (8.8.5/8.8.5) with ESMTP id WAA08819 for ; Fri, 12 Mar 1999 22:27:02 +0900 To: freebsd-java@FreeBSD.ORG Subject: the prerelease ported jdk1.2 for linux: problem X-Mailer: Mew version 1.94b9 on XEmacs 20.4 (Emerald) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990312222820M.daichi@ongs.net> Date: Fri, 12 Mar 1999 22:28:20 +0900 From: "Daichi T.GOTO" X-Dispatcher: imput version 990225(IM107) Lines: 39 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, here is Daichi. I got the jdk1.2pre-v1.tar.bz2 file and tried to use it. After chainging /usr/bin/expr to /bin/expr of /usr/local/jdk2/bin/java file, /home/daichi(941) /usr/local/jdk1.2/bin/java /bin/expr: syntax error ELF interpreter /compat/linux/lib/ld-linux.so.2 not found Abort trap ELF interpreter /compat/linux/lib/ld-linux.so.2 not found Abort /home/daichi(942) mmhuu.. /home/daichi(942) ls /compat/linux/lib/ ld-linux.so.1 libc.so.5.4.23 libfbm.so.1.0.0 ld-linux.so.1.7.14 libdl.so libm.so.5 ld.so libdl.so.1 libm.so.5.0.6 ld.so.1.7.14 libdl.so.1.7.14 libm.so.5.0.8 libc.so.5 libfbm.so libtermcap.so.2 libc.so.5.3.12 libfbm.so.1 libtermcap.so.2.0.8 /home/daichi(943) Yes, really. There is not /compat/linux/lib/ld-linux.so.2 file. Under the /compat/linux directoru.... is that not in ports? yeah maybe not. How do I get the ld-linux.so.2 file under FreeBSD 3.0? Please someone give me advices. ---- Daichi T.GOTO (ONGS) http://www.ongs.net/daichi, daichi@ongs.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Mar 12 5:36:24 1999 Delivered-To: freebsd-java@freebsd.org Received: from jiyu.net (unknown [209.100.98.61]) by hub.freebsd.org (Postfix) with ESMTP id 9331B14E12 for ; Fri, 12 Mar 1999 05:36:22 -0800 (PST) (envelope-from daichi@ongs.net) Received: from localhost (ppph085.wbs.ne.jp [202.219.55.85]) by jiyu.net (8.8.5/8.8.5) with ESMTP id WAA10769 for ; Fri, 12 Mar 1999 22:37:09 +0900 To: freebsd-java@FreeBSD.ORG Subject: the prelease jdk1.2 for linux: problem--> sorry X-Mailer: Mew version 1.94b9 on XEmacs 20.4 (Emerald) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990312223831G.daichi@ongs.net> Date: Fri, 12 Mar 1999 22:38:31 +0900 From: "Daichi T.GOTO" X-Dispatcher: imput version 990225(IM107) Lines: 17 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Here is Daichi. Very sorry. I found the ld-linux.so.2 file ports soon after I sent the pre-mail. newmusic# cd /usr/ports/emulators/ newmusic# /home/daichi/bin/underdirectoryallsearch ld-linux.so.2 ./linux_lib/pkg/PLIST: lib/ld-linux.so.2 newmusic# sorry m(_ _)m ---- Daichi T.GOTO (ONGS) http://www.ongs.net/daichi, daichi@ongs.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Mar 12 10: 7:43 1999 Delivered-To: freebsd-java@freebsd.org Received: from mail.nacamar.de (mail.nacamar.de [194.162.162.200]) by hub.freebsd.org (Postfix) with ESMTP id BF68C151E1 for ; Fri, 12 Mar 1999 10:07:26 -0800 (PST) (envelope-from Jan.Buchmann@bit-on.com) Received: from bit-on.com (dialup6-92.access.nacamar.de [62.144.253.92]) by mail.nacamar.de (8.8.7/8.8.8MB-19980212) with SMTP id TAA01601 for ; Fri, 12 Mar 1999 19:07:02 +0100 (CET) Received: from bit-on.com ([10.10.129.111]) by bit-on.com (Lotus SMTP MTA v1.2 (600.1 3-26-1998)) with SMTP id 80256732.00649DA3; Fri, 12 Mar 1999 18:18:59 +0000 Message-ID: <36E9586F.629E3E5A@bit-on.com> Date: Fri, 12 Mar 1999 19:09:52 +0100 From: Jan Buchmann X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: subscribe Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org subscribe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Mar 12 22:12:32 1999 Delivered-To: freebsd-java@freebsd.org Received: from jiyu.net (unknown [209.100.98.61]) by hub.freebsd.org (Postfix) with ESMTP id 2C22014C0F for ; Fri, 12 Mar 1999 22:12:30 -0800 (PST) (envelope-from daichi@ongs.net) Received: from localhost (ppph199.wbs.ne.jp [202.219.55.199]) by jiyu.net (8.8.5/8.8.5) with ESMTP id PAA31778 for ; Sat, 13 Mar 1999 15:13:19 +0900 To: freebsd-java@FreeBSD.ORG Subject: Re: the prelease jdk1.2 for linux: problem In-Reply-To: <19990312223831G.daichi@ongs.net> References: <19990312223831G.daichi@ongs.net> X-Mailer: Mew version 1.94b9 on XEmacs 20.4 (Emerald) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990313111636K.daichi@ongs.net> Date: Sat, 13 Mar 1999 11:16:36 +0900 From: "Daichi T.GOTO" X-Dispatcher: imput version 990225(IM107) Lines: 49 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org here is Daichi. > Very sorry. I found the ld-linux.so.2 file ports soon after I sent the > pre-mail. > > > newmusic# cd /usr/ports/emulators/ > newmusic# /home/daichi/bin/underdirectoryallsearch ld-linux.so.2 > ./linux_lib/pkg/PLIST: > lib/ld-linux.so.2 > newmusic# > > sorry m(_ _)m and after, /home/daichi(942) /usr/local/jdk1.2/bin/java SIGSEGV 11* segmentation violation stackpointer=0xefbfcec0 Full thread dump Classic VM (Linux_JDK_1.2_pre-release-v1, native threads): "main" (TID:0x291761e0, sys_thread_t:0x81434e0, state:R, native ID:0x400) prio=5 Monitor Cache Dump: Registered Monitor Dump: utf8 hash table: JNI pinning lock: JNI global reference lock: BinClass lock: Class linking lock: System class loader lock: Code rewrite lock: Heap lock: Monitor cache lock: owner "main" (0x81434e0) 1 entry Thread queue lock: owner "main" (0x81434e0) 1 entry Dynamic loading lock: Monitor registry: owner "main" (0x81434e0) 1 entry /home/daichi(943) uummmm..... really someone can use the prerelease jdk1.2(for linux) on linux emulation? Another man I know could not use it, too. Please give me some advices. ---- Daichi T.GOTO (ONGS) http://www.ongs.net/daichi, daichi@ongs.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Mar 12 22:47:56 1999 Delivered-To: freebsd-java@freebsd.org Received: from cafe.muraoka.info.waseda.ac.jp (cafe.muraoka.info.waseda.ac.jp [133.9.68.49]) by hub.freebsd.org (Postfix) with ESMTP id 11AD814BD3 for ; Fri, 12 Mar 1999 22:47:52 -0800 (PST) (envelope-from shudoh@muraoka.info.waseda.ac.jp) Received: from muraoka.info.waseda.ac.jp (shudoh@localhost [127.0.0.1]) by cafe.muraoka.info.waseda.ac.jp (8.9.1a/3.7W) with ESMTP id PAA24203 for ; Sat, 13 Mar 1999 15:46:42 +0900 Message-Id: <199903130646.PAA24203@cafe.muraoka.info.waseda.ac.jp> To: freebsd-java@FreeBSD.ORG Subject: Re: the prelease jdk1.2 for linux: problem In-reply-to: Your message of "Sat, 13 Mar 1999 11:16:36 JST." <19990313111636K.daichi@ongs.net> Date: Sat, 13 Mar 1999 15:46:42 +0900 From: SHUDO Kazuyuki Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, > /home/daichi(942) /usr/local/jdk1.2/bin/java > SIGSEGV 11* segmentation violation > stackpointer=0xefbfcec0 > > Full thread dump Classic VM (Linux_JDK_1.2_pre-release-v1, native threads): ^^^^^^^^^^^^^^ > "main" (TID:0x291761e0, sys_thread_t:0x81434e0, state:R, native ID:0x400) prio=5 > uummmm..... really someone can use the prerelease jdk1.2(for linux) on > linux emulation? At least, you should use green threads instead of native threads. Even on Linux, native threads can't work well yet with glibc 2.1. I know that there is a porting effort of LinuxThreads to FreeBSD. But I suppose linux emulation on FreeBSD doesn't contain any multi-threading library, either user-level or kernel-level. Kazuyuki SHUDO Happy Hacking! Muraoka Lab., Grad. School of Sci. & Eng., Waseda Univ. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Mar 12 23:58:58 1999 Delivered-To: freebsd-java@freebsd.org Received: from jiyu.net (unknown [209.100.98.61]) by hub.freebsd.org (Postfix) with ESMTP id 7557A14E8D for ; Fri, 12 Mar 1999 23:58:52 -0800 (PST) (envelope-from daichi@ongs.net) Received: from localhost (ppph116.wbs.ne.jp [202.219.55.116]) by jiyu.net (8.8.5/8.8.5) with ESMTP id QAA26146 for ; Sat, 13 Mar 1999 16:59:41 +0900 To: freebsd-java@FreeBSD.ORG Subject: Re: the prelease jdk1.2 for linux: problem In-Reply-To: <199903130646.PAA24203@cafe.muraoka.info.waseda.ac.jp> References: <19990313111636K.daichi@ongs.net> <199903130646.PAA24203@cafe.muraoka.info.waseda.ac.jp> X-Mailer: Mew version 1.94b9 on XEmacs 20.4 (Emerald) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990313170044T.daichi@ongs.net> Date: Sat, 13 Mar 1999 17:00:44 +0900 From: "Daichi T.GOTO" X-Dispatcher: imput version 990225(IM107) Lines: 72 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks your advice :) From: SHUDO Kazuyuki Subject: Re: the prelease jdk1.2 for linux: problem Date: Sat, 13 Mar 1999 15:46:42 +0900 > > /home/daichi(942) /usr/local/jdk1.2/bin/java > > SIGSEGV 11* segmentation violation > > stackpointer=0xefbfcec0 > > > > Full thread dump Classic VM (Linux_JDK_1.2_pre-release-v1, native threads): > ^^^^^^^^^^^^^^ > > "main" (TID:0x291761e0, sys_thread_t:0x81434e0, state:R, native ID:0x400) prio=5 > > > uummmm..... really someone can use the prerelease jdk1.2(for linux) on > > linux emulation? > > At least, you should use green threads instead of native > threads. Even on Linux, native threads can't work well > yet with glibc 2.1. yes, sir! I changed the java script file like following java: 136 lines, 2926 characters. newmusic# diff -u java.org java --- java.org Fri Mar 12 21:57:42 1999 +++ java Sat Mar 13 16:58:22 1999 @@ -31,8 +31,8 @@ # Resolve symlinks. See 4152645. while [ -h "$PRG" ]; do ls=`/bin/ls -ld "$PRG"` - link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'` - if /usr/bin/expr "$link" : '/' > /dev/null; then + link=`/bin/expr "$ls" : '.*-> \(.*\)$'` + if /bin/expr "$link" : '/' > /dev/null; then PRG="$link" else PRG="`/usr/bin/dirname $PRG`/$link" @@ -64,6 +64,7 @@ unset vmtype unset ttype DEFAULT_THREADS_FLAG=native +DEFAULT_THREADS_FLAG=green if [ "x$1" = "x-hotspot" ]; then vmtype=hotspot ttype=native_threads and tried it. newmusic# /usr/local/jdk1.2/bin/java ../../../../../src/linux/hpi/green_threads/src/dl-malloc.c:1627: malloc_extend_top: Assertion `((size_t)((char*)(((mbinptr)(&(av_[2 * (0)])))->fd) + top_size) & (pagesz - 1)) == 0' failed. Abort (core dumped) newmusic# > I know that there is a porting effort of LinuxThreads to > FreeBSD. But I suppose linux emulation on FreeBSD > doesn't contain any multi-threading library, either > user-level or kernel-level. uummmm.... so...the prerelease jdk1.2(for linux) cannot run on linux emulation on freebsd? ---- Daichi T.GOTO (ONGS) http://www.ongs.net/daichi, daichi@ongs.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Mar 13 8:17:57 1999 Delivered-To: freebsd-java@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id 325F414D5E for ; Sat, 13 Mar 1999 08:17:56 -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 JAA25184; Sat, 13 Mar 1999 09:17:37 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id JAA23519; Sat, 13 Mar 1999 09:17:25 -0700 Date: Sat, 13 Mar 1999 09:17:25 -0700 Message-Id: <199903131617.JAA23519@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: "Daichi T.GOTO" Cc: freebsd-java@FreeBSD.ORG Subject: Re: the prelease jdk1.2 for linux: problem In-Reply-To: <19990313170044T.daichi@ongs.net> References: <19990313111636K.daichi@ongs.net> <199903130646.PAA24203@cafe.muraoka.info.waseda.ac.jp> <19990313170044T.daichi@ongs.net> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > I know that there is a porting effort of LinuxThreads to > > FreeBSD. But I suppose linux emulation on FreeBSD > > doesn't contain any multi-threading library, either > > user-level or kernel-level. > > uummmm.... so...the prerelease jdk1.2(for linux) cannot run on linux > emulation on freebsd? You're the first to try it, so it looks like it doesn't work. :( Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Mar 13 9:27:46 1999 Delivered-To: freebsd-java@freebsd.org Received: from faust27-s.rz.uni-frankfurt.de (faust27-s.rz.uni-frankfurt.de [141.2.149.151]) by hub.freebsd.org (Postfix) with SMTP id 97EA214BF4 for ; Sat, 13 Mar 1999 09:27:43 -0800 (PST) (envelope-from buchmann@stud.uni-frankfurt.de) Received: from hendrix.inet.de (actually NAFp2-063.rz.uni-frankfurt.de) by faust27-eth.rz.uni-frankfurt.de with Local SMTP (PP); Sat, 13 Mar 1999 18:27:22 +0000 Received: from stud.uni-frankfurt.de (buchmann@localhost [127.0.0.1]) by hendrix.inet.de (8.8.8/8.8.8) with ESMTP id SAA00550 for ; Sat, 13 Mar 1999 18:27:03 +0100 Message-ID: <36EA9FE7.2B1174C4@stud.uni-frankfurt.de> Date: Sat, 13 Mar 1999 18:27:03 +0100 From: Jan Buchmann X-Mailer: Mozilla 4.5 [en] (X11; I; Linux 2.0.36 i586) X-Accept-Language: German, de, en MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: subscribe Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org subscribe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message