Skip to main content
17-Peridot
November 14, 2019
Solved

How to open the entire Windchill project in Intellij Idea

  • November 14, 2019
  • 1 reply
  • 2295 views

Hello, please tell me how to open the entire Windchill project in Intellij Idea to edit and compile files?

Best answer by loomax68

As a basis on should use CS348994 

ant -f create-eclipse-libs.xml


to create libraries to be used for eclipse development with java 11 and windchill 12.0.x

After this you can easily create a intellij project with these libraries

1 reply

loomax6810-MarbleAnswer
10-Marble
January 8, 2024

As a basis on should use CS348994 

ant -f create-eclipse-libs.xml


to create libraries to be used for eclipse development with java 11 and windchill 12.0.x

After this you can easily create a intellij project with these libraries