Editing the SBFProjects.library

The SBFProjects.library file contains the list of JD Edwards EnterpriseOne foundation JAR files that are added to the classpath of any business service project opened in JDeveloper. The SBFProjects.library file must be edited to add three additional JAR files.

The SBFProjects.libraryfolder is at this location:

\\EnterpriseOne InstallDirectory\system\classes

Open the SBFProjects.library file in notepad and add the ApplicationAPIs_JAR.jar, ApplicationLogic_JAR.jar and BizLogicContainerClient_JAR.jar files.

Add ApplicationAPIs_JAR.jar and ApplicationLogic_JAR.jar as the first entries under the <entries> element and the BizLogicContainerClient_JAR.jar after the BizLogicContainer_JAR.jar element, as illustrated in this example:

<?xml version = '1.0' encoding = 'UTF-8'?>
<JLibraryNode nselem="JLibraryNode" class="oracle.jdeveloper.library.JLibraryNode" deployedByDefault="false" xmlns="http://xmlns.oracle.com/jdeveloper/101303/jlibrarynode">
   <classPath>
      <entries>       
                <Item path="ApplicationAPIs_JAR.jar " jar-entry=""/>"
                <Item path="ApplicationLogic_JAR.jar " jar-entry=""/>"
                <Item path="Base_JAR.jar " jar-entry=""/>"
                <Item path="BizLogicContainer_JAR.jar " jar-entry=""/>"
                <Item path="BizLogicContainerClient_JAR.jar " jar-entry=""/>"

Save the changes.