From owner-freebsd-java@FreeBSD.ORG Wed Jul 7 14:20: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 1EC4316A4CE for ; Wed, 7 Jul 2004 14:20:48 +0000 (GMT) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DCF243D2D for ; Wed, 7 Jul 2004 14:20:46 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.6/8.12.9) with ESMTP id i659ptPJ038470; Mon, 5 Jul 2004 12:51:55 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.52] (edgar.ebs.gr [10.1.1.52]) by ebs.gr (8.12.6p2/8.12.6) with ESMTP id i659psQd094809; Mon, 5 Jul 2004 12:51:55 +0300 (EEST) (envelope-from past@ebs.gr) Message-ID: <40E924B7.1080206@ebs.gr> Date: Mon, 05 Jul 2004 12:51:51 +0300 From: Panagiotis Astithas Organization: NTUA/NMC User-Agent: Mozilla Thunderbird 0.7 (X11/20040702) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jose Aranes References: <20040702195559.58039.qmail@web21007.mail.yahoo.com> In-Reply-To: <20040702195559.58039.qmail@web21007.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit cc: freebsd-java@freebsd.org Subject: Re: to Install J2ME in freebsd. 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: Wed, 07 Jul 2004 14:20:48 -0000 Jose Aranes wrote: > Hi all > > How can i to install J2ME in freebsd, żit's possible > to do? > > I have installed actually > %java -version > java version "1.4.2-p6" > Java(TM) 2 Runtime Environment Make sure you have a recent ports collection and then install the java/sun-wtk port. Cheers, Panagiotis