Patrick Philips

Greenhorn
+ Follow
since Apr 06, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
1
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Patrick Philips

Hi everyone,
I have a problem with JacORB in Eclipse.
I have installed JacORB and am using successfully from within an Eclipse RCP project.
However in order to get the JacORB ORB to be loaded instead of the Sun ORB from rt.jar
I have to use the argument -Xbootclasspath/p:<path to jacorb.jar> to load
the jacorb before/instead of the Sun ORB.
This all works fine, the problem is I have read online that the use of -Xbootclasspath contravenes the
Java2 binary runtime license if the software is to be published, this will be published which leaves me with a
problem! Does anyone know of another way (legally) to load Jacorb instead of the SUN ORB
without using the -Xbootclasspath method?
Any help about a way round this would be much appreciated.

Thanks.

Patrick.


I have resolved this one myself after a bit more work on it.
However, just in case anyone out there is up against the same problem here is what I did:

add the following to the args passed to the VM either on the command line or in VM Arguments in the Eclipse product:
-Djava.endorsed.dirs=<path to jacorb lib directory> e.g.-Djava.endorsed.dirs=C:\CORBA\JacORB\jacorb-2.3.1-src\jacorb-2.3.1\lib
-Dorg.omg.CORBA.ORBClass=org.jacorb.orb.ORB
-Dorg.omg.CORBA.ORBSingletonClass=org.jacorb.orb.ORBSingleton
12 years ago
Hi everyone,
I am looking for some examples of how to use the JacORB Trading Services, or at least some guidance as to how these are used.
I found no explicit reference as to how to use these services in the JacORB user docs, and have drawn a blank searching the internet.
Any help anyone can give me would be much appreciated.

Thanks.

Patrick.
12 years ago