Hi, I am new to JDeveloper, and I am looking for a way to reference a jar file relative to project's root. For example: the jar is located at /projectRoot/suite1/package/thirdParty, and a project is is in /projectRoot/suite1/projectA. When I use /projectRoot/suite1/package/thirdParty/a.jar in the jpr file in /projectRoot/suite1/projectA/projectA.jpr, the compiling fail.
Using relative path in "../package/thirdParty/a.jar" /projectRoot/suite1/projectA/projectA.jpr works. However, we have internal control that flags ../ path as warning.