From owner-freebsd-java@FreeBSD.ORG Tue Jan 1 17:11:52 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1B5416A417 for ; Tue, 1 Jan 2008 17:11:52 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16]) by mx1.freebsd.org (Postfix) with ESMTP id 6A31813C43E for ; Tue, 1 Jan 2008 17:11:52 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.13.1/8.13.3) with ESMTP id m01HBlXJ027724; Tue, 1 Jan 2008 09:11:47 -0800 (PST) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.13.1/8.13.3/Submit) id m01HBkXx027723; Tue, 1 Jan 2008 09:11:46 -0800 (PST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Tue, 1 Jan 2008 09:11:46 -0800 From: Greg Lewis To: Jonathan Chen Message-ID: <20080101171146.GB27442@misty.eyesbeyond.com> References: <20071229103801.GA8928@osiris.chen.org.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071229103801.GA8928@osiris.chen.org.nz> User-Agent: Mutt/1.4.2.2i Cc: freebsd-java@freebsd.org Subject: Re: jdk15/javaws on amd64 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 17:11:52 -0000 On Sat, Dec 29, 2007 at 11:38:01PM +1300, Jonathan Chen wrote: > I'm trying out the jdk-1.5.0.13p7_1,1 javaws on 7-STABLE/amd64 system. > Running it with no arguments will pop-up the web-start manager; but if > an jnlp file is supplied I get: > > Exception in thread "main" java.lang.NoClassDefFoundError: > com/sun/deploy/util/PerfLogger > at com.sun.javaws.Main.main(Main.java:65 > > The invocation on a 7-STABLE/i386 system appears to work; I'm hoping > for tips on general whereabouts or what to look in the source tree so > that I can attempt to fix the problem. That class file should be in jre/lib/deploy.jar. Thats where it is on i386 at least. I don't immediately see any reason it wouldn't be included on amd64. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org