Igor Kromin |   Consultant. Coder. Blogger. Tinkerer. Gamer.

I needed to know the version of the JAX-WS runtime that my installation of WebLogic (12.1.2) was using. This information was nowhere to be found in the documentation, so I decided to do some digging around to see what I can find.

Eventually I found the version as a part of the the jar file for the runtime.

This is the command to find it:
 Command
find $WL_HOME -name "*jaxws-rt*.jar"


The $WL_HOME variable needs to be set to the location of your WebLogic installation.

In my case the output was something like this...
 Output
/Oracle/Middleware/wls/oracle_common/modules/com.sun.xml.ws.jaxws-rt_2.2.jar


The version number is 2.2 in my case.



-i

A quick disclaimer...

Although I put in a great effort into researching all the topics I cover, mistakes can happen. Use of any information from my blog posts should be at own risk and I do not hold any liability towards any information misuse or damages caused by following any of my posts.

All content and opinions expressed on this Blog are my own and do not represent the opinions of my employer (Oracle). Use of any information contained in this blog post/article is subject to this disclaimer.
Hi! You can search my blog here ⤵
NOTE: (2022) This Blog is no longer maintained and I will not be answering any emails or comments.

I am now focusing on Atari Gamer.