Gentoo Archives: gentoo-user

From: Tom Wijsman <TomWij@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] using eclipse with java
Date: Mon, 28 Apr 2014 22:10:32
Message-Id: 20140429000901.2c83520c@gentoo.org
In Reply to: Re: [gentoo-user] using eclipse with java by gottlieb@nyu.edu
1 On Mon, 28 Apr 2014 16:08:18 -0400
2 gottlieb@×××.edu wrote:
3
4 > I get almost immediate segfaults.
5 >
6 > I type
7 >
8 > eclipse-bin-7.2
9 >
10 > It is basically empty (no projects).
11 > I start a new project called "crash"
12 > I then expand the project, select "src", right click and say "new
13 > class" I call the class "Crash" and it give a correct skeleton
14 > I go to the blank line above "public class Crash {" and start to type
15 > "import java.util.scanner"
16 >
17 > I get as far as "import java." then it pops up a window with
18 > completions and segfaults. It is quite repeatable. This happens on
19 > a fresh install of eclipse-bin.
20
21 Eclipse SDK 4.2 works here; strange that it doesn't for you, it might
22 be some incompatibility perhaps with one or another library.
23
24 Given that it is binary I'm unsure if this can be debugged...
25
26 > Any advice? Should I look for a binary on the eclipse site?
27
28 Yes, try one from the Eclipse site and put it in /opt/ (create symlinks
29 in /usr/local/bin/); there is 4.3 there, I think we need to bump to
30 that in the Java overlay at some point as 4.2 is getting somewhat old.
31
32 --
33 With kind regards,
34
35 Tom Wijsman (TomWij)
36 Gentoo Developer
37
38 E-mail address : TomWij@g.o
39 GPG Public Key : 6D34E57D
40 GPG Fingerprint : C165 AF18 AB4C 400B C3D2 ABF0 95B2 1FCD 6D34 E57D

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] using eclipse with java gottlieb@×××.edu