cancel
Showing results for 
Search instead for 
Did you mean: 

OCI Extension - dependencies

0 Kudos

I got hybris 6.0 installed and configured OCI extension as well. I found out a missing library or dependency "bin/ociserver.jar". Please see .classpath below

can someone tell me what this ociserver.jar is? why it is missing?

thanks

---[.classpath]------------------------

 <classpathentry kind="con" path="org.ee.jdt.launching.JRE_CONTAINER"/>
 <classpathentry kind="output" path="eebin/notused"/>

             
             
 <classpathentry exported="false" kind="src" path="/platform" />
 **<classpathentry exported="true" kind="lib" path="bin/ociserver.jar" >**
     <attributes>
         <attribute name="javadoc_location" value="https://download.hybris.com/api/6.0.0"/>
     </attributes>
 </classpathentry>
 <classpathentry exported="true" kind="lib" path="resources" />
 <classpathentry exported="true" output="eebin/classes" kind="src" path="src" />
 <classpathentry exported="true" output="eebin/classes" kind="src" path="testsrc" />
             


Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello!

This is the jar file you asked for: hybris/bin/ext-commerce/oci/bin/ociserver.jar

Generally speaking: The Java classes of each extension will be packaged into a jar file with the name pattern:

 bin/{extension-name}-server.jar


There must be Java build path errors in Ee which prevents the project to be build, and the jar being created.

Regards, Thomas

0 Kudos

OCI extension builds just fine. The question is, if oci-server.jar is the final target of OCI module, why it is a required dependency?