Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
We are upgrading from Windchill PDMLink 12.0.2.17 ro 13.0.2.0 and during the compilation of our Java customizations we get these errors:
com.thoughtworks.xstream does not exist
XStream library dependencies removed in Windchill 12.1+
See: https://www.ptc.com/en/support/article/CS386935
javax.ws.rs does not exist:
Running: windchill wt.util.jmx.Which javax/ws/rs/core
javax.servlet does not exist:
Running: windchill wt.util.jmx.Which javax/servlet
Has anyone else stumbled upon this and was able to fix it?
Solved! Go to Solution.
Hi @ocorten-2
Yes,
take the old library from the old system separate the classes that are needed by your app from there and add it to new system.
I did it many times if some methods classes where removed from the system but they were useful for me.
PetrH
Hi @ocorten-2
Yes,
take the old library from the old system separate the classes that are needed by your app from there and add it to new system.
I did it many times if some methods classes where removed from the system but they were useful for me.
PetrH
Thanks a lot. Sounds like a quick (and dirty) solution.
It will give us time to rewrite the code to use other libraries.