Last Modified: 2002.12.25 --Overview Orbas is a open source implementation of CORBA.To build orbas,open build.bat,modify the variable JAVA_HOME to the directory of your JDK.Then type build.bat to run.Any questions, mail to mep. Features: *Implements minimumCORBA specification; *Support any; *Support Pluggable typcode; *Support Pluggable POA; *Support GIOP 1.0/1.1/1.2; *Pluggable transport protocols; *small footprint(maybe not small enough:)). --How to build Before building orbas, you have to modify the bulid.bat or build.sh by setting JAVA_HOME environment variable, dependent on your platform. To bulid orbas on windows, change directory to orbas home, type: build.bat To build orbas on unix-like or linux os, change directory to orbas home, type: chmod +x build.sh ./build.sh orbas jar package can be found in /dist directory. --Bug report Reporting bugs, please mail to mep.Or report it on our project page of sourceforge.net. For more information, please visit: http://sourceforge.net/projects/orbas, or http://www.huihoo.com.