|
JDK1.5
Java SE5 (J2SE 5.0/Java5)
diablo-JDK1.5はSun Microsystemsの適合試験によって認定されたFreeBSDの公式なJava
Development Kitです。コンパイラやデバッガ、クラスライブラリ、Java5プログラム実行環境(Java仮想マシン)などが含まれています。
JDK1.5に必要なファイルは、ライセンスに同意する必要があるためFreeBSD
Foundationからダウンロードされたものでなければなりません。
ソフトウェアをダウンロードする前に、そのソフトウェアに含まれたライセンス条項を読んでください。
KK-NETレンタルサーバーではバーチャルroot(VPS)技術により、Java仮想マシン(JavaVM)はバーチャルサーバー毎に完全に独立した空間で動作しますので、実行権限等のセキュリティ上の問題を気にすることなく安全に利用することが可能です。
- インストレーション
- アプリケーション
- ドキュメンテーション
注意:JDK1.5はプラットフォームとしてFreeBSD
5.Xで動作します。以前にセットアップされたバーチャルサーバーはFreeBSD
4.Xが採用されていますので、JDK1.5はご利用になれません。JDK1.3.1を利用するか、OSのアップグレードについてサポートまで連絡を取ってください。
お客様がご利用になっているOSのバージョンが判らない場合はsshまたはtelnetでシェルログインしてコマンド
uname -r
を実行することで確認することができます。
% uname -r
5.5-RELEASE-pX
|
上のように 5.X-RELEASEと表示されれば、FreeBSD
5.Xです。
FreeBSD 4.Xの場合は4.11-RELEASE-pXXのように表示されます。
インストレーション
- FreeBSD FoundationからFreeBSD 5.5/i386のパッケージdiablo-jdk-freebsd5.i386.1.5.0.07.01.tbzをダウンロードしてバーチャルサーバーの / へftpなどでアップロードします。様々なプラットフォームのパッケージがダウンロード可能となっていますので、間違わないよう注意してください。
ダウンロードはこちら。
- 次にパッケージdiablo-jdk-freebsd5.i386.1.5.0.07.01.tbzをインストールします。
% vinstall_jdk15 ~/diablo-jdk-freebsd5.i386.1.5.0.07.01.tbz
|
ライセンス条項が表示されますので同意するなら yesを入力します。
11. GENERAL. You shall not
assert against Foundation or its
licensors any claim for infringement or misappropriation of
any
intellectual property rights in any way relating to the
Software.
This Agreement shall be governed by, construed and enforced in
accordance with the laws of the State of California, excluding
its
rules governing conflicts of laws. In the event that any
provision
of this Agreement is deemed illegal or unenforceable,
Foundation
may, but is not obligated to, post on the Website a new
version of
this Agreement which, in Foundation's opinion, reasonably
preserves
the intent of this Agreement. This Agreement is binding upon
and
shall inure to the benefit of Foundation and its successors
and
assigns. This Agreement represents the entire understanding of
the
parties, and superceded all previous communications, written
or
oral, relating to the subject of this Agreement.
Do you agree to the above license terms? [yes or no]
|
ライセンスに同意した場合のみファイルの展開が始まり、インストールが開始されます。
JDK1.5.0のインストールは以上です。JAVE_HOMEは仮想パス
/usr/local/diablo-jdk1.5.0 です。上手くインストール
できているか virtual /usr/local/diablo-jdk1.5.0/bin/javaを実行してみましょう。次のように表示されるはずです。
% virtual /usr/local/diablo-jdk1.5.0/bin/javaUsage: java
[-options] class [args...]
(to execute a class)
or java -jar [-options] jarfile [args...]
(to execute a jar file)
where options include:
-classic to
select the "classic" VM
If present, the option to select the VM must be first.
The default VM is -client.
-cp -classpath
set search path for application classes and resources
-D=
set a system property
-verbose[:class|gc|jni]
enable verbose output
-version
print product version and exit
-showversion print product version
and continue
-? -help
print this help message
-X
print help on non-standard options
|
アプリケーション
Java2サーブレットコンテナのApache Tomcat5.5のインストール方法はこちらを参照してください。希望するならTomcat4もインストールすることが可能です。
ドキュメンテーション
Java 5 Platform, Standard
Edition (J2SE5.0)の使い方などについてはKK-NETではサポートしておりませんので以下のサイトや書籍を参照してください。
サン・マイクロシステムズ Core Java J2SE 5.0
http://java.sun.com/j2se/1.5.0/ja/
The FreeBSD Foundation
http://www.freebsdfoundation.org/
ここで紹介しているソフトウエアはKK-NET以外のサードパーティーによって作成されたソフトウエアです。弊社の紹介の有無に関わりなくソフトウエアに関する質問・不具合のレポートなどは開発元へお問い合わせください。
|
|
|