From owner-freebsd-java@FreeBSD.ORG Tue Jun 22 07:09:48 2004 Return-Path: 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 1858D16A4CE for ; Tue, 22 Jun 2004 07:09:48 +0000 (GMT) Received: from p4.roq.com (ns1.ecoms.com [207.44.130.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA4CB43D2D for ; Tue, 22 Jun 2004 07:09:47 +0000 (GMT) (envelope-from michael@roq.com) Received: from [192.168.46.21] (unknown [203.100.254.38]) by p4.roq.com (Postfix) with ESMTP id 3AFCA4C8CF; Tue, 22 Jun 2004 07:09:52 +0000 (GMT) Message-ID: <40D7DB24.2050903@roq.com> Date: Tue, 22 Jun 2004 17:09:24 +1000 From: Michael Vince User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040614 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Panagiotis Astithas References: <40D7C95E.1090706@roq.com> <40D7D63A.2000404@noc.ntua.gr> In-Reply-To: <40D7D63A.2000404@noc.ntua.gr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-java@freebsd.org Subject: Re: Installing the J2ME Wireless Toolkit 2.1 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2004 07:09:48 -0000 Panagiotis Astithas wrote: > Michael Vince wrote: > >> Hey all >> Has any one managed to run the J2ME Wireless Toolkit 2.1? >> http://java.sun.com/products/j2mewtoolkit/ >> After it finishes installing, all I get is this >> >> $ ./ktoolbar >> Exception in thread "main" java.lang.ExceptionInInitializerError >> at com.sun.kvem.environment.Resources.(Resources.java:84) >> at com.sun.kvem.environment.Resources.(Resources.java:91) >> at >> com.sun.kvem.environment.ToolkitDirs.(ToolkitDirs.java:45) >> at com.sun.kvem.toolbar.Main$SplashWindow.(Main.java:43) >> at com.sun.kvem.toolbar.Main.main(Main.java:113) >> >> I mainly just wanted it for the mobile phone emulator it has in it. > > > You should use the fresh java/sun-wtk port. It works fine here. > > Cheers, Thanks very much! Man I looked hard in the ports tree for this, doing searches like make search key="J2ME" or even "wireless" etc doesn't make it come up!