From owner-freebsd-eclipse@FreeBSD.ORG Wed Nov 9 08:54:06 2005 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE45C16A41F for ; Wed, 9 Nov 2005 08:54:06 +0000 (GMT) (envelope-from mic@hardcore.lt) Received: from megalogika.stp.lt (megalogika.stp.lt [193.219.52.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 493B243D46 for ; Wed, 9 Nov 2005 08:54:06 +0000 (GMT) (envelope-from mic@hardcore.lt) Received: from [192.169.1.77] (gavrila [192.169.1.77]) by megalogika.stp.lt (Postfix) with ESMTP id 6322DEF; Wed, 9 Nov 2005 10:54:03 +0200 (EET) Message-ID: <4371B92F.50502@hardcore.lt> Date: Wed, 09 Nov 2005 10:54:07 +0200 From: mic User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051012) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Panagiotis Astithas References: <4371A88B.7050904@hardcore.lt> <1131522691.1380.3.camel@triton.mcneil.com> <4371ACC9.9070807@hardcore.lt> <4371B568.5050206@ebs.gr> In-Reply-To: <4371B568.5050206@ebs.gr> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-eclipse@freebsd.org Subject: Re: eclipse 3.1.1_2 gui problems X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Nov 2005 08:54:06 -0000 /usr/local/bin/eclipse -clean it worked like a charm :) thank you Panagiotis Astithas wrote: > mic wrote: > >>> On Wed, 2005-11-09 at 09:43 +0200, mic wrote: >>> >>>> Hi, >>>> >>>> i've made portupgrade -af after migration to 6.0-release and eclipse >>>> again acts funny. >>>> >>>> for example, it displays dialog waaay too big while loading and cant >>>> display about dialog - just empty window is opened, some dialogs are >>>> not working at all - like when i click on "add external jars" button >>>> in project properties/java buildpath no dialog is opened at all... >>>> >>>> i've made portupgrade -fRx jdk eclipse but it didn't help... >>> >>> >>> >>> >>> Most likely this is the long-standing problem with libz and libzip. >>> There are two possible solutions floating around that have still not >>> been incorporated into Java. Do you get messages about the wrong >>> version of libz regarding your theme? This would be output to the >>> terminal you invoke eclipse in. Have you tried other themes? >> >> >> >> hi, >> >> i've tried to start eclipse from terminal >> >> /usr/local/bin/eclipse >> >> but it didn't output any text after eclise started nor after i've >> tried problematic places (about, add external jars) >> >> i'm using default eclipse theme and never touched that, i don't have >> another themes installed... >> >> i've already had this problem once when eclipse 3.1.1 port was just >> released, but after 3.1.1_1 everything was OK, and now after major >> upgrade this problem has popped up again... > > > Have you tried starting eclipse with the -clean flag so that the old > cached plugin libraries are cleared? > > Panagiotis >