From owner-freebsd-java@FreeBSD.ORG Mon Feb 28 17:37:44 2005 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 369EE16A4CE for ; Mon, 28 Feb 2005 17:37:44 +0000 (GMT) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C5B743D5D for ; Mon, 28 Feb 2005 17:37:42 +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.9p1/8.12.9) with ESMTP id j1SHbeBu019473; Mon, 28 Feb 2005 19:37:40 +0200 (EET) (envelope-from past@ebs.gr) Received: from [10.1.1.200] (pptp.ebs.gr [10.1.1.200]) by ebs.gr (8.12.11/8.12.11) with ESMTP id j1SHba6x036035; Mon, 28 Feb 2005 19:37:38 +0200 (EET) (envelope-from past@ebs.gr) Received: from 127.0.0.1 (AVG SMTP 7.0.300 [266.5.0]); Mon, 28 Feb 2005 19:37:28 +0200 Message-ID: <422356D8.80204@ebs.gr> Date: Mon, 28 Feb 2005 19:37:28 +0200 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Elifarley C. Coelho" References: <20050228171526.12303.qmail@web50204.mail.yahoo.com> In-Reply-To: <20050228171526.12303.qmail@web50204.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-java@freebsd.org Subject: Re: Eclipse quits after a while 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: Mon, 28 Feb 2005 17:37:44 -0000 Elifarley C. Coelho wrote: > Eclipse IDE quits with an error after I press > ++O (to > organize imports in my Java source code). > > It also quits if I try to do anything more involved > than just closing a window. > > It was working fine until today. > > Any ideas on how to fix it ? I really need it working > since my daily > work depends on it. > > Thanks a lot! > > P.S.: Does anyone know why IBM does not provide a > FreeeBSD version of > eclipse, along with MacOS, Linux and Windows downloads > ? > > Below is my setup: > > java version "1.4.2-p7" > Java(TM) 2 Runtime Environment, Standard Edition > (build > 1.4.2-p7-root_09_jan_2005_19_16) > Java HotSpot(TM) Client VM (build > 1.4.2-p7-root_09_jan_2005_19_16, mixed mode) > > FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 > root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC > i386 > > The cause of the error would likely be reported in the log. You can access it through Help -> About -> Configuration Details -> View Error Log. Cheers, Panagiotis