Skip to Main Content

Java Development Tools

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!

Missing libraries while upgrading from Jdev11 to jdev12

1106277Jun 3 2019 — edited Jun 3 2019

Hi,

I have a project which I am trying to upgrade from Jdev 11.1.1.9  to Jdev  12.2.1.1

But when i try to do upgrade and do ant build for my build.xml , it throws quite a few errors like :

[ora:ojdeploy] Error(23,31): package javax.faces.application does not exist

[ora:ojdeploy] Error(24,27): package javax.faces.context does not exist

[ora:ojdeploy] Error(26,25): package javax.faces.event does not exist

[ora:ojdeploy] Error(29,25): package javax.faces.event does not exist

[ora:ojdeploy] Error(30,25): package javax.faces.model does not exist

Seems like library compatibility issue. how do I resolve this and add the necessary libraries for jdev12 (corresponding to jdev11 libraries )

Your inputs are highly appreciated.

Thanks

Comments
Post Details
Added on Jun 3 2019
4 comments
275 views