〇Eclipseの画面
インストール方法
以下のコマンドを実行します。sudo dnf install -y java-11-openjdk
cd /opt
sudo wget https://ftp.jaist.ac.jp/pub/eclipse/technology/epp/downloads/release/2021-03/R/eclipse-java-2021-03-R-linux-gtk-x86_64.tar.gz
sudo tar xvfz eclipse-java-2021-03-R-linux-gtk-x86_64.tar.gz
cat << EOF | sudo tee /usr/share/applications/eclipse.desktop
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Exec=/opt/eclipse/eclipse
Name=eclipse
Categories=Development;
Icon=/opt/eclipse/icon.xpm
EOF
0 件のコメント:
コメントを投稿