LoginSignup
1
1

More than 5 years have passed since last update.

Vine Linux6.2にNetBeans8.0.1をインストールする

Posted at

Javaのインストール

PHPのNetBeans8.0.1を動作させるには、JRE7以上が必要です。

PHPおよびC/C++ NetBeansバンドルでは、インストールおよび実行のためにJava Runtime Environment (JRE) 7または8のみが必要です。

VineのデフォルトのリポジトリではJRE6までしかありません。以下のページからJRE8のrpmをダウンロードし、インストールします。

JREのダウンロード:
https://java.com/ja/download/linux_manual.jsp?locale=ja

JREインストール:
#rpm -ivh jre-8u25-linux-x64.rpm

NetBeansのインストール

以下のサイトからダウンロードスクリプトをダウンロードし、実行権限を与えた後に、実行すればインストールが進みます。

NetBeansダウンロード:
https://netbeans.org/downloads/index.html

#chmod u+x netbeans-8.0.1-php-linux.sh
#./netbeans-8.0.1-php-linux.sh

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1