Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
Hello, please tell me how to open the entire Windchill project in Intellij Idea to edit and compile files?
Solved! Go to Solution.
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
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