OpenSolaris 2008.05 で Java の開発環境を整えてみます。Live CD からインストールすると Java は実行環境の JRE だけインストールされるようですね。JDK などの開発環境は含まれていませんでした。最初 NetBeans を検索して入れようとしていて Package Manager を見ていたら NetBeans が依存するパッケージの中に java-dev というクラスタを見つけました。これがどうやら Java 開発環境一式のクラスタのようですね。(あってます?)



上は Package Manager で表示したところです。でも今回はせっかくなのでコマンド行からインストールしてみましょう。
# pkg install java-dev
Download: java-dev ...  Done
Download: SUNWj6dmo ...  Done
Download: SUNWsvn ...  Done
Download: SUNWapch22 ...  Done
Download: SUNWneon ...  Done
Download: SUNWmysql5 ...  Done
Download: SUNWmysql-base ...  Done
Download: SUNWsvn-java ...  Done
Download: netbeans ...  Done
Download: SUNWlibnb-visualweb1 ...  Done
Download: SUNWlibnb-ide8 ...  Done
Download: SUNWnetbeans-ide ...  Done
Download: SUNWnetbeans-desktop ...  Done
Download: SUNWj6dev ...  Done
Download: SUNWlibnb-platform7 ...  Done
Download: SUNWlibnb-java1 ...  Done
Download: SUNWlibnb-enterprise4 ...  Done
Download: SUNWlibnb-cnd1 ...  Done
Download: SUNWnetbeans-javase ...  Done
Download: SUNWlibnb-profiler2 ...  Done
Download: SUNWlibnb-apisupport1 ...  Done
Download: SUNWnetbeans-javaee ...  Done
Download: SUNWlibnb-xml1 ...  Done
Download: SUNWnetbeans-cpp ...  Done
Download: SUNWlibnb-ruby1 ...  Done
Download: SUNWnetbeans-ruby ...  Done
Download: SUNWj6cfg ...  Done
Download: SUNWj6rtx ...  Done
Download: SUNWcvs ...  Done
Download: glassfishv2 ...  Done
Download: mq41 ...  Done
Download: SUNWj6man ...  Done
Download: SUNWant ...  Done
Download: SUNWj6dvx ...  Done
Download: SUNWj6dmx ...  Done
Download: SUNWj6jmp ...  Done
Download: SUNWjavadb ...  Done
Download: SUNWmercurial ...  Done
Download: sunstudioexpress ...  Done
Download: SUNWhea ...  Done
Download: SUNWarc ...  Done
Update Phase ...  Done
Install Phase ...  Done
#
なるほど、JDK、NetBeans、MySQL、GlassFish V2、Mercurial、CVS、Subversion、SunStudio Express などだいたいのものをインストールしてくれるようです。
Comments:

Post a Comment:
Comments are closed for this entry.

This blog copyright 2009 by katakai