Skip to Main Content

Security Software

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

how to search JAR file for specific class..

User_72GS7Feb 24 2016 — edited Feb 24 2016

Hello..

i inherited OIM product with java code with

  import oracle.iam.ui.platform.utils.log.LoggerUtils;

how to find proper JAR file for that   oracle.iam.ui.platform.utils.log.LoggerUtils  ?

JAR Search - findJAR.com  does not know about it

i decided to

  copy All JAR files from .../Oracle/Middleware

  extract them into file system as subdirectories

  run file search for  LoggerUtils.class

extraction is in progress.. for last 20 minutes.. and i am running out of disk space..

probably that is not good idea?

any other ideas?

thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 23 2016
Added on Feb 24 2016
5 comments
1,428 views