bepcyc / eclipse_installer

Simple installation script for Eclipse IDE (Linux only).
GNU General Public License v3.0
9 stars 8 forks source link

installer failed to find "eclipse" #4

Open tykayn opened 5 years ago

tykayn commented 5 years ago

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

bepcyc commented 5 years ago

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

bepcyc commented 5 years ago

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.

tykayn commented 5 years ago

i had the /opt folder existing. i finally used an other installer and it worked :) thank you