Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jan 2008 09:11:46 -0800
From:      Greg Lewis <glewis@eyesbeyond.com>
To:        Jonathan Chen <jonc@chen.org.nz>
Cc:        freebsd-java@freebsd.org
Subject:   Re: jdk15/javaws on amd64
Message-ID:  <20080101171146.GB27442@misty.eyesbeyond.com>
In-Reply-To: <20071229103801.GA8928@osiris.chen.org.nz>
References:  <20071229103801.GA8928@osiris.chen.org.nz>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080101171146.GB27442>