Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Java Corba > Configuring ext...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 439 of 558
Post > Topic >>

Configuring external ORB for JDK 1.4

by "Esche" <escheb@[EMAIL PROTECTED] > Jun 29, 2006 at 12:17 PM

I have some problems configuring an external ORB in JDK 1.4. What I did
was putting an orb.properties into C:\Program
Files\Java\j2re1.4.2_05\lib with the following contents:

org.omg.CORBA.ORBClass=com.ooc.CORBA.ORB
org.omg.CORBA.ORBSingletonClass=com.ooc.CORBA.ORBSingleton


I also put the following in the main() of my application (probably not
required if I have the above?):

props.put("org.omg.CORBA.ORBClass", "com.ooc.CORBA.ORB");
props.put("org.omg.CORBA.ORBSingletonClass",
"com.ooc.CORBA.ORBSingleton");

What else might be required?

I got it working fine for JDK 1.3. Are there different things to do for
1.4?

Any help is appreciated.

Thanks,
  Wilko
 




 1 Posts in Topic:
Configuring external ORB for JDK 1.4
"Esche" <esc  2006-06-29 12:17:40 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Wed Dec 3 23:57:01 CST 2008.