Date: Wed, 04 Jul 2012 18:31:37 +0300 From: Andriy Gapon <avg@FreeBSD.org> To: Attila Nagy <bra@fsn.hu> Cc: freebsd-eclipse@FreeBSD.org Subject: Re: Can't use plugins installed inside eclipse after updating to 3.7.1 Message-ID: <4FF461D9.8020807@FreeBSD.org> In-Reply-To: <4FF453CD.7070505@fsn.hu> References: <4FF453CD.7070505@fsn.hu>
next in thread | previous in thread | raw e-mail | index | archive | help
on 04/07/2012 17:31 Attila Nagy said the following: > 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. Try running the following command: $ find /usr/local/lib/eclipse -type f \! -perm +004 If it finds anything, then chmod those files to be world-readable. After that start with a clean .eclipse again and things should work. Maybe you have a different problem. But if that's it, then eclipse port definitely has to be fixed to (_always_) install files with correct permissions. -- Andriy Gapon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FF461D9.8020807>