From owner-freebsd-java Mon Nov 22 13:36:47 1999 Delivered-To: freebsd-java@freebsd.org Received: from seanreilly.com (seanreilly.com [206.161.139.100]) by hub.freebsd.org (Postfix) with ESMTP id 0C19814C14 for ; Mon, 22 Nov 1999 13:36:38 -0800 (PST) (envelope-from sreilly@seanreilly.com) Received: from sean.cnri.reston.va.us (cnri-7-211.cnri.reston.va.us [132.151.7.211]) by seanreilly.com (8.9.3/8.9.3) with ESMTP id QAA06395 for ; Mon, 22 Nov 1999 16:38:16 -0500 (EST) Date: Mon, 22 Nov 1999 16:29:47 -0500 (EST) From: Sean Reilly X-Sender: sreilly@sean.cnri.reston.va.us To: freebsd-java@freebsd.org Subject: SIGSEGV using JPython 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've been messing around with JPython lately (see www.jpython.org) and have been getting a SIGSEGV repeatedly using the FreeBSD JDK (the 9/22/1999 version). To repeat it, you'll need to install JPython which you can get for free from jpython.org. Then, run the following simple program using the command-line interpreter: > ./jpython JPython 1.1beta4 on java1.1.8 (JIT: NONE) Copyright (C) 1997-1999 Corporation for National Research Initiatives >>> from java.awt import * >>> f = Frame.Frame("Test frame") The result is the following thread dump: SIGSEGV 11* segmentation violation Full thread dump: "Finalizer thread" (TID:0x2866f210, sys_thread_t:0x29473f00, state:R) prio=1 "Async Garbage Collector" (TID:0x2866f258, sys_thread_t:0x29452f00, state:R) prio=1 "Idle thread" (TID:0x2866f2a0, sys_thread_t:0x29431f00, state:R) prio=0 "Clock" (TID:0x2866f088, sys_thread_t:0x29410f00, state:CW) prio=12 "main" (TID:0x2866f0b0, sys_thread_t:0x8124a00, state:R) prio=5 *current thread* org.python.core.PyJavaClass.setBeanInfoCustom(PyJavaClass.java:538) org.python.core.PyJavaClass.init__dict__(PyJavaClass.java:69) org.python.core.PyJavaClass.initialize(PyJavaClass.java:90) org.python.core.PyJavaClass.init__bases__(PyJavaClass.java:146) org.python.core.PyJavaClass.initialize(PyJavaClass.java:89) org.python.core.PyJavaClass.init__bases__(PyJavaClass.java:146) org.python.core.PyJavaClass.initialize(PyJavaClass.java:89) org.python.core.PyJavaClass.init__bases__(PyJavaClass.java:146) org.python.core.PyJavaClass.initialize(PyJavaClass.java:89) org.python.core.PyJavaClass.lookupGivingClass(PyJavaClass.java:621) org.python.core.PyClass.lookup(PyClass.java:156) org.python.core.PyJavaClass.__findattr__(PyJavaClass.java:665) org.python.core.PyObject.__getattr__(PyObject.java:597) org.python.core.PyObject.invoke(PyObject.java:1867) org.python.pycode._pyx2.f$0() org.python.pycode._pyx2.call_function() org.python.core.PyTableCode.call(PyTableCode.java:155) org.python.core.Py.runCode(Py.java:965) org.python.core.Py.exec(Py.java:979) org.python.util.PythonInterpreter.exec(PythonInterpreter.java:122) Monitor Cache Dump: Registered Monitor Dump: Verifier lock: 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: Monitor IO lock: Child death monitor: Event monitor: I/O monitor: Alarm monitor: Waiting to be notified: "Clock" (0x29410f00) Memory allocation lock: Monitor registry: owner "main" (0x8124a00, 1 entry) Thread Alarm Q: Abort (core dumped) ------------------------------------------------------------------ Here is the snippet of JPython code with line numbers, that seems to be causing the problem: 537 Class eClass = args[0]; 538 if (!(java.util.EventListener.class.isAssignableFrom(eClass))) 539 continue; The isAssignableFrom seems like a rarely used method (at least in my experience) so maybe that's the problem? Thanks, Sean PS The last time I checked the Java2 for FreeBSD RFE had over 1400 votes! Unfortunately the BugParade has been down the last few times I tried to check it out. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Nov 22 23:11: 8 1999 Delivered-To: freebsd-java@freebsd.org Received: from hermes.research.kpn.com (hermes.research.kpn.com [139.63.192.8]) by hub.freebsd.org (Postfix) with ESMTP id C222514A16 for ; Mon, 22 Nov 1999 23:11:05 -0800 (PST) (envelope-from K.J.Koster@research.kpn.com) Received: from l04.research.kpn.com (l04.research.kpn.com [139.63.192.204]) by research.kpn.com (PMDF V5.2-31 #35196) with ESMTP id <01JIO4NWL3XS0001IQ@research.kpn.com> for freebsd-java@freebsd.org; Tue, 23 Nov 1999 08:10:39 +0100 Received: by l04.research.kpn.com with Internet Mail Service (5.5.2650.21) id ; Tue, 23 Nov 1999 08:10:39 +0100 Content-return: allowed Date: Tue, 23 Nov 1999 08:10:38 +0100 From: "Koster, K.J." Subject: Appletviewer dies (almost) reproducably To: "'freebsd-java@freebsd.org'" Message-id: <59063B5B4D98D311BC0D0001FA7E45220FD031@l04.research.kpn.com> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear FreeBSD java, Lately I've been playing with Java applets, and I noticed that I can almost reproducably crash the appletviewer. Basically, I load my applet, which displays a few panels, depending on the buttons you click, and invokes an RMI server. I then change the code, recompile, and click [reload]. The applet lets me type the first message box, but when I [tab] to the second, sometimes the applet dumps core, especially if I take a few minutes to change the code. Is this a known problem? If so, will upgrading my JDK fix it? I'm behind a 28.8 modem, and I'd rather spend my money on flowers for my mom. :-) Kees Jan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Nov 23 5:25:32 1999 Delivered-To: freebsd-java@freebsd.org Received: from p.wl.vg (209-9-69-194.sdsl.cais.net [209.9.69.194]) by hub.freebsd.org (Postfix) with ESMTP id 70A4C150C9 for ; Tue, 23 Nov 1999 05:25:19 -0800 (PST) (envelope-from patrick@p.wl.vg) Received: (from patrick@localhost) by p.wl.vg (8.9.3/8.9.3) id IAA12212; Tue, 23 Nov 1999 08:24:24 -0500 (EST) (envelope-from patrick) Message-Id: <199911231324.IAA12212@p.wl.vg> Date: Tue, 23 Nov 1999 08:24:23 -0500 (EST) From: patrick@whetstonelogic.com Subject: Re: Appletviewer dies (almost) reproducably To: K.J.Koster@research.kpn.com Cc: freebsd-java@FreeBSD.ORG In-Reply-To: <59063B5B4D98D311BC0D0001FA7E45220FD031@l04.research.kpn.com> MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The best way for us to help you is for you to provide either the applet, or the code that is causing the crash. We don't know if it's your code or ours! Patrick On 23 Nov, Koster, K.J. wrote: > Dear FreeBSD java, > > Lately I've been playing with Java applets, and I noticed that I can almost > reproducably crash the appletviewer. > > Basically, I load my applet, which displays a few panels, depending on the > buttons you click, and invokes an RMI server. I then change the code, > recompile, and click [reload]. The applet lets me type the first message > box, but when I [tab] to the second, sometimes the applet dumps core, > especially if I take a few minutes to change the code. > > Is this a known problem? If so, will upgrading my JDK fix it? I'm behind a > 28.8 modem, and I'd rather spend my money on flowers for my mom. :-) > > Kees Jan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Nov 24 14:54: 7 1999 Delivered-To: freebsd-java@freebsd.org Received: from cbl-skelly3.hs.earthlink.net (CBL-skelly3.hs.earthlink.net [209.178.114.61]) by hub.freebsd.org (Postfix) with ESMTP id 93413154D2 for ; Wed, 24 Nov 1999 14:54:01 -0800 (PST) (envelope-from kelly@ad1440.net) Received: from ad1440.net (uta003594.jpl.nasa.gov [128.149.211.36]) by cbl-skelly3.hs.earthlink.net (8.9.2/8.9.2) with ESMTP id OAA89041 for ; Wed, 24 Nov 1999 14:53:55 -0800 (PST) (envelope-from kelly@ad1440.net) Message-ID: <383C6CD8.554EB962@ad1440.net> Date: Wed, 24 Nov 1999 14:55:20 -0800 From: Sean Kelly X-Mailer: Mozilla 4.61 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: Not on the top 25 RFE list? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sun's Java Top 25 Request For Enhancements (RFEs) list was updated yesterday, according to the website http://developer.java.sun.com/developer/bugParade/top25rfes.html Yet our favorite RFE, 4288745, didn't make the list, although it had over 1000 votes yesterday. What gives? (And if you're just tuning in, please go to developer.java.sun.com, register if you're not already, and vote for bug 4288745 in the bug database, which is a request for a port of Java 2 to FreeBSD.) --Sean To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Nov 24 14:58:19 1999 Delivered-To: freebsd-java@freebsd.org Received: from logisticsoftware.co.nz (logisticsoftware.co.nz [202.37.163.1]) by hub.freebsd.org (Postfix) with ESMTP id 83C2A1551F for ; Wed, 24 Nov 1999 14:58:14 -0800 (PST) (envelope-from jonc@logisticsoftware.co.nz) Received: from jonc.logisticsoftware.co.nz (jonc.logisticsoftware.co.nz [10.1.3.1]) by logisticsoftware.co.nz (8.9.3/8.9.3) with ESMTP id LAA27105 for ; Thu, 25 Nov 1999 11:57:21 +1300 (NZDT) Received: (from jonc@localhost) by jonc.logisticsoftware.co.nz (8.9.3/8.9.3) id LAA01067 for freebsd-java@freebsd.org; Thu, 25 Nov 1999 11:57:21 +1300 (NZDT) (envelope-from jonc) Date: Thu, 25 Nov 1999 11:57:21 +1300 From: Jonathan Chen To: freebsd-java@freebsd.org Subject: JDK 1.2 RFE on developer.java.sun.com Message-ID: <19991125115721.A880@jonc.logisticsoftware.co.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, The top 25 Bugs/RFE's got update on 23 Nov 99; but the request for JDK 1.2 on FreeBSD doesn't appeared to have made it to the list even though it's got approx 1800+ votes on it. Is Sun deliberately ignoring this RFE? Jonathan Chen | "Vini, vidi, velcro... | I came, I saw, I stuck around" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Nov 24 17: 7:59 1999 Delivered-To: freebsd-java@freebsd.org Received: from goose.prod.itd.earthlink.net (goose.prod.itd.earthlink.net [207.217.120.18]) by hub.freebsd.org (Postfix) with ESMTP id 6E01314F35 for ; Wed, 24 Nov 1999 17:07:51 -0800 (PST) (envelope-from chris@tourneyland.com) Received: from abc.swbell.net (ip56.laurel.md.pub-ip.psi.net [38.30.235.56]) by goose.prod.itd.earthlink.net (8.9.3/8.9.3) with SMTP id RAA17952 for ; Wed, 24 Nov 1999 17:07:49 -0800 (PST) From: chris@tourneyland.com Message-Id: <3.0.6.32.19991124201350.007c3430@mail.9netave.net> X-Sender: pop992333@mail.9netave.net X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Wed, 24 Nov 1999 20:13:50 -0500 To: java@freebsd.org Subject: Re: Not on the top 25 RFE list? In-Reply-To: <383C6CD8.554EB962@ad1440.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It looks like they didn't really update the page. Though the "Last Updated" thingee on the bottom says November 23rd, those numbers for the other top 25 haven't changed since last week. Nice piece of vigilance though! Hopefully they'll get it right soon. - Chris At 02:55 PM 11/24/99 -0800, you wrote: >Sun's Java Top 25 Request For Enhancements (RFEs) list was updated >yesterday, according to the website > > http://developer.java.sun.com/developer/bugParade/top25rfes.html > >Yet our favorite RFE, 4288745, didn't make the list, although it had >over 1000 votes yesterday. What gives? > >(And if you're just tuning in, please go to developer.java.sun.com, >register if you're not already, and vote for bug 4288745 in the >bug database, which is a request for a port of Java 2 to FreeBSD.) > >--Sean > > >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 Thu Nov 25 7:48:37 1999 Delivered-To: freebsd-java@freebsd.org Received: from msn166-109.med.und.nodak.edu (msn166-109.med.und.NoDak.edu [134.129.166.109]) by hub.freebsd.org (Postfix) with ESMTP id 053A314CBF for ; Thu, 25 Nov 1999 07:48:35 -0800 (PST) (envelope-from bpederson@geocities.com) Received: from accord.med.und.nodak.edu ([134.129.166.13] helo=geocities.com) by msn166-109.med.und.nodak.edu with esmtp (Exim 3.03 #1) id 11r18M-0006uN-00 for java@FreeBSD.ORG; Thu, 25 Nov 1999 09:48:34 -0600 Message-ID: <383D5A33.9422FD7A@geocities.com> Date: Thu, 25 Nov 1999 09:48:03 -0600 From: Barry Pederson X-Mailer: Mozilla 4.61 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: java@FreeBSD.ORG Subject: Re: Not on the top 25 RFE list? References: <3.0.6.32.19991124201350.007c3430@mail.9netave.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org chris@tourneyland.com wrote: > > It looks like they didn't really update the page. Though the "Last Updated" > thingee on the bottom says November 23rd, those numbers for the other top > 25 haven't changed since last week. > > Nice piece of vigilance though! Hopefully they'll get it right soon. Looks like they fixed it now..bottom of the page says Nov 24th, and it is listed as #2 Barry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Nov 25 23:22: 8 1999 Delivered-To: freebsd-java@freebsd.org Received: from hamlet.cnmnetwork.com (hamlet.cnmnetwork.com [209.79.28.33]) by hub.freebsd.org (Postfix) with SMTP id 19D7714A0B for ; Thu, 25 Nov 1999 23:22:05 -0800 (PST) (envelope-from rgireyev@cnmnetwork.com) Received: (qmail 7007 invoked from network); 25 Nov 1999 23:22:00 -0800 Received: from 04-205.015.popsite.net (HELO via) (216.126.185.205) by hamlet.cnmnetwork.com with SMTP; 25 Nov 1999 23:22:00 -0800 From: "Rudy Gireyev" To: freebsd-java@FreeBSD.ORG Date: Thu, 25 Nov 1999 23:23:01 -0800 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: RFE on the Website Reply-To: rgireyev@cnmnetwork.com In-reply-to: References: <381AC265.A0C71B4C@gmx.de> X-mailer: Pegasus Mail for Win32 (v3.12a) Message-Id: <19991126072207.19D7714A0B@hub.freebsd.org> Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Just wondering if it's worth mentioning the whole RFE thing on the www.freebsd.org/java in the news section. Maybe those who are not subscribed but check the page can get the message and vote for this RFE. Just a thought. Rudy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Nov 26 4:42:35 1999 Delivered-To: freebsd-java@freebsd.org Received: from isis.uniandes.edu.co (isis.uniandes.edu.co [157.253.54.5]) by hub.freebsd.org (Postfix) with ESMTP id 2F0F414CE1 for ; Fri, 26 Nov 1999 04:42:21 -0800 (PST) (envelope-from ser-garc@uniandes.edu.co) Received: from isis (isis [157.253.54.5]) by isis.uniandes.edu.co (8.9.3/8.9.3) with SMTP id HAA25853 for ; Fri, 26 Nov 1999 07:39:59 -0500 (GMT+5) Date: Fri, 26 Nov 1999 07:39:59 -0500 (GMT+5) From: SeRgIo ArTuRo GaRcIa X-Sender: ser-garc@isis To: freebsd-java@freebsd.org Subject: top25 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 Our RFE is finaly in the top25 list: http://developer.java.sun.com/developer/bugParade/top25rfes.html Sergio Arturo Garcia ser-garc@uniandes.edu.co http://www.calabozo.com/sergio ***************************** A.A. 18269 Santafe de Bogota, COLOMBIA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Nov 26 5:48: 2 1999 Delivered-To: freebsd-java@freebsd.org Received: from hermes.research.kpn.com (hermes.research.kpn.com [139.63.192.8]) by hub.freebsd.org (Postfix) with ESMTP id AAB8115018 for ; Fri, 26 Nov 1999 05:47:59 -0800 (PST) (envelope-from K.J.Koster@research.kpn.com) Received: from l04.research.kpn.com (l04.research.kpn.com [139.63.192.204]) by research.kpn.com (PMDF V5.2-31 #35196) with ESMTP id <01JISPEJG26E00023E@research.kpn.com> for freebsd-java@freebsd.org; Fri, 26 Nov 1999 14:47:57 +0100 Received: by l04.research.kpn.com with Internet Mail Service (5.5.2650.21) id ; Fri, 26 Nov 1999 14:47:57 +0100 Content-return: allowed Date: Fri, 26 Nov 1999 14:47:56 +0100 From: "Koster, K.J." Subject: The Duke... To: freebsd-java@freebsd.org Message-id: <59063B5B4D98D311BC0D0001FA7E45220FD055@l04.research.kpn.com> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear FreeBSD java, I know it's a little off-topic. Is there a collection of duke images anywhere? I found his pics very expressive to add to web pages and such. Does anyone have a couple of images, or know of web pages with dukes? Is there an arist on this list who can make custom dukes? I particular I'm looking for a police-duke, and a duke who's bumped into something hard. As I am typing this, a horrible feeling creeps up on me. There would not be a Duke fanclub of any kind, would there? Kees Jan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Nov 26 6:12: 9 1999 Delivered-To: freebsd-java@freebsd.org Received: from csmd2.cs.uni-magdeburg.de (csmd2.CS.Uni-Magdeburg.De [141.44.22.2]) by hub.freebsd.org (Postfix) with ESMTP id 825AC1503E for ; Fri, 26 Nov 1999 06:12:04 -0800 (PST) (envelope-from jesse@mail.CS.Uni-Magdeburg.De) Received: from quitte.cs.uni-magdeburg.de (jesse@quitte-atm [141.44.30.41]) by csmd2.cs.uni-magdeburg.de (8.9.1a/8.9.1) with ESMTP id PAA02306; Fri, 26 Nov 1999 15:12:03 +0100 (MET) Received: (from jesse@localhost) by quitte.cs.uni-magdeburg.de (8.8.8+Sun/8.8.8) id PAA13113; Fri, 26 Nov 1999 15:11:57 +0100 (MET) To: "Koster, K.J." Cc: freebsd-java@FreeBSD.ORG Subject: Re: The Duke... References: <59063B5B4D98D311BC0D0001FA7E45220FD055@l04.research.kpn.com> From: Roland Jesse In-Reply-To: "Koster, K.J."'s message of "Fri, 26 Nov 1999 14:47:56 +0100" Date: 26 Nov 1999 15:11:56 +0100 Message-ID: <0v4se9nxzn.fsf@cs.uni-magdeburg.de> Lines: 7 X-Mailer: Gnus v5.6.45/Emacs 19.34 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Koster, K.J." writes: > I know it's a little off-topic. So, why are you posting it than? Roland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Nov 26 11:18:27 1999 Delivered-To: freebsd-java@freebsd.org Received: from milk.k0t.lucky.net (milk.k0t.lucky.net [193.193.192.99]) by hub.freebsd.org (Postfix) with ESMTP id E7BC8154F7 for ; Fri, 26 Nov 1999 11:18:06 -0800 (PST) (envelope-from artur@noo.kiev.ua) Received: from noo.kiev.ua (host1.0.10.10.intranet [10.10.0.1]) by milk.k0t.lucky.net (8.Who.Cares/Kilkenny_is_better) with ESMTP id VAA75487 for ; Fri, 26 Nov 1999 21:18:02 +0200 (EET) (envelope-from artur@noo.kiev.ua) From: artur@noo.kiev.ua Received: from Artur (unknown.noo.kiev.ua [10.10.0.2] (may be forged)) by noo.kiev.ua (8.9.3/8.9.2) with SMTP id VAA01396 for ; Fri, 26 Nov 1999 21:39:03 +0200 (EET) (envelope-from artur@noo.kiev.ua) Date: Fri, 26 Nov 1999 21:39:03 +0200 (EET) Message-Id: <199911261939.VAA01396@noo.kiev.ua> To: Subject: Promotion offer MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Good moning! Today I visited Your web-site and thought "May be it needs promotion?" I made some automatic promotion tools and needs to improve and test it. If You interesting a web advertising and promotion You can visit http://www.terra.ee/noo/ and launch automatic promotion by filling a form and placing small text in Your page. First stage recommended, it is free of charge. May be my know-how is greate, may be it is nothing. Sorry, if You will decide this is spam. My e-mail is artur@noo.kiev.ua, this is one time offer to e-mail from Your web page. Any questions are welcome. Best regards Artur Frolov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Nov 26 11:18:27 1999 Delivered-To: freebsd-java@freebsd.org Received: from milk.k0t.lucky.net (milk.k0t.lucky.net [193.193.192.99]) by hub.freebsd.org (Postfix) with ESMTP id BCAEE155A8 for ; Fri, 26 Nov 1999 11:18:13 -0800 (PST) (envelope-from artur@noo.kiev.ua) Received: from noo.kiev.ua (host1.0.10.10.intranet [10.10.0.1]) by milk.k0t.lucky.net (8.Who.Cares/Kilkenny_is_better) with ESMTP id VAA75504 for ; Fri, 26 Nov 1999 21:18:10 +0200 (EET) (envelope-from artur@noo.kiev.ua) From: artur@noo.kiev.ua Received: from Artur (unknown.noo.kiev.ua [10.10.0.2] (may be forged)) by noo.kiev.ua (8.9.3/8.9.2) with SMTP id VAA01417 for ; Fri, 26 Nov 1999 21:39:12 +0200 (EET) (envelope-from artur@noo.kiev.ua) Date: Fri, 26 Nov 1999 21:39:12 +0200 (EET) Message-Id: <199911261939.VAA01417@noo.kiev.ua> To: Subject: Promotion offer MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Good moning! Today I visited Your web-site and thought "May be it needs promotion?" I made some automatic promotion tools and needs to improve and test it. If You interesting a web advertising and promotion You can visit http://www.terra.ee/noo/ and launch automatic promotion by filling a form and placing small text in Your page. First stage recommended, it is free of charge. May be my know-how is greate, may be it is nothing. Sorry, if You will decide this is spam. My e-mail is artur@noo.kiev.ua, this is one time offer to e-mail from Your web page. Any questions are welcome. Best regards Artur Frolov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Nov 27 14: 4: 6 1999 Delivered-To: freebsd-java@freebsd.org Received: from bubba.whistle.com (bubba.whistle.com [207.76.205.7]) by hub.freebsd.org (Postfix) with ESMTP id BA00214FD6 for ; Sat, 27 Nov 1999 14:04:04 -0800 (PST) (envelope-from archie@whistle.com) Received: (from archie@localhost) by bubba.whistle.com (8.9.2/8.9.2) id OAA13753; Sat, 27 Nov 1999 14:03:25 -0800 (PST) From: Archie Cobbs Message-Id: <199911272203.OAA13753@bubba.whistle.com> Subject: Re: JDK 1.2 RFE on developer.java.sun.com In-Reply-To: <19991125115721.A880@jonc.logisticsoftware.co.nz> from Jonathan Chen at "Nov 25, 1999 11:57:21 am" To: jonc@logisticsoftware.co.nz (Jonathan Chen) Date: Sat, 27 Nov 1999 14:03:25 -0800 (PST) Cc: freebsd-java@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (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 Jonathan Chen writes: > The top 25 Bugs/RFE's got update on 23 Nov 99; but the request for > JDK 1.2 on FreeBSD doesn't appeared to have made it to the list even > though it's got approx 1800+ votes on it. > > Is Sun deliberately ignoring this RFE? I doubt it.. they probably have a broken script or something. "Never ascribe to malice that which can be explained by stupidity." -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message