From owner-freebsd-java Sat Sep 7 19:16:34 2002 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE70E37B400 for ; Sat, 7 Sep 2002 19:16:31 -0700 (PDT) Received: from ns.gddsn.org.cn (ns.gddsn.org.cn [210.21.6.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F93843E6A for ; Sat, 7 Sep 2002 19:16:31 -0700 (PDT) (envelope-from hwh@ns.gddsn.org.cn) Received: from mail.gddsn.org.cn (gw [210.21.6.34]) by ns.gddsn.org.cn (Postfix) with ESMTP id 58D4E50; Sun, 8 Sep 2002 10:16:30 +0800 (CST) Message-ID: <3D7AB2FE.6030903@mail.gddsn.org.cn> Date: Sun, 08 Sep 2002 10:16:30 +0800 From: Huang wen hui User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; zh-CN; rv:1.0.0) Gecko/20020728 X-Accept-Language: zh-cn, zh-tw, en-us MIME-Version: 1.0 To: "Bill Huey (Hui)" Cc: "Lapinski, Michael (Research)" , Huang wen hui , java Subject: Re: classloader do not search jre/lib/ext using hotspot vm. References: <3D7A934F.7070503@mail.gddsn.org.cn> <20020908005724.GA3457@gnuppy.monkey.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Bill Huey (Hui) wrote: >On Sun, Sep 08, 2002 at 08:01:19AM +0800, Huang wen hui wrote: > > >>Yes, throw Exception in thread "main" java.lang.NoClassDefFoundError when >>a given class in a jar is put into jre/lib/ext but doesn't appear in the >>classpath. >> >> > >My SMP dev machine is down courtesy of a failing IBM drive. I can't do >anything about it at this moment, but I'll look at it when it's all back >up and running again. ;) > >How's HotSpot running for you under -current otherwise ? > Well, It is very stable. I can use JB7 under -current without any problem. I still got some problem with hotspot: 1. thread.sleep() not work correctly. 2. tomcat accept user request very slowly, also because thread.sleep(). 3. java plug-in not work under mozlla. 4. java vm will core dump if application( /usr/local/jdk1.3.1/demo/applets/ArcTest) contain java.awt.TextField and XIM server is available. classic vm also have same problem. --hwh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message