Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JDeveloper library path referencing project root

User735763-OracleMay 31 2016 — edited May 31 2016

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.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 28 2016
Added on May 31 2016
0 comments
691 views