EasyEclipse Expert Java

Bare-bones Eclipse distro for experienced Java developers who are new to Eclipse.



Download release 1.2.2: (115MB)   (73MB)   (121MB)

Download release 1.3.1.1: (126MB)   (84MB)   (133MB)


EasyEclipse Expert Edition is all you need to start developing Java code with Eclipse.

There are currently 23 comments for this distribution. You can review them and add more here.

Composition


This distribution includes the following plugins:

Core components with a JDK:

Tools for general Java development:

Some essential utilities:

Version Control tools (CVS support was included in the Eclipse Platform until 1.2.2):

Getting started


"Getting Started" documentation is available for the following included plugins:

For the other plugins, you are welcome to propose a getting started. Thanks !

Changelog


Changes in release 1.3.1.1:

Changes in release 1.3.1: Changes in release 1.3.0: Changes in release 1.2.2: Changes in release 1.2.1: Changes in release 1.2.0: Changes in release 1.0.2: Changes in release 1.0.1: Changes in release 1.0.0:

License


EasyEclipse is licensed under the terms of the Open Software License version 2.1.

Each third party plugin, software or content is licensed under its own copyright and/or license. See each plugin page for details

23 Comments »

Comment by Andrei Loskutov
2007-01-28 04:55:04

In the “expert” Java distro I personally miss the Bytecode Outline plugin, which allows you to inspect/compare Java bytecode “on the fly” and in the latest stable beta version also to replace default classfile editor.

Comment by Philippe
 
 
Comment by Fabio Kung
2007-02-16 10:21:15

I suggest the subversive for svn access instead of subclipse. Subversive was accepted as official support for svn: http://www.eclipse.org/proposals/subversive/

 
Comment by arash
2007-02-20 15:13:11

but that doesnt work at vista ??? what s the problem.?
someone can help me plz ?
i got to install it 2 times in diferent directory to make fonction it :o lol

 
Comment by Rafael Kubina
2007-02-21 10:34:52

Perfect distro with leaks in maven 2 support (whats about the codehaus plugin @ http://m2eclipse.codehaus.org/ )

Comment by Francois
2007-02-23 01:37:45

You can add it to your installed distro in a few clicks, from here.

 
 
Comment by omar
2007-03-30 10:22:18

thanks for eclipse

 
Comment by chris
2007-07-08 13:55:58

I _really_ like the “implementations” ( not sure of the exact name ). A plugin to find implementations of methods. Very useful if your project references alot of stuff via interfaces/abstract classes

 
Comment by Marian
2008-07-14 06:07:02

The latest server version (1.2.2.2) crashed on Fedora 9 (with both Java 5 & 6 from Sun):

/usr/local/marian/Eclipse/easyeclipse-server-java-1.2.2.2/jre/bin/java: symbol lookup error: /usr/local/marian/Eclipse/easyeclipse-server-java-1.2.2.2/configuration/org.eclipse.osgi/bundles/239/1/.cp/libswt-mozilla-gtk-3236.so: undefined symbol: _ZN4nsID5ParseEPKc

Comment by Philippe
2008-07-14 10:00:40

Bummer… so it may be most likely that there are some incompatibilities issue there. Could you try the 1.3.1.1 expert Java as a verification?
Also would you know which exact version of Firefox is installed on FC9 ?

Comment by German
2008-09-28 16:39:00

Same problem here… using easyeclipse-server-java-1.2.2.2 on a Debian Lenny system, tried with iceweasel installed (Firefox 3) and without it with no luck. Standard Eclipse Europa also crashes on startup without providing any information.
It worked fine until I did a bunch of updates from Debian repos several months ago, now I’m in a fresh install experiencing the same problem, but it works well under Ubuntu 8.04

Comment by Leon
2008-10-12 23:10:56

EasyEclipse 1.2.2.2 on Ubuntu 8.04 also has it’s share of problems:

From the log file

!ENTRY org.eclipse.ui 4 0 2008-10-06 14:06:17.873
!MESSAGE XPCOM error -2147221164
!STACK 0
org.eclipse.swt.SWTError: XPCOM error -2147221164
at org.eclipse.swt.browser.Browser.error(Browser.java:1328)

Stock eclipse 3.4 works, but without amateras.

 
 
 
Comment by Daniel
2008-12-03 13:16:53

Did you find a solution to this issue?

…/libswt-mozilla-gtk-3236.so: undefined symbol: _ZN4nsID5ParseEPKc

If you did I would really appreciate your help as I am facing the same issue in RH 5.1 64

thanks,

-Daniel
tubrody@gmail.com

Comment by Antoine
2009-02-19 08:51:06

I also have the same error on easyeclipse-php-1.2.2.2 (while loading, ~20% progress bar):
# libswt-mozilla-gtk-3236.so: undefined symbol: _ZN4nsID5ParseEPKc

easyeclipse-php-1.2.1.1 also fails, with a different error :
# Error: no `server’ JVM at `/stuff/apps/Eclipse/easyeclipse-1.2.1.1/jre/lib/i386/server/libjvm.so’

easyeclipse-expert-java-1.3.1.1 also fails, again different error :
# SIGSEGV (0xb) at pc=0×003f797c, pid=6633, tid=4159658512
# Java VM: Java HotSpot(TM) Client VM (1.5.0_12-b04 mixed mode)
# Problematic frame:
# C [libc.so.6+0x7097c] memcpy+0×1c

Running on CentOS 5.1 x86_64, Firefox 3, JRE 5 or 6 (no difference), up-to-date xulrunner-devel and libswt3-gtk2

Should I deduce that Linux 64b isn’t supported anymore ??

Anyone have success stories for EasyEclipse on CentOS5 / RHEL5 x86_64 ?

 
 
 
Comment by gchan
2009-01-23 22:31:29

Create a shell script inside the eclipse dir or issue the commands directly:

[gchan@gchan-vm1 easyeclipse-lamp-1.2.2.2]$ cat eclipse.sh
export MOZILLA_FIVE_HOME=`dirname $0`
./eclipse &

 
Comment by jluengas
2009-01-26 02:37:20

Well, same problem in Fedora 10. It seems fixed installing installing xulrunner-devel package.

Hope this help you.

 
Comment by Antoine
2009-02-19 09:31:01

FYI:
- gchan’s script didn’t solve any of the problems I highlighted above.
- xulrunner-devel is already installed and up-to-date (both i386 and x86_64)
- still no success running any of the easyeclipse disto on CentOS-5-x86_64 :X

Comment by Antoine
2009-02-19 11:36:00

I figured it out, finally !

MOZILLA_FILE_HOME must be set to **the MOZILLA executable directory**

(most of the comments I found on this said to point it to the eclipse dir… wrong !)

So, here’s the very simple fix for me :

$> export MOZILLA_FILE_HOME=/usr/lib/firefox-3.0.6
$> /stuff/apps/Eclipse/easyeclipse-php-1.2.2.2/eclipse &

Ta-da ! No more JVM error 127, no more undefined symbol: _ZN4nsID5ParseEPKc

Also, remember to update/install xulrunner-devel.
I had it already, but its another common source of problems for Eclipse.

Regards

 
 
Your name (required for validation and display)
Your e-mail (required for validation but never displayed)
Your website URL (optional for display)
Your comment (smaller size | larger size)
You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.