From owner-freebsd-eclipse@FreeBSD.ORG Wed Jul 4 14:38:14 2012 Return-Path: Delivered-To: freebsd-eclipse@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D651106564A for ; Wed, 4 Jul 2012 14:38:14 +0000 (UTC) (envelope-from bra@fsn.hu) Received: from people.fsn.hu (people.fsn.hu [195.228.252.137]) by mx1.freebsd.org (Postfix) with ESMTP id 0DD5A8FC0C for ; Wed, 4 Jul 2012 14:38:13 +0000 (UTC) Received: by people.fsn.hu (Postfix, from userid 1001) id 4D5FCDA4B35; Wed, 4 Jul 2012 16:31:46 +0200 (CEST) X-Bogosity: Ham, tests=bogofilter, spamicity=0.009287, version=1.2.2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MF-ACE0E1EA [pR: 8.0092] X-CRM114-CacheID: sfid-20120704_16314_6384C850 X-CRM114-Status: Good ( pR: 8.0092 ) X-DSPAM-Result: Whitelisted X-DSPAM-Processed: Wed Jul 4 16:31:46 2012 X-DSPAM-Confidence: 0.7604 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 4ff453d2483461501151912 X-DSPAM-Factors: 27, From*Attila Nagy , 0.00010, ports, 0.00059, To*FreeBSD.org, 0.00191, lib, 0.00929, installed, 0.00995, I've+just, 0.01000, p2, 0.01000, ports), 0.01000, is+empty, 0.01000, Changing, 0.01000, Date*04+Jul, 0.99000, Received*4+Jul, 0.99000, Received*FreeBSD.org>, 0.01113, they+work, 0.01113, directories, 0.01113, install, 0.01171, updated+to, 0.01387, doesn't, 0.01429, compile, 0.01660, I've+tried, 0.01841, directory, 0.01958, directory, 0.01958, actually, 0.02051, plugins, 0.02201, One+thing, 0.02201, error, 0.02277, X-Spambayes-Classification: ham; 0.00 Received: from japan.t-online.private (japan.t-online.co.hu [195.228.243.99]) by people.fsn.hu (Postfix) with ESMTPSA id 5D4E7DA4B25 for ; Wed, 4 Jul 2012 16:31:46 +0200 (CEST) Message-ID: <4FF453CD.7070505@fsn.hu> Date: Wed, 04 Jul 2012 16:31:41 +0200 From: Attila Nagy MIME-Version: 1.0 To: freebsd-eclipse@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Can't use plugins installed inside eclipse after updating to 3.7.1 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, 04 Jul 2012 14:38:14 -0000 Hi, I've just recently updated to eclipse 3.7.1 (from ports) and since then I can't use plugins (CDT and pydev) installed from eclipse (via help->install new software etc). The error is the same as described here: http://eggbung.blogspot.hu/2010/01/pydev-fails-no-editor-descriptor.html What I've tried already: completely purge my ~/.eclipse and workspace directories, run and compile (who knows) it with the all the JDKs (jdk16, openjdk16/17). One thing I found so far is in /usr/local/lib/eclipse/eclipse.ini there is -Dorg.eclipse.equinox.p2.reconciler.dropins.directory=/usr/local/share/eclipse/dropins but that directory is empty. The only dropins directory which actually contains jars is: /usr/local/lib/eclipse/dropins Changing this from share to lib doesn't make any changes. BTW, if I install CDT and pydev from ports, they work.