installer failed to find "eclipse"
tykayn opened this issue · 3 comments
i added the zip eclipse-inst-linux64.tar.gz to my cloned repo, ran the sh script and got this:
$ ./eclipse_installer.sh
Found distribution file of Eclipse: eclipse-inst-linux64.tar.gz
Extracting files from archive...
Moving Eclipse to system directory...
mv: impossible d'évaluer 'eclipse': Aucun fichier ou dossier de ce type
An error occured. Aborting installation. Error code: (0)
my system :
Linux tykayncomputer 5.0.0-32-generic #34-Ubuntu SMP Wed Oct 2 02:06:48 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Hi @tykayn,
thanks for using this project, but I think there are better options to install Eclipse now.
There is an official installer now, please check here: https://www.eclipse.org/downloads/packages/installer
btw, I've also tested the installer on a latest Eclipse distribution eclipse-jee-2019-09-R-linux-gtk-x86_64 and it worked on my distro (Ubuntu 18.04)
Please check that you actually have an /opt directory on your system. That might be an issue.
i had the /opt folder existing.
i finally used an other installer and it worked :) thank you