From owner-freebsd-eclipse@FreeBSD.ORG Wed Nov 9 08:39:03 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 13DE416A41F for ; Wed, 9 Nov 2005 08:39:03 +0000 (GMT) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2639743D45 for ; Wed, 9 Nov 2005 08:39:01 +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 jA98cu9V031572; Wed, 9 Nov 2005 10:38:56 +0200 (EET) (envelope-from past@ebs.gr) Received: from [10.1.1.158] (pc158.ebs.gr [10.1.1.158]) by ebs.gr (8.13.3/8.12.11) with ESMTP id jA98d827039991; Wed, 9 Nov 2005 10:39:09 +0200 (EET) (envelope-from past@ebs.gr) Message-ID: <4371B568.5050206@ebs.gr> Date: Wed, 09 Nov 2005 10:38:00 +0200 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051106) X-Accept-Language: en-us, en MIME-Version: 1.0 To: mic References: <4371A88B.7050904@hardcore.lt> <1131522691.1380.3.camel@triton.mcneil.com> <4371ACC9.9070807@hardcore.lt> In-Reply-To: <4371ACC9.9070807@hardcore.lt> 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:39:03 -0000 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