From owner-FreeBSD-users-jp@jp.FreeBSD.org Wed Nov 13 20:43:45 2002
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) id gADBhjK19434;
	Wed, 13 Nov 2002 20:43:45 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from t-mta8.odn.ne.jp (mfep8.odn.ne.jp [143.90.131.186])
	by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) with ESMTP/inet id gADBhjm19429
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Wed, 13 Nov 2002 20:43:45 +0900 (JST)
	(envelope-from sugimura@jp.FreeBSD.org)
Received: from localhost ([210.228.200.206]) by t-mta8.odn.ne.jp with ESMTP
          id <20021113114344637.PEXQ.4787.t-mta8.odn.ne.jp@mta8.odn.ne.jp>
          for <FreeBSD-users-jp@jp.FreeBSD.org>;
          Wed, 13 Nov 2002 20:43:44 +0900
Message-Id: <20021113.204456.276807587.sugimura@jp.FreeBSD.org>
To: FreeBSD-users-jp@jp.FreeBSD.org
From: SUGIMURA Takashi =?iso-2022-jp?B?GyRCP3lCPBsoQiAbJEI1LjtOGyhC?=
 <sugimura@jp.FreeBSD.org>
In-Reply-To: <3DD22BC4.5070608@taketora.net>
References: <3DD22BC4.5070608@taketora.net>
X-Mailer: Mew version 2.2 on XEmacs 21.4.10 (Military Intelligence)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Reply-To: FreeBSD-users-jp@jp.FreeBSD.org
Precedence: list
Date: Wed, 13 Nov 2002 20:44:56 +0900
X-Sequence: FreeBSD-users-jp 72032
Subject: [FreeBSD-users-jp 72032] Re: idlj on Native JDK1.3.1
Errors-To: owner-FreeBSD-users-jp@jp.FreeBSD.org
Sender: owner-FreeBSD-users-jp@jp.FreeBSD.org
X-Originator: sugimura@jp.FreeBSD.org
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+021111

$B?yB<$G$9!#(B

>native JDK$B$K4^$^$l$k(B idlj $B%3%^%s%I$,I,$:%7%0%J%k#1#1$GMn$A$k$N$G$9$,!)(B
>$B$I$J$?$+$3$N8=>]$KAx6x$5$l$?J}$O$*$j$^$;$s$+!)(B
>

$BIaCJ$O;H$C$F$$$^$;$s$,!"<B9T$7$F$_$^$7$?!#(B
$B$A$c$s$HF0$$$F$$$k$h$&$G$9!#(B

4-stable + jdk-1.3.1p7_2 $B$G$9!#(B

kei % which idlj
/usr/local/jdk1.3.1/bin/idlj

kei % idlj -version
IDL-to-Java compiler (portable), version "3.0"

kei % idlj
com.sun.tools.corba.se.idl.InvalidArgument: No IDL file was specified.

Compiler Usage:
 java com.sun.tools.corba.se.idl.toJavaPortable.Compile [options] <idl file>
where <idl file> is the name of a file containing IDL definitions, and
[options] is any combination of the options listed below.  The options
are optional and may appear in any order; <idl file> is required and
must appear last.
 
Options:
-d <symbol>          This is equivalent to the following line in an
                     IDL file:  #define <symbol>
-emitAll             Emit all types, including those found in #included files.
-f<side>             Define what bindings to emit.  <side> is one of client,
                     server, all, serverTIE, allTIE.  serverTIE and allTIE
                     cause delegate model skeletons to be emitted.  If this
                     flag is not used, -fclient is assumed.
-i <include path>    By default, the current directory is scanned for
                     included files.  This option adds another directory.
-keep                If a file to be generated already exists, do not
                     overwrite it.  By default it is overwritten.
-noWarn              Suppress warnings.
-pkgPrefix <t> <prefix> When the type or module name <t> is encountered at
                     file scope, begin the Java package name for all files
                     generated for <t> with <prefix>.
-td <dir>            use <dir> for the output directory instead of
                     the current directory.
-v, -verbose         Verbose mode.
-version             Display the version number and quit.

---
  $B!{!?(B
$B!c""(B   $B?yB<(B $B5.;N(B <sugimura@jp.FreeBSD.org> 
 $B!?!d(B           <sugimura@YasudaKei.org> http://YasudaKei.org/

