From 592b27d254d637cb8220ab2339282fb5a49d8540 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Thu, 27 Apr 2000 22:47:18 +0000 Subject: [PATCH] o Add the following translation forgotten in the previous commit and enable it again in Makefile. 1.5 java/install.sgml Submitted by: Shun SUZUKI Reviewed by: Hiroki Sato References: [doc-jp 7334] --- ja/java/Makefile | 4 ++-- ja/java/install.sgml | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 ja/java/install.sgml diff --git a/ja/java/Makefile b/ja/java/Makefile index 9da2d9080c..7fb6dff962 100644 --- a/ja/java/Makefile +++ b/ja/java/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD: www/ja/java/Makefile,v 1.3 2000/04/27 02:05:05 kuriyama Exp $ +# $FreeBSD: www/ja/java/Makefile,v 1.4 2000/04/27 12:42:30 kuriyama Exp $ # The FreeBSD Japanese Documentation Project # Original revision: 1.2 @@ -14,7 +14,7 @@ SUBDIR = dists #DOCS = advocacy.sgml #DOCS+= howhelp.sgml DOCS+= index.sgml -#DOCS+= install.sgml +DOCS+= install.sgml DOCS+= newsflash.sgml #DOCS+= press.sgml diff --git a/ja/java/install.sgml b/ja/java/install.sgml new file mode 100644 index 0000000000..cbab0942f1 --- /dev/null +++ b/ja/java/install.sgml @@ -0,0 +1,38 @@ + + + + %includes; + + + +]> + + &header; + + + + +
+

FreeBSD 版 JDK のインストールは実に直観的です:

+

cd /usr/ports/java/jdk +
make +
make install +
make clean +

+ +

JDK のインストールには要求される依存関係はありません. + しかしグラフィックス機能を使うつもりなら X をインストールし + 実行しておく必要があります.

+ +

Java で書かれたアプリケーションはたいがい + 実行に JFC (Java 基本クラス: Swing) を必要とします. + JFC は /usr/ports/java/jfc にインストールできます.

+ +

何かうまくいかないことがあったら + FreeBSD Handbook の + "アプリケーションのインストール" の章を見てください.

+
+ &footer; + +