Never mind: FileZilla was trying to use port 24.
While I have your attention: part of why Linux, with all its virtues, is not replacing Windows is because it is often impossible to find complex things like installing the latest version of eclipse.
This page claims to tell you how to install Java 9. But after
add-apt-repository ppa:webupd8team/java
apt-get update
It claims
apt-cache search oracle-java9will give a list that includes the installer. Nope.
I was downloading a 64-bit executable. While my PC is 64-bit, the Linux version in VMWare is 32-bit.
But even after downloading, unzipping and untarring the open jdk 11 version, I still get
Failed to find a Main class in /home/clayton/Downloads/eclipse/plugins/org.eclipse.equinox_launcher_1.5.100.v20180827-1352.jarwhen I start Eclipse. It may be that jdk11 conflicts with older JREs and JDKs so I am removing them. Nope.
OpenJDK 9 has been superseded and apparently you should be looking for 11 instead (or 8, I guess, if you wanted to stay with an older version.)
ReplyDeleteNormally if I want to install a package on Linux I just Google "how do I install eclipse on Ubuntu 18.04" or something. It just so happens if you type "eclipse" in a shell, it'll tell you "sudo apt install eclipse-platform"
If I remember correctly I went to Eclipse.org and just followed links. You can get it as a .tar.gz and just uncompress it where you want it.
I think was getting tired. There seems to be an eclipse oxygen download happening now.
ReplyDelete