I am running a java jersey maven webservice on Eclipse and I need to use the SAP Java Conector to connect to an SAP system. I have added the PATH and CLASSPATH variables correctly and added the sapjco3.jar to the project as an external Jar and I am getting no errors in Markers. Only during compilation in maven install, I get this error for all sapjco imports:
error: package com.sap.conn.jco does not exist.
Am I missing something?