Eclipse in 2017

satya - 1/18/2018, 6:35:28 PM

I used to like when eclipse didn't need an installation to run

Save and restore of old directories when I have upgraded my laptop OS no longer works.

there seem to be some crap saved under windows/users directory that gets blown out and eclipse need reinstall :(

Anyway I have switched to the latest release, that appears to be dated on Dec 2017.

Right off the bat there was confusion about should I install for Java EE or the standard Java. If I need Java EE later, will it be 2 different installs? Not sure.

satya - 1/18/2018, 6:36:24 PM

This command is still useful in setting up the VM


i:\Eclipse.exe -vm i:\jdk142\bin\javaw.exe -data d:\my-Eclipse-workspace

satya - 1/18/2018, 6:37:07 PM

Here are some old notes on setting up eclipse

Here are some old notes on setting up eclipse

satya - 1/18/2018, 6:38:24 PM

I was able to keep the JDK 1.8 file structure

Means I did not reinstall JDK

New eclipse install asked where the JDK is during the installation. This prompt will resolve to the java\bin\javaw.exe

satya - 1/18/2018, 6:40:24 PM

How do I know what is installed?


Help
(button) Installation Details

satya - 1/18/2018, 6:41:57 PM

Key noteworthy components from installation


Java Git
Gradle
Maven
Web developer tools (CSS)

satya - 7/24/2018, 8:39:35 AM

How do I unhide files in eclipse?

How do I unhide files in eclipse?

Search for: How do I unhide files in eclipse?

satya - 7/24/2018, 8:50:14 AM

This is discussed here on SOF

This is discussed here on SOF

satya - 7/24/2018, 9:11:04 AM

Where is the View Menu of a given Project in eclipse?

It is on the top right hand side of the Project Explorer sub-window.

- 7/24/2018, 9:11:41 AM

So how is this done


Project Explorer
  view menu
    Filters
      (uncheck) .* resources

satya - 3/20/2019, 5:02:48 PM

The filters may also hide plugin specific files as well

for example gradle build directory and its subdirectories

You can unhide them in the same menu