To build a C++ component in EAServer 6.0:
Create the IDL and place it in the EAServer 6.0 IDL repository directory (%djc_home%\Repository\IDL on Windows or $djc_home/Repository/IDL on Solaris).
Create the component properties. In most cases, the property settings from EAServer 5.x work. Use the /pb-server/config/pb-debug-broker.xml file located within the djc_home directory as a sample.
Invoke the EAServer compiler script (%djc_home%\bin\djc.bat on Windows or $djc_home/bin/djc.sh on Solaris) on the package/component name. This generates IDL stubs and skeletons, and the necessary EJB proxies that invoke the CORBA C++ component.