Which Eclipse Do I Download For Java On Mac



  1. Download Eclipse For Java Programming
  2. Eclipse IDE For Java (free) Download Mac Version
  3. Eclipse IDE Not Working - Apple Community

Under “Get Eclipse Oxygen” Click “Download Packages” Download “Eclipse IDE for Java Developers”. To download click on 64 bit and it would download a TAR file. Once download is finished double click on the TAR file, it would extract the contents of the file to a folder. Eclipse IDE for Enterprise Java Developers. 382 MB; 749,947 DOWNLOADS; Tools for developers working with Java and Web applications, including a Java IDE, tools for Web Services, JPA and Data Tools, JavaServer Pages and Faces, Mylyn, Maven and Gradle, Git, and more. Click here to file a bug against Eclipse Web Tools Platform. We recomend downloading Eclipse IDE for Java EE Developers for Windows or Mac OS X. Then follow the installation instructions. Download plugin: Windows; Mac OS X; Unzip into eclipse installation directory; There should be new files in ECLIPSEROOT/plugins and ECLIPSEROOT/features; Run Eclipse; Hello World.

Eclipse IDE for Java Developers

  • 197 MB
  • 1,383,512 DOWNLOADS

The essential tools for any Java developer, including a Java IDE, a Git client, XML Editor, Maven and Gradle integration

Eclipse IDE for Enterprise Java Developers

  • 382 MB
  • 773,332 DOWNLOADS

Tools for developers working with Java and Web applications, including a Java IDE, tools for Web Services, JPA and Data Tools, JavaServer Pages and Faces, Mylyn, Maven and Gradle, Git, and more.
Click here to file a bug against Eclipse Web Tools Platform.
Click here to file a bug against Eclipse Platform.
Click here to file a bug against Maven integration for web projects.
Click here to report an issue against Eclipse Wild Web Developer (incubating).

Eclipse IDE for C/C++ Developers

  • 308 MB
  • 650,908 DOWNLOADS

An IDE for C/C++ developers.

Eclipse IDE for Eclipse Committers

  • 382 MB
  • 67,999 DOWNLOADS

Package suited for development of Eclipse itself at Eclipse.org; based on the Eclipse Platform adding PDE, Git, Marketplace Client, source code and developer documentation.
Click here to file a bug against Eclipse Platform.
Click here to file a bug against Eclipse Git team provider.

Eclipse IDE for Web and JavaScript Developers

  • 261 MB
  • 38,121 DOWNLOADS

The essential tools for any JavaScript developer, including JavaScript, TypeScript, HTML, CSS, XML, Yaml, Markdown... languages support; Kubernetes, Angular and React frameworks support; Node.js debugger; Git client; integrated terminal and remote filesystem explorer; Web and application server management.

Eclipse IDE for PHP Developers

  • 252 MB
  • 36,581 DOWNLOADS

The essential tools for any PHP developer, including PHP language support, Git client, Mylyn and editors for JavaScript, TypeScript, HTML, CSS and XML.
Click here to report an issue against Eclipse PHP Development Tools.
Click here to file a bug against Eclipse Web Tools Platform.
Click here to file a bug against Eclipse Platform.
Click here to report an issue against Eclipse Wild Web Developer (incubating).

Eclipse IDE for Java and DSL Developers

  • 376 MB
  • 34,474 DOWNLOADS

The essential tools for Java and DSL developers, including a Java & Xtend IDE, a DSL Framework (Xtext), a Git client, XML Editor, and Maven integration.

Eclipse Modeling Tools

  • 439 MB
  • 10,604 DOWNLOADS

The Modeling package provides tools and runtimes for building model-based applications. You can use it to graphically design domain models, to leverage those models at design time by creating and editing dynamic instances, to collaborate via Eclipse's team support with facilities for comparing and merging models and model instances structurally, and finally to generate Java code from those models to produce complete applications. In addition, via the package's discover catalog, you can easily install a wide range of additional powerful, model-based tools and runtimes to suit your specific needs.

Eclipse IDE for RCP and RAP Developers

  • 303 MB
  • 10,035 DOWNLOADS

A complete set of tools for developers who want to create Eclipse plug-ins, Rich Client Applications or Remote Application Platform (RCP+RAP), plus Maven and Gradle tooling, and an XML editor. It contains the EGit tooling for accessing Git version control systems, and Eclipse Passage which helps with license management for Eclipse-based products.

Download Eclipse For Java Programming

Eclipse IDE for Scientific Computing

After
  • 319 MB
  • 5,792 DOWNLOADS

Tools for C, C++, Fortran, and UPC, including MPI, OpenMP, OpenACC, a parallel debugger, and remotely building, running and monitoring applications.

Eclipse IDE for Testers

  • 156 MB
  • 5,234 DOWNLOADS

This package contains Eclipse features that support the software development quality assurance process, such as Jubula.

Eclipse IDE for Rust Developers

  • 221 MB
  • 3,909 DOWNLOADS

The essential tools for any Rust developer, including Rust language support, Git client, command-line integration, and editors.

Eclipse IDE for Scout Developers

  • 280 MB
  • 2,506 DOWNLOADS

Eclipse Scout is a Java/HTML5 framework to develop business applications that run on the desktop, on tablets and mobile devices. This package includes Eclipse IDE support for Scout developers and source code.

Question or issue on macOS:

Eclipse for java developers

I want to use the JRE 1.7 that I downloaded from Oracle website.

So I correctly install the .pkg file, and when I try /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java -version in the terminal I get this :

But in Eclipse I can’t use anything else than JRE 1.6. When I go in Properties > Java Build Path > Add Library > JRE System Library, I can’t find the 1.7 (there is only option for it : JavaSE-1.7 (unbound) with this issue :

What should I do ? Thanks

How to solve this problem?

Solution no. 1:

The download from java.com which installs in /Library/Internet Plug-Ins is only the JRE, for development you probably want to download the JDK from http://www.oracle.com/technetwork/java/javase/downloads/index.html and install that instead. This will install the JDK at /Library/Java/JavaVirtualMachines/jdk1.7.0_<something>.jdk/Contents/Home which you can then add to Eclipse via Preferences -> Java -> Installed JREs.

Solution no. 2:

Try editing your eclipse.ini file and add the following at the top

Of course the path may be slightly different, looks like I have an older version…

I’m not sure if it will add itself automatically. If not go into

Preferences –> Java –> Installed JREs

Click Add and follow the instructions there to add it

Which Eclipse Do I Download For Java On MacWhich Eclipse Do I Download For Java On Mac

Solution no. 3:

You need to tell Eclipse which JDK/JRE’s you have installed and where they are located.

Eclipse IDE For Java (free) Download Mac Version

This is somewhat burried in the Eclipse preferences: In the Window-Menu select “Preferences”. In the Preferences Tree, open the Node “Java” and select “Installed JRE’s”. Then click on the “Add”-Button in the Panel and select “Standard VM”, “Next” and for “JRE Home” click on the “Directory”-Button and select the top level folder of the JDK you want to add.

Its easier than the description may make it look.

Eclipse IDE Not Working - Apple Community

Hope this helps!