Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
I'm looking for some documentation on how to install Creo 8 with Corretto (JRE 11 ). I've searched the PTC website but I'm not finding it. I'm looking for installaing a new setup, as well as converting an existing setup to not use Java, and use Corretto ( JRE 11 ). If you can point me to a document I'll be happy to read and try it out.
Anyone able to help point me in the right direction.
Any help would be greatly appreciated.
Thanks.
Solved! Go to Solution.
Download the Amazon corretto 11 zip for Windows x64:
https://corretto.aws/downloads/latest/amazon-corretto-11-x64-windows-jdk.zip
Unzip this and set PRO_JAVA_COMMAND to the <unzipped_folder\bin\java
In my case I unzip, rename the unzipped folder to java and move it to my Creo Parametric install directory:
c:/ptc/creo_parametric-8.0/java
And then set PRO_JAVA_COMMAND = c:\ptc\creo_parametric-8.0\java\bin\java
Download the Amazon corretto 11 zip for Windows x64:
https://corretto.aws/downloads/latest/amazon-corretto-11-x64-windows-jdk.zip
Unzip this and set PRO_JAVA_COMMAND to the <unzipped_folder\bin\java
In my case I unzip, rename the unzipped folder to java and move it to my Creo Parametric install directory:
c:/ptc/creo_parametric-8.0/java
And then set PRO_JAVA_COMMAND = c:\ptc\creo_parametric-8.0\java\bin\java
