How can I find the Oracle weblogic version in Red Linux x86_64 GNU/Linux Environment.
@KinDBA , welcome, this'll be an ideal question to ask one of the numerous AI tools ... chatgpt, gemini, claude, a simple google search. try them first then come back if you are still struggling.
- ask work colleagues ....
Here's a page directly from Oracle:
I usually just run:
cd $WL_HOME/server/lib/; java -cp weblogic.jar weblogic.version -verbose
1 Like
Thanks it worked for me. With this command.
/u01/app/oracle/java/jdk/bin/java -cp weblogic.jar weblogic.version -verbose >> /home/oracle/weblog_version
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.