Skip to main content
14-Alexandrite
September 6, 2022
Solved

I can't run the windchill test system

  • September 6, 2022
  • 5 replies
  • 1570 views

I wanted to connect eclipse with windchill and create new classes. The connection was made and there were classes used in the com package. As soon as I created and uploaded new classes into the com package, the .class files in windchill were deleted and the test system stopped working. What can I do for it?

Best answer by HelesicPetr

@OnurNalbantoglu 

Try to do not compile the full com package, but compile just your custom one 

It wouldn't delete others classes.

PetrH

5 replies

HelesicPetr
22-Sapphire II
September 6, 2022

Hi @OnurNalbantoglu 

If classes were deleted because source files didn't exist that you need to restore them from backup or different system with same Version.

PetrH

14-Alexandrite
September 6, 2022

I didn't take any backups. is there any other way i can undo the windchill changes.

HelesicPetr
22-Sapphire II
September 6, 2022

@OnurNalbantoglu if the files were deleted from Windchill/codebase/com and source files does not exist? 

install new system and copy missing class files. Or copy class files from production system if the system has same version.

 

If source files exist just compile full windchill/src folder. But I don't think it is good idea. Very often some src java files are out of date 

PetrH