Hi Group, after switching to Java 1.5.0 I observe a lot of problems in using Corba (SUN Orb) between different machines. If both end are on the same machine, everything seems OK.
The Jacorb 2.2.4 which can is downloaded from the Jacorb home page is compiled with Java 1.5, and I wish to build it myself with Java 1.4.2. I was running ant and got this error. Any ideas ? (I even tried to "ant clean" first, but no success)
In Jacorb 1.3 I could read properties from the jacorb.properties file by using: org.jacorb.util.Environment.getProperty(propertyName); I'm upgrading now to 2.2.4, but it doesn't work any more.