Question
com.ptc.wpcfg.pdmabstr in Windchill 13.1.2.0
I am using Windchill PDMLink Release 13.1 and Datecode with CPS 13.1.2.0
During an update from Windchill 12.0 to Windchill 13.1.2 I had an issue with compiling a java file.
import com.ptc.wpcfg.pdmabstr.PROEDependency; is used in the file but it's not recognised by Eclips.
The class should be availeble in DDLBasic.jar. Is it moved or deleted (com.ptc.wpcfg.pdmabstr)? Do I neet to use something different?
I have a workaround, the variable is used once and should be a constant value, but that is not a clean solution.
During an update from Windchill 12.0 to Windchill 13.1.2 I had an issue with compiling a java file.
import com.ptc.wpcfg.pdmabstr.PROEDependency; is used in the file but it's not recognised by Eclips.
The class should be availeble in DDLBasic.jar. Is it moved or deleted (com.ptc.wpcfg.pdmabstr)? Do I neet to use something different?
I have a workaround, the variable is used once and should be a constant value, but that is not a clean solution.

