|
JDK1.3.1
Java 2 Platform, Standard Edition (J2SE)
diablo-JDK1.3.1はSun Microsystemsの適合試験によって認定されたFreeBSDの公式なJava
Development Kitです。コンパイラやデバッガ、クラスライブラリ、Javaプログラム実行環境(Java仮想マシン)などが含まれています。
KK-NETレンタルサーバーではバーチャルroot(VPS)技術により、Java仮想マシン(JavaVM)はバーチャルサーバー毎に完全に独立した空間で動作しますので、実行権限等のセキュリティ上の問題を気にすることなく安全に利用することが可能です。
- インストレーション
- アプリケーション
- ドキュメンテーション
インストレーション
- sshまたはtelnetでシェルへログインして、パッケージdiablo-jdk-1.3.1.0.tgzをインストールします。
% cd ~
% vinstall_jdk131 /usr/local/contrib/diablo-jdk-1.3.1.0.tgz
|
ライセンス条項が表示されますので同意するなら 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.3.1のインストールは以上です。JAVE_HOMEは仮想パス /usr/local/diablo-jdk1.3.1 です。上手くインストール
できているか virtual /usr/local/diablo-jdk1.3.1/bin/javaを実行してみましょう。次のように表示されるはずです。
% virtual /usr/local/diablo-jdk1.3.1/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 Jakarta-Tomcat5のインストール方法はこちらを参照してください。希望するならTomcat4もインストールすることが可能です。
ドキュメンテーション
Java 2 Platform, Standard
Edition (J2SE)の使い方などについてはKK-NETではサポートしておりませんので以下のサイトや書籍を参照してください。
サン・マイクロシステムズ Core Java J2SE 1.3.1
http://java.sun.com/j2se/1.3/
The FreeBSD Foundation
http://www.freebsdfoundation.org/
ここで紹介しているソフトウエアはKK-NET以外のサードパーティーによって作成されたソフトウエアです。弊社の紹介の有無に関わりなくソフトウエアに関する質問・不具合のレポートなどは開発元へお問い合わせください。
|
|
|