タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

JavaとCentOSとinstallに関するyassのブックマーク (2)

  • HowTos/JavaOnCentOS

    The previous method of installing Java on CentOS is deprecated. If you are sure that the versions of Java that are provided by the distribution are not useful for you, please follow these instructions to install Oracle's Java Runtime Environment. The same instructions work for the JDK, just use the JDK instead of the JRE package.

  • CentOS で構築する自宅サーバ : Sun JDK 1.6 の導入

    CentOS 5.x には gcj という Java 環境が付属しています。これは GNU 製なのですが、残念ながら家の Java 環境に比べるとパワー不足が否めません。家とはもちろん Sun Microsystems 社(以下、Sun)です。 CentOS 5.x からは JPackage Project の成果物の仕組みを利用して簡単にさまざまな Java 環境を切り替えられるようになりました。ここでは、その作法に則った JDK のインストール方法を紹介します。 JDK の準備 Sun の JDK は、wget などのコマンドでとってくることがでいませんので、Web ブラウザでこちらのページからたどって入手してください。尚、稿で取り上げているのは JDK 6 Update 6 の「Linux RPM in self-extracting file」というパッケージ(ファイル名は

  • 1