Hello!
Does anyone happen to know how to re-compile Windchill Applets to a set version?
I know you can re-build Applets (and maybe some more stuff) using below command. Does this also compile them?
ant -f /ptc/Windchill/codebase/MakeJar.xml
If ant is used in the compilation process, it should be possible to change target version using below syntax:
<javac srcdir="${src.dir}" destdir="${compile.to}" target="1.6">
Have anyone tried this or experienced the same problem?
Best regards,
Peter