Java Class File Version
There’s some useful script to get the file version of Java class in Oracle Applications
1. Please provide the file versions for:
java/portal/wrappers/CspPartsRequirement.class
csp/portal/order/server/RequirementAMImpl.classYou may use the following commands:
find $JAVA_TOP/oracle/apps/ -name CspPartsRequirement.class -exec adident Header {} \; -print
find $JAVA_TOP/oracle/apps/ -name RequirementAMImpl.class -exec adident Header {} \; -printRelated Posts
- Load Java Files To Oracle E-Business Suite 11i
- Formslauncher.class Not Found
- CHMOD Recursive Command On Specific File Extension
- Java Home In Oracle 11i
- Unix Find File Modified Time
PreviousNext» Start & Stop Oracle Discoverer Using opmnctl
Leave a Comment



