Error: package oracle.iam.ui.platform.utils does not exist
I am developing a managed bean for a custom button but when i use the below library
(import oracle.iam.ui.platform.utils.FacesUtils;)
i get above the error message " Error: package oracle.iam.ui.platform.utils does not exist ".
Although i have added the following libraries
OIM Client Library.library
OIM Model Shared Library.library
OIM View Shared Library.library
also added
ADF Model Runtime to the class path.
but still getting error.