< prev index next >

src/solaris/doc/sun/man/man1/ja/javah.1

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


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




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


< prev index next >