Application Details:
Version: | 3.3 |
License: | Open Source |
URL: | http://www.eclipse.org/downloa... |
Votes: | 0 |
Latest Rating: | Bronze |
Latest Wine Version Tested: | 1.1.19 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
Basic stuff: project creation, compiling, running/debugging Java projects.
What does not
Lots of GUI glitches.
Workarounds
What was not tested
Many features.
Hardware tested
Graphics:
Additional Comments
Rate is based on native overrides. Without overrides it would be garbage. You need to install Win32 Java JRE from Sun as prerequisite.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Fedora 10 x86_64 | Apr 22 2009 | 1.1.19 | Yes | Yes | Bronze | Anastasius Focht |
ÂMake sure you operate on a clean WINEPREFIX (~/.wine)!
1. Prerequisite installation
You need a Win32 Java Runtime installed in WINEPREFIX (either JRE or JDK). Download it from Sun here.
2. Work around GUI glitches/problems
Winetricks will work around some problems.
$ wget http://kegel.com/wine/winetricks
$ sh winetricks gecko corefonts
You need cabextract utility for winetricks corefonts step. Make sure it's installed locally.
Ubuntu:
$ sudo apt-get install cabextract
Fedora:
Â$ sudo yum install cabextract
Use the following workaround:
ÂÂ$ wine ./eclipse -vmargs -XX:AggressiveHeap
You need 'corefonts'. These fonts are not part of wine and can’t be packed together with Wine because of different licenses. Refer to HOWTO for instructions.
Comments for this application have been disabled because there are no maintainers.