Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » using JacORB in Eclipse-plugins
using JacORB in Eclipse-plugins [message #55383] Thu, 12 June 2003 15:04 Go to next message
Michael Brinkmann is currently offline Michael BrinkmannFriend
Messages: 1
Registered: July 2009
Junior Member
Hi,

for using the CORBA-Library "JacORB", the values
org.omg.CORBA.ORBClass=org.jacorb.orb.ORB
org.omg.CORBA.ORBSingletonClass=org.jacorb.orb.ORBSingleton
have to be defined in the System-properties (they will be read-in by the
SUN-CORBA classes at instantiation).

What is the most elegant way in eclipse to define these props?
My current way (doing
props.setProperty("org.omg.CORBA.ORBClass", "org.jacorb.orb.ORB");
props.setProperty("org.omg.CORBA.ORBSingletonClass",
"org.jacorb.orb.ORBSingleton");
in my Plugin-Class) is not, IMHO. But I don't know a better one by now....

Kind regards
Michael
Re: using JacORB in Eclipse-plugins [message #55755 is a reply to message #55383] Thu, 12 June 2003 20:53 Go to previous message
Genady Beryozkin is currently offline Genady BeryozkinFriend
Messages: 410
Registered: July 2009
Senior Member
Use -D flags to the VM (in the run properties?)

Michael Brinkmann wrote:

> Hi,
>
> for using the CORBA-Library "JacORB", the values
> org.omg.CORBA.ORBClass=org.jacorb.orb.ORB
> org.omg.CORBA.ORBSingletonClass=org.jacorb.orb.ORBSingleton
> have to be defined in the System-properties (they will be read-in by the
> SUN-CORBA classes at instantiation).
>
> What is the most elegant way in eclipse to define these props?
> My current way (doing
> props.setProperty("org.omg.CORBA.ORBClass", "org.jacorb.orb.ORB");
> props.setProperty("org.omg.CORBA.ORBSingletonClass",
> "org.jacorb.orb.ORBSingleton");
> in my Plugin-Class) is not, IMHO. But I don't know a better one by now....
>
> Kind regards
> Michael
>
>
>
Previous Topic:package name does not match directory name problem during importing
Next Topic:Using Debugger with Ant?
Goto Forum:
  


Current Time: Sun Oct 06 08:47:32 GMT 2024

Powered by FUDForum. Page generated in 0.02628 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top