JacORB is a freely licensed java implementation of the OMG's CORBA standard.
- The main home page is here.
- Mailing lists are available here.
- New issues can be reported here in the GitHub project (whereas old issues can be found in the Bugzilla archive here).
JacORB should work under all supported Java platforms (See here and here). This release has been tested on Linux, Mac, and Windows.
See also the current ProgrammingGuide.pdf for more details.
- Java 1.6 or later
- Maven 3.0.4 or later for building JacORB / running the tests
Useful scripts are available in the 'bin' directory. The JacORB libraries are stored in the lib directory for the binary distribution.
For more details see Chapter 3 of the ProgrammingGuide. In the simplest case, the template etc/jacorb.properties_template
file may be copied to a directory on your classpath. The paths and logging information should be updated.
There are a number of examples in the demo directory. For more information look at their individual README files and the ProgrammingGuide.
JacORB may be built via Maven using standard Maven commands e.g. mvn clean install -DskipTests=true
. Note that the install phase must be executed so subsequent module builds find the results of preceeding modules. The project may be
imported into Eclipse or IntelliJ using standard import commands.
💡 The JacORB Core and Regression Test module utilises Endorsed Directories to build within the maven-compiler-plugin. In Eclipse, the JBoss Tools Endorsed Libraries Plugin must be installed for this to work.
See the CONTRIBUTING.md document.