Sunday, February 16, 2014

Java.lang.NoClassDefFoundError: oracle.jrf.PortabilityLayerException

Exception : Java.lang.NoClassDefFoundError: oracle.jrf.PortabilityLayerException

Reason : This exception occur while deploying of ADF application from jdeveloper, and it is due to the missing jrf-api.jar.

Workaround :  Add the jar file to the project classpath. you can find this jar file at

%JDEV_HOME%\oracle_common\modules\oracle.jrf_11.1.1\jrf-api.jar

Also add this jar in the deployment profile.

No comments:

Post a Comment