Try OpenEdge Now
skip to main content
BPM Events User's Guide
Accessing Java objects and EJB components : Searching class files
 

Searching class files

The class files are searched in the following order:
1. From jar files located in OEBPS_HOME\ebmsapps\application name\lib
2. From jar files located in OEBPS_HOME\ebmsapps\common\lib
3. class files located in OEBPS_HOME\ebmsapps
4. class files located in OEBPS_HOME\ebmsapps\common\ejbadapters
If a class exists at more than one location, then it is loaded from the first location where it is found as per the above order.