Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Visibroker - java - IDL Compilation

843798Jun 4 2003 — edited Sep 30 2003
Hi;

I am using the trial version of Visibroker 5.2.1 to develop a CORBA 2.4 compliant client Application.

After compiling the IDL File using idl2java command, I tried to compile
the stub java files using javac *.java command. It throws lot of errors.
The main error is:

"can not resolve the symbol class MethodPointer"
"package portable"
"new org.omg.CORBA.portable.MethodPointer"

I had put three .jar file namely lm.jar,vbsec.jar,vbjorb.jar in the classpath and I am running the machine in Windows 2000 Machine.


Can anyboby kindly answer what could be the possible reason ???


Thanks.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 28 2003
Added on Jun 4 2003
1 comment
185 views