< prev index next >

src/linux/doc/man/ja/javah.1

Print this page
rev 1493 : 7182226: NLS: jdk7u6 message drop20 integration
Reviewed-by: yhuang


   3 .\" Copyright 2000-2006 Sun Microsystems, Inc.  All Rights Reserved.
   4 .\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   5 .\"
   6 .\" This code is free software; you can redistribute it and/or modify it
   7 .\" under the terms of the GNU General Public License version 2 only, as
   8 .\" published by the Free Software Foundation.
   9 .\"
  10 .\" This code is distributed in the hope that it will be useful, but WITHOUT
  11 .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  12 .\" FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  13 .\" version 2 for more details (a copy is included in the LICENSE file that
  14 .\" accompanied this code).
  15 .\"
  16 .\" You should have received a copy of the GNU General Public License version
  17 .\" 2 along with this work; if not, write to the Free Software Foundation,
  18 .\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  19 .\"
  20 .\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21 .\" or visit www.oracle.com if you need additional information or have any
  22 .\" questions.
  23 .\"
  24 .\" 
  25 '\"macro stdmacro
  26 .TH javah 1 "2006 年 9 月 4 日" "Java SE 6" "ユーザーコマンド"
  27 .SH "名前"
  28 javah \- C 言語のヘッダとスタブファイルのジェネレータ
  29 .\" 
  30 .\"  This document was created by saving an HTML file as text
  31 .\"  from the JavaSoft web site:
  32 .\" 
  33 .\" http://java.sun.com/products/jdk/1.2/docs/tooldocs/tools.html
  34 .\" 
  35 .\"  and adding appropriate troff macros.  Because the JavaSoft web site 
  36 .\"  man pages can change without notice, it may be helpful to diff
  37 .\"  files to identify changes other than new functionality. 
  38 .\" 
  39 .LP
  40 
  41 .LP
  42 .LP
  43 \f3javah\fP は、Java クラスから C ヘッダファイルと C ソースファイルを作成します。これらのファイルは、Java プログラミング言語で書かれたコードと、C などのその他の言語で書かれたコードを接続し、コードが相互に作用するようにします。
  44 .LP
  45 .SH "形式"
  46 .B javah 




   3 .\" Copyright 2000-2006 Sun Microsystems, Inc.  All Rights Reserved.
   4 .\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   5 .\"
   6 .\" This code is free software; you can redistribute it and/or modify it
   7 .\" under the terms of the GNU General Public License version 2 only, as
   8 .\" published by the Free Software Foundation.
   9 .\"
  10 .\" This code is distributed in the hope that it will be useful, but WITHOUT
  11 .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  12 .\" FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  13 .\" version 2 for more details (a copy is included in the LICENSE file that
  14 .\" accompanied this code).
  15 .\"
  16 .\" You should have received a copy of the GNU General Public License version
  17 .\" 2 along with this work; if not, write to the Free Software Foundation,
  18 .\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  19 .\"
  20 .\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21 .\" or visit www.oracle.com if you need additional information or have any
  22 .\" questions.
  23 .\" ` 

  24 '\"macro stdmacro
  25 .TH javah 1 "05 Jul 2012"
  26 .SH "名前"
  27 javah \- C 言語のヘッダとスタブファイルのジェネレータ
  28 .\" 
  29 .\"  This document was created by saving an HTML file as text
  30 .\"  from the JavaSoft web site:
  31 .\" 
  32 .\" http://java.sun.com/products/jdk/1.2/docs/tooldocs/tools.html
  33 .\" 
  34 .\"  and adding appropriate troff macros.  Because the JavaSoft web site 
  35 .\"  man pages can change without notice, it may be helpful to diff
  36 .\"  files to identify changes other than new functionality. 
  37 .\" 
  38 .LP
  39 
  40 .LP
  41 .LP
  42 \f3javah\fP は、Java クラスから C ヘッダファイルと C ソースファイルを作成します。これらのファイルは、Java プログラミング言語で書かれたコードと、C などのその他の言語で書かれたコードを接続し、コードが相互に作用するようにします。
  43 .LP
  44 .SH "形式"
  45 .B javah 


< prev index next >