Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

Translate the entire conversation x

Is there a list of the 3rd party software bundled with Windchill 13

dsodling
10-Marble

Is there a list of the 3rd party software bundled with Windchill 13

Version: Windchill 13.0

 

Use Case: As a developer I need to figure out which versions of 3rd-party libs are being used in different versions of Windchill


Description:

It used to be that you could download the Software Matrix for Windchill and in that document read about the software components bundled with Windchill. You could for instance see which version of commons-codec that was included. For version 13 this no longer sees to be the case.

Does anyone know if this is still possible? If not, then is there some other way to figure this out that doesn't involve decompiling the wc3rdPartyLibs jar and go through the class files.

 

Regards,
Daniel Martinsson

4 REPLIES 4

Hi @dsodling 

 

Thank you for your question! 

 

I’d like to recommend to add screenshot(s) to better understand what you are trying to do in your process. 

 

Please refer to this guideline to make your questions more likely to receive a quick and useful answer. 

This will increase your chances to receive meaningful help from other Community members. 

 

What is a good question? 

Windchill 

 

Thank you for your participation and please let me know if you need further assistance! 

 

Best regards,

Catalina
PTC Community Moderator

Have you already looked at release advisor?

 

https://release-advisor.ptc.com/releaseMatrix?releaseId=1373

 

Marco_Tosin_0-1742399549726.png

 

 

Marco

If you would like to know third-party libraries -for optimization- in order to not add them (for duplication) or use them instead of other ones, here is a hint in Java development.

 

Use the specifications Java APIs instead of the implementations API, Spring framework will map specifications you use to whatever implementations already configured in the software, so no need to know them, see this article.

 

 

Announcements


Top Tags