Hi
We are working with visibroker 5.2 and jdk 1.4
We have at the Application.java (main class) the lines
private static org.omg.CORBA.ORB orb = null;
orb = com.inprise.vbroker.orb.ORB.init(args,null);
It compiles,, but when we try to execute our application there is this
error...