Eclipse Java Mac Download



For beginners, choose the 'Eclipse IDE for Java Developers' and 'Windows 64-bit' (e.g., 'eclipse-java-2019-12-R-win32-x8664.zip' - about 201MB) ⇒ Download. Step 2: Unzip To install Eclipse, simply unzip the downloaded file into a directory of your choice (e.g., ' c: myProject '). Download Eclipse IDE for Java EE Developers for Mac & read reviews. Create Java web applications easily. Installation of Eclipse on MacOS includes several steps described below. 1) Download the latest version. This step involves downloading the latest version I.e. Eclipse oxygen (by the writing of this tutorial). Eclipse is a software designed to manage IDE for Java language. It is ideal for programming applications for Windows platforms, and it lets you add text to the source code of a Windows application or a web page. 1- Make sure you have downloaded Java SE.6 from the link below and installed it: Download Java for OS X 2015-001. 2- Create a java project in Eclipse, in the same window select Use a specific JRE then click on configure JREs like picture below: 3- Now select Add. 4- Select Standard VM and click next, now click on the Directory in the opened window.

Eclipse (@ www.eclipse.org) is an open-source Integrated Development Environment (IDE) supported by IBM. Eclipse is popular for Java application development (Java SE and Java EE) and Android apps. It also supports C/C++, PHP, Python, Perl, and other web project developments via extensible plug-ins. Eclipse is cross-platform and runs under Windows, Linux and macOS.

Eclipse Versions

The various versions are:

  • Eclipse 1.0 (November 7, 2001): based on an earlier Java IDE called VisualAge from IBM.
  • Eclipse 2.0 (June 28, 2002)
  • Eclipse 2.1 (March 28, 2003)
  • Eclipse 3.0 (June 25, 2004)
  • Eclipse 3.1 (June 28, 2005)
  • Eclipse 3.2 (June 30, 2006) (Callisto - named after one of the Jupiter's Galilean moons): started annual simultaneous release of all the related Eclipse projects.
  • Eclipse 3.3 (June 25, 2007) (Europa - named after another Jupiter's Galilean moons)
  • Eclipse 3.4 (June 19, 2008) (Ganymede - named after yet another Jupiter's Galilean moons)
  • Eclipse 3.5 (June 12, 2009) (Galileo - named after the great 17th century scientist and astronomer Galileo Galilei)
  • Eclipse 3.6 (June 23, 2010) (Helios - named after god of the sun in Greek Mythology)
  • Eclipse 3.7 (June 23, 2011) (Indigo)
  • Eclipse 4.2 (June 27, 2012) (Juno)
  • Eclipse 4.3 (June 2013) (Kepler)
  • Eclipse 4.4 (June 2014) (Luna)
  • Eclipse 4.5 (June 2015) (Mars)
  • Eclipse 4.6 (June 2016) (Neon)
  • Eclipse 4.7 (June 2017) (Oxygen)
  • Eclipse 4.8 (June 2018) (Photon)
  • Eclipse 2018-09 (4.9)
  • Eclipse 2018-12 (4.10)
  • Eclipse 2019-03 (4.11)
  • Eclipse 2019-06 (4.12)
  • Eclipse 2019-09 (4.13)
  • Eclipse 2019-12 (4.14)

How to Install Eclipse IDE 2019-12 for Java Developers

How to Install Eclipse on Windows

Step 0: Install JDK

To use Eclipse for Java programming, you need to first install Java Development Kit (JDK). Read 'How to Install JDK for Windows'.

Download eclipse for windows 10
Step 1: Download

Download Eclipse from https://www.eclipse.org/downloads. Under 'Get Eclipse IDE 2019-12' ⇒ Click 'Download Packages'. For beginners, choose the 'Eclipse IDE for Java Developers' and 'Windows 64-bit' (e.g., 'eclipse-java-2019-12-R-win32-x86_64.zip' - about 201MB) ⇒ Download.

Step 2: Unzip

To install Eclipse, simply unzip the downloaded file into a directory of your choice (e.g., 'c:myProject').

I prefer the zip version, because there is no need to run any installer. Moreover, you can simply delete the entire Eclipse directory when it is no longer needed (without running any un-installer). You are free to move or rename the directory. You can install (unzip) multiple copies of Eclipse in the same machine.

How to Install Eclipse on macOS

To use Eclipse for Java programming, you need to first install JDK. Read 'How to install JDK for macOS'.

To install Eclipse:

  1. Goto http://www.eclipse.org/downloads/. Under 'Get Eclipse IDE 2019-12' ⇒ Click 'Download Packages'. For beginners, select 'Eclipse IDE for Java Developers' and 'Mac Cocoa 64-bit'. You will receive a DMG file (e.g., 'eclipse-java-2019-12-R-macosx-cocoa-x86_64.dmg').
  2. Double-click the downloaded Disk Image (DMG) file. Follow the screen instructions to install Eclipse. Eclipse will be installed under '/Applications/eclipse'. (To confirm!)

How to Install Eclipse on Ubuntu Linux

Eclipse comes with many flavors (See 'Eclipse Packages' @ https://www.eclipse.org/downloads/compare.php):

  • To use Eclipse for Java programming, choose 'Eclipse IDE for Java Developers' (JavaSE) or 'Eclipse IDE for Java EE Developers' (JavaEE). You need to first install JDK. Read 'How to install JDK on Ubuntu'.
  • To use Eclipse for PHP programming, choose 'Eclipse IDE for PHP Developers'.
  • To use Eclipse for C/C++ programming, choose 'Eclipse IDE for C/C++ Developers'.

Nonetheless, you can install any package, and then add more features when needed.

To install Eclipse (e.g, for Java Programming):

  1. Download Eclipse from http://www.eclipse.org/downloads/. Under 'Get Eclipse IDE 2019-12' ⇒ Click 'Download Packages'. Choose 'Eclipse IDE for Java Developers' for Java SE program development; or 'Eclipse IDE for Java EE Developers' for developing webapps ⇒ Linux 64-bit. You will receive a tarball (e.g., 'eclipse-java-2019-12-R-linux-gtk-x86_64.tar.gz') in the '~/Downloads' folder.
  2. We shall install Eclipse under /usr/local.

To run Eclipse, open the '/usr/local/eclipse' folder and click on the 'Eclipse' icon; or start a 'Terminal', enter 'eclipse'.

Lock Eclipse on Launcher

Simply start Eclipse. Right-click the Eclipse icon ⇒ Lock to Launcher.

(For older version - If the above don't work) Create a /usr/share/applications/eclipse.desktop file with the following contents:

Start Eclipse, right-click on the Eclipse icon on launcher ⇒ lock to launcher.

Writing your First Java Program in Eclipse

Step 0: Launch Eclipse
  1. Launch Eclipse by running 'eclipse.exe' from the Eclipse installed directory.
  2. Choose an appropriate directory for your workspace, i.e., where you would like to save your files (e.g., c:myProjecteclipse for Windows) ⇒ Launch.
  3. If the 'Welcome' screen shows up, close it by clicking the 'close' button next to the 'Welcome' title.
Step 1: Create a new Java Project
For each Java application, you need to create a project to keep all the source files, classes and relevant resources.

Eclipse Java Download Mac

To create a new Java project:

  1. Choose 'File' menu ⇒ 'New' ⇒ 'Java project' (or 'File' ⇒ 'New' ⇒ 'Project' ⇒ 'Java project').
  2. The 'New Java Project' dialog pops up.
    1. In 'Project name', enter 'FirstProject'.
    2. Check 'Use default location'.
    3. In 'JRE', select 'Use default JRE (currently 'JDK11.0.x')'. But make sure that your JDK is 1.8 and above.
    4. In 'Project Layout', check 'Use project folder as root for sources and class files'.
    Push 'Finish' button.
  3. In 'Create module-info.java' dialog, Click 'Don't Create'. (Note: For easier version of Eclipse, you need to use the 'Next' Button in the previous step, and uncheck 'Create module-info.java file').
Step 2: Write a Hello-world Java Program
  1. In the 'Package Explorer' (left pane) ⇒ Right-click on 'FirstProject' (or use the 'File' menu) ⇒ New ⇒ Class.
  2. The 'New Java Class' dialog pops up.
    1. In 'Source folder', keep the 'FirstProject'.
    2. In 'Package', delete the content if it is not empty.
    3. In 'Name', enter 'Hello'.
    4. Check 'public static void main(String[] args)'.
    5. Don't change the rest.
    Push 'Finish' button.
  3. The source file 'Hello.java' opens on the editor panel (the center pane). Enter the following codes:
Step 3: Compile & Execute the Java Program
  1. There is no need to compile the Java source file in Eclipse explicitly. It is because Eclipse performs the so-called incremental compilation, i.e., the Java statement is compiled as and when it is entered.
  2. To run the program, right-click anywhere on the source file 'Hello.java' (or choose 'Run' menu) ⇒ Run As ⇒ Java Application.
  3. The output 'Hello, world!' appears on the Console panel (the bottom pane).
NOTES:
  • You should create a NEW Java project for EACH of your Java application.
  • Nonetheless, Eclipse allows you to keep more than one programs in a project, which is handy for writing toy programs (such as your tutorial exercises). To run a particular program, open and right-click on the source file ⇒ Run As ⇒ Java Application.
  • Clicking the 'Run' button (with a 'Play' icon) runs the recently-run program (based on the previous configuration). Try clicking on the 'down-arrow' besides the 'Run' button.

Correcting Syntax Errors

Download

Eclipse performs incremented compilation, as and when a source 'line' is entered. It marked a source line having syntax error with a RED CROSS. Place your cursor at the RED CROSS to view the error message.

You CANNOT RUN the program if there is any syntax error (marked by a RED CROSS before the filename). Correct all the syntax errors; and RUN the program.

HINTS: In some cases, Eclipse shows a ORANGE LIGHT-BULB (for HINTS) next to the ERROR RED-CROSS (Line 5 in the above diagram). You can click on the LIGHT-BULB to get a list of HINTS to resolve this particular error, which may or may not work!

SYNTAX WARNING: marked by a orange triangular exclaimation sign. Unlike errors, warnings may or may not cause problems. Try to fix these warnings as well. But you can RUN your program with warnings.

Read the Eclipse Documentation

At a minimum, you SHOULD browse through Eclipse's 'Workbench User Guide' and 'Java Development User Guide' - accessible via the Eclipse's 'Welcome' page or 'Help' menu. This will save you many agonizing hours trying to figure out how to do somethings later.

Debugging Programs in Eclipse

Able to use a graphics debugger to debug program is crucial in programming. It could save you countless hours guessing on what went wrong.

Step 0: Write a Java Program

The following program computes and prints the factorial of n (=1*2*3*...*n). The program, however, has a logical error and produce a wrong answer for n=20 ('The Factorial of 20 is -2102132736' - a negative number?!).

Let's use the graphic debugger to debug the program.

Step 1: Set an Initial Breakpoint

A breakpoint suspends program execution for you to examine the internal states (e.g., value of variables) of the program. Before starting the debugger, you need to set at least one breakpoint to suspend the execution inside the program. Set a breakpoint at main() method by double-clicking on the left-margin of the line containing main(). A blue circle appears in the left-margin indicating a breakpoint is set at that line.

Step 2: Start Debugger

Right click anywhere on the source code (or from the 'Run' menu) ⇒ 'Debug As' ⇒ 'Java Application' ⇒ choose 'Yes' to switch into 'Debug' perspective (A perspective is a particular arrangement of panels to suits a certain development task such as editing or debugging). The program begins execution but suspends its operation at the breakpoint, i.e., the main() method.

As illustrated in the following diagram, the highlighted line (also pointed to by a blue arrow) indicates the statement to be executed in the next step.

Step 3: Step-Over and Watch the Variables and Outputs

Click the 'Step Over' button (or select 'Step Over' from 'Run' menu) to single-step thru your program. At each of the step, examine the value of the variables (in the 'Variable' panel) and the outputs produced by your program (in the 'Console' Panel), if any. You can also place your cursor at any variable to inspect the content of the variable.

Eclipse download for windows 10 64 bit

Single-stepping thru the program and watching the values of internal variables and the outputs produced is the ultimate mean in debugging programs - because it is exactly how the computer runs your program!

Step 4: Breakpoint, Run-To-Line, Resume and Terminate

As mentioned, a breakpoint suspends program execution and let you examine the internal states of the program. To set a breakpoint on a particular statement, double-click the left-margin of that line (or select 'Toggle Breakpoint' from 'Run' menu).

'Resume' continues the program execution, up to the next breakpoint, or till the end of the program.

'Single-step' thru a loop with a large count is time-consuming. You could set a breakpoint at the statement immediately outside the loop (e.g., Line 11 of the above program), and issue 'Resume' to complete the loop.

Alternatively, you can place the cursor on a particular statement, and issue 'Run-To-Line' from the 'Run' menu to continue execution up to the line.

'Terminate' ends the debugging session. Always terminate your current debugging session using 'Terminate' or 'Resume' till the end of the program.

Step 5: Switching Back to Java perspective

Click the 'Java' perspective icon on the upper-right corner to switch back to the 'Java' perspective for further programming (or 'Window' menu ⇒ Open Perspective ⇒ Java).

Important: I can's stress more that mastering the use of debugger is crucial in programming. Explore the features provided by the debuggers.

Other Debugger's Features
Download

Step-Into and Step-Return: To debug a method, you need to use 'Step-Into' to step into the first statement of the method. ('Step-Over' runs the function in a single step without stepping through the statements within the function.) You could use 'Step-Return' to return back to the caller, anywhere within the method. Alternatively, you could set a breakpoint inside a method.

Modify the Value of a Variable: You can modify the value of a variable by entering a new value in the 'Variable' panel. This is handy for temporarily modifying the behavior of a program, without changing the source code.

Tips & Tricks

General Usages (for all Programming Tasks)

These are the features that I find to be most useful in Eclipse:

  1. Maximizing Window (Double-Clicking): You can double-click on the 'header' of any panel to maximize that particular panel, and double-click again to restore it back. This feature is particularly useful for writing source code in full panel.
  2. Shorthand Templates (sysout, for,...): You can type 'sysout' followed by a ctrl+space (or alt-/) as a shorthand for typing 'System.out.println()'.
    The default shortcut key (ctrl-space or alt-/) depends on the system. Check your system's shortcut key setting in 'Edit' ⇒ 'Content Assist' ⇒ 'Default'. Take note that many of you use ctrl+space to switch between input languages. You need to reconfigure either your language switching hot-key or Eclipse.
    Similarly, you can type 'for' followed by ctrl-space (or alt-/) to get a for-loop.
    You can create your own shorthand in 'Window' menu ⇒ 'Preferences' ⇒ 'Java' ⇒ 'Editor' ⇒ 'Templates'. (Alternatively, in 'Window' ⇒ 'Preferences' ⇒ type 'template' as filter text and choose 'Java' ⇒ 'Editor' ⇒ 'Templates'.)
    You can change your key settings in 'Window' menu ⇒ 'Preferences' ⇒ 'General' ⇒ 'Key' ⇒ choose 'Command', 'Content Assist'. (Alternatively, in 'Window' ⇒ 'Preferences' ⇒ type 'key' as filter text and choose 'General' ⇒ 'Key'.)
  3. Intelli-Sense (ctrl-space): You can use ctrl-space to activate the 'intelli-sense' (or content assist). That is, Eclipse will offer you the choices, while you are typing.
  4. Source Formatting (ctrl-shift-f): Right-click on the source. Choose 'Source' ⇒ 'Format' to let Eclipse to layout your source codes with the proper indentation.
  5. Source Toggle Comment (ctrl-/): To comment/uncomment a block of codes, choose 'Source' ⇒ 'Toggle Comment'.
  6. Hints for Correcting Syntax Error: If there is a syntax error on a statement, a red mark will show up on the left-margin on that statement. You could click on the 'light bulb' to display the error message, and also select from the available hints for correcting that syntax error.
  7. Refactor (or Rename) (alt-shift-r): You can rename a variable, method, class, package or even the project easily in Eclipse. Select and right-click on the entity to be renamed ⇒ 'Refactor' ⇒ 'Rename'. Eclipse can rename all the occurrences of the entity.
  8. Line Numbers: To show the line numbers, choose 'Window' menu ⇒ 'Preferences' ⇒ 'General' ⇒ 'Editors' ⇒ 'Text Editors' ⇒ Check the 'Show Line Numbers' Box. You can also configure many editor options, such as the number of spaces for tab. Alternatively, you can right-click on the left-margin, and check 'Show Line Numbers'.
  9. Error Message Hyperlink: Click on an error message will hyperlink to the corresponding source statement.
  10. Changing Font Type and Size: From 'Window' menu ⇒ 'Preferences' ⇒ 'General' ⇒ 'Appearance' ⇒ 'Colors and Fonts' ⇒ expand 'Java' ⇒ 'Java Editor Text Font' ⇒ 'Edit'. (Alternatively, in 'Window' ⇒ 'Preferences' ⇒ type 'font' as filter text and choose the appropriate entry.)
  11. Unicode Support: To enable Unicode support, select 'Window' menu ⇒ Preferences ⇒ General ⇒ Workspace ⇒ Text file encoding ⇒ UTF-8. This sets the default character set used for file encoding, similar to VM's command-line option -Dfile.encoding=UTF-8. Commonly used charsets for Unicode are UTF-8, UTF-16 (with BOM), UTF-16BE, UTF-16LE. Other charsets are US-ASCII, ISO-8859-1.
  12. Mouse Hover-over: In debug mode, you could configure to show the variable's value when the mouse hovers over the variable. Select 'Window' menu ⇒ 'Preferences' ⇒ 'Java' ⇒ 'Editor' ⇒ 'Hover'.
  13. Comparing Two Files: In 'Package Explorer', select two files (hold the control key) ⇒ Right-click ⇒ Compare with.
  14. Useful Eclipse Shortcut Keys:
    • F3: Goto the declaration of the highlighted variable/method.
    • Ctrl-Shift-G: Search for ALL references of the highlighted variable/method in workspace.
    • Ctrl-G: Search for the Declaration of a variable/method in workspace.
      Don't use Find (Ctrl-F), but use the above context-sensitive search.
    • Ctrl-Shift-F: Format the source code.
    • Ctrl-Shift-O: Organize imports.
    • Alt-Shift-R: Rename. (Don't use Find/Replace.)
    • Ctrl-Space: auto-complete.
  15. Package Explorer vs. Navigator: We usually use 'Package Explorer' in programming, but it will not show you all the folders and files under the project. On the other hand, 'Navigator' is a file manager that shows the exact file structure of the project (similar to Windows Explorer). You can enable the Navigator by 'Window' ⇒ Show view ⇒ Navigator.
  16. Spell Check: To enable spell check, select Window ⇒ Preferences ⇒ type 'spell' in the filter ⇒ General ⇒ Editors ⇒ Text Editors ⇒ Spelling ⇒ Check 'Enable spell checking'. Also provide a 'User defined dictionary' (with an initially empty text file).
    To correct mis-spell words, right-click and press ctrl-1 (or Edit menu ⇒ Quick Fix).
  17. Eclipse's Log File: Goto Help ⇒ about Eclipse ⇒ Installation details ⇒ Configuration ⇒ View Error Log.
  18. Viewing two files in split screen: Simply click and hold on the title of one file and drag it to the lower side of the screen. [To view the same file on split screen, create a new editor window by selecting Window ⇒ New Editor; and drag one window to the lower side of the screen.]
  19. Block Select (Column Select): Push Alt-Shift-A to toggle between block-select mode and normal mode.
  20. Snippets:
    • To view the snippet window: choose 'Window' ⇒ Show View ⇒ Snippets.
    • To create a new snippet category: Right-click ⇒ Customize ⇒ New.
    • To create a new snippet item: Copy the desired text ⇒ Select the snippet category ⇒ paste as snippet.
    • To insert a snippet: place the cursor on the desired location at the editor panel ⇒ click the snippet item.
  21. Word Wrap (Line Wrap): Word-wrap (or line-wrap) is essential for editing long HTML documents without the horizontal scroll bar. However, the Eclipse's HTML Editor and Text Editor do not support word-wrap.
    You could install a plug-in called 'Word Wrap' from http://ahtik.com/eclipse-update/.
    Choose 'Help' ⇒ Install New Software ⇒ in 'Work with' Enter 'http://ahtik.com/eclipse-update/'.
    To activate word wrap, right-click on the editor panel ⇒ select 'Word Wrap'.
  22. Creating 'link folder' in project: You do not have to place all the folders under the project base directory, instead, you can use so-called 'link folders' to link to folder outside the project base directory.
    To create a link folder in a project, right-click on the project ⇒ File ⇒ New ⇒ Folder ⇒ Advanced ⇒ Check Link to alternate Location (Linked Folder).
  23. Running Eclipse in 'clean' mode: You can run eclipse in so-called 'clean' mode, which wipes all the cached data and re-initialize the cache, by running eclipse from command-line with '-clean' argument (i.e., 'eclipse -clean'). It is useful if something is not working proper, especially if you install a new copy of Eclipse.
  24. Show the Right Margin: Window ⇒ Preferences ⇒ General ⇒ Editors ⇒ Text Editors ⇒ Show Print Margin and set the column number.
  25. Let me know if you have more tips to be included here.

Update Eclipse and Install new Software

  1. Install New Software: Select 'Help' menu ⇒ Install New Software ⇒ In 'Work With', pull down the select menu and choose a software site.
  2. Update: Select 'Help' menu ⇒ Check for Updates ⇒.

For Java Application Development Only

  1. Small Toy Java Programs: You can keep many small programs (with main()) in one Java project instead of create a new project for each toy program. To run the desired program, right-click on the source file ⇒ 'Run as' ⇒ 'Java Application'.
  2. Scanner/printf() and JDK 1.5: If you encounter syntax error in using printf() or Scanner (which are available from JDK 1.5), you need to check your compiler settings. Select 'Window' menu ⇒ Preferences ⇒ open the 'Java' node ⇒ select 'Compiler' ⇒ in 'Compiler compliance level' ⇒ select the latest release, which should be '1.5' or above.
  3. Command-Line Arguments: To provide command-line arguments to your Java program in Eclipse, right-click on the source file ⇒ 'Run Configurations' ⇒ Under the 'Main' panel, check that 'Project' name and 'Main Class' are appropriate ⇒ Select the 'Argument' tab ⇒ type your command-line arguments inside the 'Program Arguments' box ⇒ 'Run'.
  4. Resolving Import (Ctrl-Shift-o): To ask Eclipse to insert the import statements for classes. Useful when you copy a large chunk of codes without the corresponding import statements.
  5. Including Another Project: To include another project in the same work space, right-click on the project ⇒ Build Path ⇒ Configure Build Path... ⇒ Select 'Projects' tab ⇒ 'Add...' to select project in the existing work space ⇒ OK.
  6. Exporting a Project to a JAR file: Right-click on the project ⇒ Export... ⇒ Java, JAR File ⇒ Next ⇒ Select the files to be exported ⇒ Next ⇒ Next ⇒ In 'JAR Manifest Specification' dialog, enter the main class (if you wish to run the JAR file directly) ⇒ Finish.
  7. Unit Testing: If you keep your test in another project, you need to include the project under test in your Build Path (see above).
    To create a test case: Right-click on the project ⇒ New ⇒ JUnit Test Case ⇒ the 'New JUnit Test Case' dialog appears. Select 'New JUnit 4 Test'. In 'Name', enter your class name. In 'Class under test', browse and select the class to be tested.
    To run the test: Right-click ⇒ 'Run As' ⇒ 'JUnit Test'. The results are displayed in a special 'JUnit console'.
  8. Adding External JAR files & Native Libraries ('.dll', '.lib', '.a', '.so'): Many external Java packages (such as JOGL, Java3D, JAMA, etc) are available to extend the functions of JDK. These packages typically provide a 'lib' directory containing JAR files ('.jar') (Java Archive - a single-file package of Java classes) and native libraries ('.dll', '.lib' for windows, '.a', '.so' for Linux and macOS).
    To include these external packages into an Eclipse's project, right-click on the project ⇒ Build Path ⇒ Add External Archives ⇒ Navigate to select the JAR files ('.jar') to be included.
    In 'Package Explorer', right-click on the JAR file added ⇒ Properties:
    • To include native libraries ('.dll', '.lib', '.a', '.so'), select 'Native Library' ⇒ 'Location Path' ⇒ 'External Folder'.
    • To include the javadoc, select 'JavaDoc Location' ⇒ 'JavaDoc URL' ⇒ You can specify a local file or a remote link.
    • To include source file (for debugging), select 'Java Source Attachment'.
    All the above options are also accessible via project's property ⇒ 'Build Path'.
    Notes: The JAR files must be included in the CLASSPATH. The native library directories must be included in JRE's property 'java.library.path', which normally but not necessarily includes all the paths from the PATH environment variable. Read 'External JAR files and Native Libraries'.
  9. Creating a User Library: You can also create a Eclipse's user library to include a set of JAR files and native libraries, that can then be added into subsequent Eclipse projects.
    For example, I created a user library for 'JOGL' as follows:
    1. From 'Window' menu ⇒ Preferences ⇒ Java ⇒ Build Path ⇒ User Libraries ⇒ New ⇒ In 'User library name', enter 'jogl'. The 'User Library' dialog appears.
    2. In 'User Library' dialog ⇒ Select 'jogl' ⇒ Add JAR... ⇒ Navigate to <JOGL_HOME>/lib, and select 'gluegen-rt.jar' and 'jogl.jar'.
    3. Expand the 'jogl.jar' node ⇒ Select 'Native library location: (none)' ⇒ Edit... ⇒ External Folder... ⇒ select <JOGL_HOME>/lib.
    4. Expand the 'jogl.jar' node ⇒ Select 'Javadoc location: (none)' ⇒ Edit... ⇒ Javadoc in archive ⇒ In 'Archive Path', 'Browse' and select the downloaded JOGL API documentation zip-file ⇒ In 'Path within archive', 'Browse' and expand the zip-file to select the top-level path (if any) ⇒ Validate. Alternatively, you can provide the path to the un-zipped javadocs. This is needed for Eclipse to display javadoc information about classes, fields, and methods.
    5. You may provide the source files by editing 'Source attachment: (none)'. Source is needed only if you are interested to debug into the JOGL source codes.
    For EACH subsequent Java project created that uses JOGL, right-click on the project ⇒ Build Path ⇒ Add Libraries ⇒ Select 'User Library' ⇒ Check 'jogl'.
  10. Running an External Program: Suppose that you want to run a Perl script on the selected file, you can configure an external tool as follows:
    1. From 'Run' menu ⇒ External Tools ⇒ External Tools Configuration... ⇒ The 'External Tools Configuration' dialog appears.
    2. In 'Name', enter your tool name.
    3. Choose the 'Main' tab ⇒ In 'Location', 'Browse File System...' to choose the perl interpreter 'perl' ⇒ In 'Arguments', enter 'path/scriptname.pl ${resource_loc}', where ${resource_loc} is an Eclipse variable that denotes the currently selected resource with absolute path.
    4. Choose the 'Common' tab ⇒ In 'Standard Input and Output', uncheck 'Allocate Console', check 'File' and provide an output file (e.g., d:temp${resource_name}.txt).
    5. (If you use the CYGWIN perl interpreter, need to set environment variable CYGWIN=nodosfilewarning to disable warning message.)
    To run the configured external tool, select a file ⇒ run ⇒ external tool ⇒ tool name.
  11. Viewing Hex Code of Primitive Variables in Debug mode: In debug perspective, 'Variable' panel ⇒ Select the 'menu' (inverted triangle) ⇒ Java ⇒ Java Preferences... ⇒ Primitive Display Options ⇒ Check 'Display hexadecimal values (byte, short, char, int, long)'.
  12. Adding a New Version of JDK/JRE: First, you can check the installed JDK/JRE via 'Window' menu ⇒ 'Preferences' ⇒ Expand 'Java' node ⇒ 'Installed JREs'. Check the 'Location' current JRE installed to make sure that it is the intended one. You can use the 'Add' button to add a new version of JRE. For program development, I recommend that you add the JDK (instead of JRE). [The 'Location' decides the extension directory used for including additional JAR files, e.g., $JAVA_HOMEjrelibext.]

For Web Developers

  1. HTML Editor: Use the 'Web Page Editor' (available in Eclipse Java EE), which provides the design view (WYSISYG).
    To use the 'Web Page Editor', right-click on the HTML file, open as 'Web Page Editor'.
    To make the 'Web Page Editor' as default for HTML file, goto Window ⇒ Preferenes ⇒ General ⇒ Editor ⇒ File Associations ⇒ .htm and .html ⇒ Select 'Web page editor' ⇒ default.

File I/O in Eclipse

Suppose that your want to write a Java program, which inputs from a text file called 'xxxx.in' and outputs to a text file called 'xxxx.out'. This is a little tricky under Eclipse due to:

  1. When you create a text file in Windows' Notepad and saved it as 'xxxx.in', Notepad will append the '.txt' to your file and it becomes 'xxxx.in.txt'. Worse still, the Windows' Explorer, by default, will not show the '.txt' extension. (The first thing I always do to an alien computer is to change this setting. From 'Tools' menu ⇒ Folder Options... ⇒ View ⇒ Uncheck 'Hide extensions for known file types'.) You need to put a pair of double quotes around xxxx.in to override the default '.txt' extension. This is one good reason not to use Notepad for programming at all. You should use Eclipse to create the text file instead.
  2. Which directory to keep the input file 'xxxx.in' in Eclipse?
    • If you did not separate the sources and class files into two separate directories, then the answer is straight forward, because there is only one directory to place your input file.
    • If you choose to keep your sources and class files in two separate directories, eclipse will create two sub-directories 'src' and 'bin' under the base directory. BUT you need to put your input file 'xxxx.in' in the base directory of your project, instead of the 'src' or 'bin'..
For writing simple programs:
  • Put the sources, class files, and the input/output files in the same directory. (When you create a new project, select 'Use project folder as root for sources and class files' in 'Project Layout'.) (But put your sources and class files in separate directories for big project.)
  • You can create you input file from eclipse directly via 'File' menu ⇒ 'New' ⇒ 'File'.
  • Remember to add a newline to the end of your input file.
  • You may need to right-click the project and select 'Refresh' to see the output file 'xxxx.out' created in the package explorer.
  • To open the 'xxxx.in' and 'xxxx.out': right-click ⇒ Open With ⇒ Text Editor.

This is a sample JDK 1.5 program for file input/output:

Create the input text file called 'FileIOTest.in' with the following contents and terminated with a newline:

Writing Swing Applications using Eclipse GUI Builder

Eclipse provides a visual GUI builder called 'WindowBuilder' (@ https://www.eclipse.org/windowbuilder), which supports AWT/Swing, SWT (Eclipse's Standard Widget Toolkit - an alternative to JDK's AWT/Swing), XWT, GWT, eRCT.

Step 0: Install WindowBuilder

To install 'WindowBuilder', goto 'Help' ⇒ Install New Software ⇒ In 'Work with', enter 'https://download.eclipse.org/windowbuilder/latest/' (You can find the proper link from 'http://www.eclipse.org/windowbuilder/download.php') ⇒ Check 'WindowBuilder' ⇒ Next ⇒ Next ⇒ Accept the licence ⇒ Finish.

Step 1: Create a New 'Java Application' Project
  1. Choose 'File' menu ⇒ 'New' ⇒ 'Java project'.
  2. The 'New Java Project' dialog pops up.
    1. In the 'Project name' field, enter 'FirstSwingProject'.
    2. Check 'Use default location'.
    3. In the 'JRE' box, select 'Use default JRE (currently 'JDK1.x')'.
    4. Click 'Finish'.
Step 2: Create a Swing JFrame Subclass
  1. Choose 'File' menu ⇒ 'New' ⇒ 'Others' ⇒ 'WindowBuilder' ⇒ 'Swing Designer' ⇒ 'JFrame' ⇒ 'Next'.
  2. In the 'Create JFrame' dialog ⇒ Enter 'SwingMain' in the 'Name' field ⇒ 'Finish'.
  3. Select the 'Design' pane.
  4. In 'Layouts', select 'FlowLayout' and click on the 'design form'.
  5. From 'Components', select 'JLabel' and click on the design form. Change the label text to 'Counter: '. Select a 'JTextField' and place it on the design form. Change the text to '0'. Select a 'JButton' and place it on the design form. Change the text label to 'Count'.
  6. To attach a event-handler to the button, double-click the JButton to switch into the 'Source' pane, with the event-handler skeleton created. Complete the actionPerformed() as follows: Add an instance variable called count as follow:
  7. You can now ready run the program. Right-click on the project ⇒ Run As ⇒ Java Application.
Eclipse Generated Codes

Study the codes generated by Eclipse GUI Builder, as follows, which is just a typical Swing application.

Eclipse for C/C++ Programming

Here.

Eclipse PDT (PHP Development Tool)

Here.

Eclipse and Database Development (MySQL)

Reference: 'Data Tools Platform User Documentation' @ Eclipse Welcome page.

You need to install Eclipse for Java EE, MySQL and MySQL Connector/J Driver. Read 'How to install and get started with MySQL'.

To use Eclipse for MySQL development:

  1. Switch to 'Database Development' perspective: From 'Window' menu ⇒ Open Perspective ⇒ Other ⇒ Database Development.
  2. Connect to MySQL database server: Start your MySQL database server. Right-click 'Database Connection' ⇒ New.
    1. In 'Connection Profile', choose 'MySQL' ⇒ Next.
    2. In 'Driver', choose 'New Driver Definition' ⇒ Choose the MySQL Connector/J Driver ⇒ In JAR List, select the MySQL Connector/J Driver JAR file (that you have installed). In 'Properties', 'General', specify URL (take note of the database name), User name and password ⇒ Test Connection ⇒ Finish.
    3. In 'Datasource Explorer', you can 'connect' and 'disconnect' the connection.
  3. To create a new SQL script, choose File ⇒ New ⇒ SQL File ⇒ You may use an existing project or create a new project (General - Project or Web - Dynamic Web Project) ⇒ Enter filename, and set the connection profile name ⇒ Finish. Enter a SQL statement (e.g., SELECT * FROM tablename) ⇒ Right-click on the text ⇒ 'Execute Current Text' or 'Execute All'.
  4. To use an existing SQL file, drop the file into a project and open the SQL file. In Connection profile, set the type and connection name. Right-click on a statement ⇒ 'Execute ...'.
  5. To CURD (create-update-read-delete) tables, in 'Datasource Explorer' (of the 'Database Development' perspective), expand 'database' to view the tables. Right-right on the table ⇒ Datat ⇒ Edit.

Developing and Deploying Web Applications in Eclipse for Java EE

Setting Up Eclipse for Web Development

  1. Install 'Eclipse for Java EE (Enterprise Edition)'.
  2. Install Tomcat (or Glassfish) server.
  3. Configuring Web Server: Launch Eclipse ⇒ Window ⇒ Preferences ⇒ Expand the 'Server' node ⇒ 'Runtime Environments' ⇒ 'Add...' ⇒ Expand 'Apache' and select 'Apache Tomcat v7.0' ⇒ Enter the 'Tomcat Installation Directory' ⇒ 'Finish'.

Writing a Hello-world JSP Page

  1. Create a new Web Application: File ⇒ New ⇒ Dynamic Web Project (under 'Web' category) ⇒ In 'Project Name', enter 'HelloJSP' ⇒ Finish.
  2. Create a new JSP File: Right-click on the project 'HelloJSP' ⇒ New ⇒ JSP File ⇒ The parent folder shall be 'HelloJSP/WebContent' ⇒ In 'File Name', enter 'Hello' ⇒ 'Finsih'.
  3. Enter the following HTML/JSP codes within the <body>...</body> tags:
  4. To execute the JSP, right-click on 'Hello.jsp' ⇒ Run As ⇒ Run on Server.

Writing a Hello-world Servlet

  1. Create a new Web Application: File ⇒ New ⇒ Dynamic Web Project (under 'Web' category) ⇒ In 'Project Name', enter 'HelloServlet' ⇒ 'Finish'.
  2. Create a new Servlet: Right-click on the project 'HelloServlet' ⇒ New ⇒ Servlet ⇒ In 'Java Package', enter 'hello'; in 'Class Name', enter 'HelloServlet' ⇒ Next ⇒ In 'URL Mappings', select 'HelloServlet', 'Edit' to 'Hello' ⇒ Next ⇒ In 'Which method stubs would you like to create', check 'Inherited abstract method' and 'doGet' ⇒ Finish.
    In 'HelloServlet.java', enter the following codes:

    (For Servlet 2.4/2.5 with Tomcat 6) The annotation @WebServlet is new in Servlet 3.0 and is not supported in Servlet 2.4/2.5. Hence, you need to manually configure the URL for the servlet in the Web Application Deployment Descriptor 'web.xml' under directory 'WEB-INF', as follows:

  3. To execute the Servlet, right-click on the 'HelloServlet' project ⇒ 'Run As' ⇒ 'Run on Server' ⇒ Change the URL to 'http://localhost:8080/HelloServlet/sayhello'.

Exporting a Web Application as a WAR file

Right-click on the project to be exported ⇒ Export ⇒ WAR File ⇒ In 'Destination', specify the destination directory and filename (the filename shall be the web application name) ⇒ Finish.

  1. To deploy the war file in Tomcat, simply drop the war file into Tomcat's 'webapps' folder. The war file will be automatically extracted and deployed. The web application name is the war-filename.
  2. You could use WinZip (or WinRAR) to view the content of the war file, as war-file is in ZIP format.

Eclipse Java Mac Download Windows 10

Writing a Hello-world JSF Page

[TODO]

Debugging Web Applications

You can debug a webapp just like standalone application. For example, you can set breakpoints, single-step through the programs, etc.

REFERENCES & RESOURCES

  1. Eclipse mother site @ https://www.eclipse.org.
  2. Eclipse documentation and user guides, accessible via Eclipse's Help and menu.

Package Description

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

This package includes:

  • Eclipse Git Team Provider
  • Eclipse Java Development Tools
  • Maven Integration for Eclipse
  • Mylyn Task List
  • Code Recommenders Tools for Java Developers
  • WindowBuilder Core
  • Eclipse XML Editors and Tools
  • org.eclipse.cvs
  • org.eclipse.egit
  • org.eclipse.egit.import
  • org.eclipse.egit.mylyn
  • org.eclipse.epp.package.common.feature
  • org.eclipse.equinox.p2.user.ui
  • org.eclipse.help
  • org.eclipse.jdt
  • org.eclipse.jgit
  • org.eclipse.m2e.feature
  • org.eclipse.m2e.logback.feature
  • org.eclipse.mylyn.bugzilla_feature
  • org.eclipse.mylyn.context_feature
  • org.eclipse.mylyn.cvs
  • org.eclipse.mylyn_feature
  • org.eclipse.mylyn.git
  • org.eclipse.mylyn.hudson
  • org.eclipse.mylyn.ide_feature
  • org.eclipse.mylyn.java_feature
  • org.eclipse.mylyn.wikitext_feature
  • org.eclipse.platform
  • org.eclipse.rcp
  • org.eclipse.recommenders.rcp.feature
  • org.eclipse.wb.core.feature
  • org.eclipse.wb.core.ui.feature
  • org.eclipse.wb.layout.group.feature
  • org.eclipse.wb.swing.feature
  • org.eclipse.wst.xml_ui.feature

Maintained by: Eclipse Mylyn Project

Windows 32-bit
Windows x86_64
macOS 32-bit
Linux 32-bit
Linux x86_64

Windows 32-bit: MD5 - SHA1 - SHA512
Windows 64-bit: MD5 - SHA1 - SHA512
Mac OS X (Cocoa) 32-bit: MD5 - SHA1 - SHA512
Mac OS X (Cocoa) 64-bit: MD5 - SHA1 - SHA512
Linux 32-bit: MD5 - SHA1 - SHA512
Linux 64-bit: MD5 - SHA1 - SHA512

Bugzilla

Bug IDTitleStatus
516739Add WindowBuilder to Java package againNEW
513809[wiring] HttpComponents wiring issueNEW
509799Symantec reports a Trojan SONAR.AM.C!g24 in eclipseNEW
508091Duplicate options in Eclipse.iniNEW
521514Add 'Eclipse News' RSS feed to Java PackageNEW
522649News feed plugin not installed on upgrade installsNEW
536469Use png with transparent icon in the about dialog of Java EPP (and others if applicable)NEW
530698Using weka apiNEW
526611win64 version missingNEW
498457FileNotFoundException : org.eclipse.ui_3.108.0.v20160518-1929.jarNEW
489296Improve out-of-box experience for non-english localesNEW
386806New Eclipse Icon not used by Eclipse 4.2 on Windows 7NEW
374170bugs when updating softwareNEW
364551setup automated tests for Java EPP packageNEW
414381Failed to load the JNI shared library 'C:ogramFilesJavajre6binclientjvm.dll'NEW
458646Problème démarrage EclipseNEW
355002EPP packages need stylingNEW
473585Help system broken after updating from Luna to MarsNEW
487713FileNotFoundException: introData.xmlNEW
382232Add 'EGit Import' to EPP package with EGitASSIGNED
487722Dead link for 'Remote Help': Topic not foundREOPENED

Bugs listed in italics indicate the bug has been moved to another project.


Bug IDTitleStatus
382804Ctrl+C, Ctrl+V shortcuts don't work while editing Android XMLRESOLVED
492163Add Maven to java packageRESOLVED
383193Taskbar icon doesn't show Android build progressRESOLVED
490044[Welcome] Adopt Solstice theme for Java packageRESOLVED
386686the Mobile package should include the Mylyn Bugzilla connectorRESOLVED
365594add code recommenders to java packageRESOLVED
358692Eclipse java package crash in Ubuntu 11.0.4RESOLVED
356126fix Mylyn repository URLs in EPP packages for IndigoRESOLVED
356349update Mylyn URLs for JunoRESOLVED
357020add Mylyn Hudson/Jenkins connector to Java packageRESOLVED
357332Annotations not shown on overview rulerRESOLVED
389113Unable to Launch Eclipse after download and setup: 'The Eclipse executable launcher was unable to locate its companion shared library.'RESOLVED
406246zip compression errorRESOLVED
468598Mars RC1 Mac packages are damagedRESOLVED
535504Open file feature broken in Photon RC2 EPP packagesRESOLVED
474204Include Buildship as part of Java packageRESOLVED
534617[Photon] [java] Add Tip of the Day to the Java PackageRESOLVED
528429m2e to download sources by defaultRESOLVED
194805add Error Log view to Java EPP distributionRESOLVED
432716Consider org.eclipse.recommenders.mylyn.rcp.feature for inclusion into Java packageRESOLVED
483914bugRESOLVED
436206Re-enable Marketplace Client in Java PackageRESOLVED
481475Scroll lock button being disabledRESOLVED
350079EGit should be by included in Java packageRESOLVED
355058update repository locations for JunoRESOLVED
275767[Galileo M7] FileNotFoundException when updating MylynRESOLVED
275719[Galileo M7] packages do not have dropins folderRESOLVED
279203Add and enable Mylyn update site by defaultRESOLVED
281448[update] manager talking to update sites not availableRESOLVED
549138Mylyn cannot be removed from Java IDE packageRESOLVED
275558[Galileo M7] welcome view is not displayed on first startupRESOLVED
275523[Galileo M7] features appear twice in the about dialogRESOLVED
246466Missing/extra update sites when installing in either C:program file or C:RESOLVED
248976'IDE for Java Developers' package is too restrictive by specifying Java 1.5 as requiredRESOLVED
275520[Galileo M7] package does not have any update sitesRESOLVED
275521Improve branding for Galileo java packageRESOLVED
297341EPP web page 'Download Milestone' link points to old buildsRESOLVED
287566error on update after clean installRESOLVED
341705I tried to load the eclipse environment in Win Vista OS and got problems restoring workbench...RESOLVED
343869Add WindowBuilder Core and Swing to the Java packageRESOLVED
346703Inclusion of m2e marketplace on help menu causing confusionRESOLVED
348157intrusive 'preview?' dialog on startup, from WindowBuilderRESOLVED
340312Indigo Java package logs lots of outputRESOLVED
334180package contains duplicate (and modified?) bundlesRESOLVED
313818Bugzilla connector does not load on Java 1.5 due to missing java.xml.bind bundleRESOLVED
306817Cannot update from M5 to Eclipse 3.6 M6RESOLVED
311613java IDE / m6 / linux has an EclispeCon splash screen?RESOLVED
507104Include EclEmma in Java PackageRESOLVED
507515Issue encountered when updating and reinstalling ABAP Development tools on NEON version.CLOSED
532067Open BugsCLOSED
530726Mac OS X(Cocoa)64位下载连接无效CLOSED
515622Eclipse will not runCLOSED
526343Constantly returning error message when opening the programCLOSED
501518Exception while updating external foldersCLOSED
521654Getting error while starting Apache serverCLOSED
529170MacOs didnt open the programCLOSED
548444The Java GUI is too bigCLOSED
497204resource in project, but error says not openCLOSED
547604Can't Install softwareCLOSED
548562I am not able to update because of unfound repositories.CLOSED
550404sgfghgCLOSED
551635I can't run eclipse without having a bug on it.CLOSED
5434642018-12 Installation ErrorCLOSED
543054Eclipse crashing while looking at filesCLOSED
540168java 11CLOSED
539041Unable to InstallCLOSED
541760Missing Java Developer links for 2018-12 M3CLOSED
542080Problems occurred when invoking code from plug-in: 'org.eclipse.ui.views.properties.tabbed'.CLOSED
543011java.io.FileWriter, the File cannot be deletedCLOSED
534760Simple compilation fails in Eclipse Oxygen.3aCLOSED
457081Add Error Reporting to Java PackageCLOSED
435919Add 'Eclipse Code Recommenders' to 'This package includes' listCLOSED
435449Add org.eclipse.recommenders.snipmatch.rcp.feature to java-packageCLOSED
436109update java package maintainer informationCLOSED
455363Allow users to uninstall features from a packageCLOSED
461540Unarchiving errorCLOSED
414385the eclipsec executable launcher was unable to locate its companion shared libraryCLOSED
384532The Eclipse executable launcher was unable to locate its companion shared libraryCLOSED
330226Inclusion of m2eCLOSED
304968LinkageError when trying to use Eclipse to run (PDE) Ant scriptsCLOSED
349028fix provider name for org.eclipse.wb.discovery.*CLOSED
353613Add EGit 1.1 to java-packageCLOSED
381216Zip file for Java IDE RC1 package requires a password?CLOSED
464220BugCLOSED
470912p2 can't find epp repo for Mars releaseCLOSED
482370thanksCLOSED
482285Mars.1 splash screen does not show progress bar after using consoleCLOSED
484535An error removing AppEngine from the projectCLOSED
494695Didn't update from old versionCLOSED
495806Suboptimal 'Visit' link on About Eclipse Features pageCLOSED
480756Switch to root level features to allow users to remove unwanted featuresCLOSED
478619WebappCLOSED
476546Eclipse Mars.1 RC2 for Java Developers includes CVS cheat sheets but no CVS supportCLOSED
476553Installed Code Recommenders Snipmatch and Mylyn Integration features do not *show* under Installation DetailsCLOSED
477195Maintainer/tester information outdatedCLOSED
477572pCLOSED
497192Eclipse Mars does not open in Windows 10 ProCLOSED

Bugs listed in italics indicate the bug has been moved to another project.


File a Bug on this Package

Eclipse Java Ee Download Mac


Free Download Eclipse Java Ide

New and Noteworthy

Eclipse Platform
Eclipse Mylyn
EGit
Eclipse Code Recommenders

Testing Details