Tuesday, June 15, 2021

setting up eclipse

Found these unpublished notes:
__________________________________________________________________________

1.  Installed Java Runtime Env

2.  Installing Yatta Launcher for Eclipse Photon.  Not sure what this is about.

Currently installing.  Needs JDK.  Installing from here:  https://www.java.com/en/download/mac_download.jsp

3.  Installing gnuplot using homebrew:  https://brew.sh/

and typing:

brew install gnuplot

but there is no default terminal

X11 is no longer included with Mac.

Try to install using xquartz:  https://www.xquartz.org/

So installed that and then did this:

brew uninstall gnuplot; brew install gnuplot --with-x11
 
Now it works.
__________________________________________________________________________
Now June 15th, 2021
Need to install Eclipse again
-Downloading the eclipse installer

https://www.eclipse.org/downloads/download.php?file=/oomph/epp/2021-03/R/eclipse-inst-jre-mac64.dmg

-Opening and running
-Installing Eclipse IDE for Java Developers
- Installation completed successfully 
-Launching
-Choosing Workspace - older workspace may be incompatible
-Opening Eclipse 2021-03
    -opened OK (with errors in all the folders)
-Code works!