Visibroker - java - IDL Compilation
843798Jun 4 2003 — edited Sep 30 2003Hi;
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.