User Tools

Site Tools


pages:howtos:suse:install-eclipse

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pages:howtos:suse:install-eclipse [2021/12/01 14:48] – [Sources] mischerhpages:howtos:suse:install-eclipse [2021/12/09 23:32] (current) rokkitlawnchair
Line 8: Line 8:
   * https://help.eclipse.org/2021-09/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Ftasks%2Ftasks-129.htm   * https://help.eclipse.org/2021-09/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Ftasks%2Ftasks-129.htm
   * https://help.eclipse.org/latest/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/p2_director.html   * https://help.eclipse.org/latest/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/p2_director.html
 +  * https://stackoverflow.com/questions/7163970/how-do-you-automate-the-installation-of-eclipse-plugins-with-command-line
  
-==== Installation ====+===== Installation =====
 <note important>get the direct link to the desired eclipse SDK download here: <note important>get the direct link to the desired eclipse SDK download here:
   * https://download.eclipse.org/eclipse/downloads/   * https://download.eclipse.org/eclipse/downloads/
Line 19: Line 20:
 zypper install java-11-openjdk java-11-openjdk-headless zypper install java-11-openjdk java-11-openjdk-headless
  
-# as user 
 MYDIR="${HOME}/repos/download/eclipse" MYDIR="${HOME}/repos/download/eclipse"
 mkdir -pv "${MYDIR}" mkdir -pv "${MYDIR}"
-wget -P "${MYDIR}"  +wget -P "${MYDIR}" https://ftp.fau.de/eclipse/eclipse/downloads/drops4/R-4.21-202109060500/eclipse-SDK-4.21-linux-gtk-x86_64.tar.gz 
-https://ftp.fau.de/eclipse/eclipse/downloads/drops4/R-4.21-202109060500/eclipse-SDK-4.21-linux-gtk-x86_64.tar.gz +tar -xzvf "${MYDIR}"/eclipse-SDK-4.21-linux-gtk-x86_64.tar.gz -C "${MYDIR}"
-tar -xzvf "${MYDIR}"/eclipse-inst-jre-linux64.tar.gz -C "${MYDIR}"+
 </sxh> </sxh>
 +
 +----
 +~~DISCUSSION~~
pages/howtos/suse/install-eclipse.1638370125.txt.gz · Last modified: 2021/12/01 14:48 by mischerh