Hi folks,
using Java-classes seems to be the only way to deal with CORBA in an easy
way...
I installed the Java support for PHP4 successfully. It runs fine under
WinNt/Apache.

The problem Iīve got is that Sun added some CORBA-classes to the archive
(rt.jar)
JDK comes with. But instead importing SUNīs classes the CORBA-classes I use
have
to use the classes coming from the CORBA-distributor IONA.

At the command line the launch command looks like this:




C:\java.exe -Dorg.omg.CORBA.ORBSingletonClass=IE.Iona.OrbixWeb.CORBA.singlet
onORB myPackage.myCORBAClass

where the D-parameter tells the interpreter to use
IE.Iona.OrbixWeb.CORBA.singletonORB intstead of
org.omg.CORBA.ORBSingletonClass

Is there any way to configure either PHP or Apache or even Java to do this
!?

Any help would be very appreciated from

torsten plaul



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to