Hi i am trying out the HelloWorld program of JavaIDL as given in the java tutorial. I however get the following error. Any idea what it is about C:\idltojava-win32>java HelloServer ERROR: org.omg.CORBA.INITIALIZE: can't instantiate default ORB implementation co m.sun.rmi.iiop.ORB minor code: 0 completed: No org.omg.CORBA.INITIALIZE: can't instantiate default ORB implementation com.sun.r mi.iiop.ORB minor code: 0 completed: No at org.omg.CORBA.ORB.create_impl(ORB.java:286) at org.omg.CORBA.ORB.init(ORB.java:328) at HelloServer.main(HelloServer.java:22)
Peter Tran
Bartender
Joined: Jan 02, 2001
Posts: 783
posted
0
Make sure you have the correct jars in your CLASSPATH. -Peter
Rahul Mahindrakar
Ranch Hand
Joined: Jul 28, 2000
Posts: 1825
posted
0
Any idea of what jars are required as i have jdk1.3 installed in the system. ------------------ Regds. Mahindrakar