I get a "Unexpected error" when I pass more than two files to idl2java compiler at once, eg:
idl2java -jdk1.4 a.idl b.idl c.idl
a.idl and b.idl compile well, but c.idl fails _if_ there is an #include directive in it.
Log in to post a comment.