cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Java Version for CREO Schematics 4.0 M010

ptc-6306282
6-Contributor

Java Version for CREO Schematics 4.0 M010

I have complied custom JAVA code using JDK 1.8 (Version 52.0) that was supposed to work on Schematics 4.0 M010. I have gotten error code in the CMD window that opens when the schematics page that says

"Unsupported  major.minor version 52.0". From searches on the web it is explaining that my code is targeted

to run on JRE8 VM. I tried to cross compile my code to target JRE7 VM.Have been unsuccessful so far. Does anyone know the JAVA version that the current version of schematics is compatible with? 

4 REPLIES 4
bmüller
13-Aquamarine
(To:ptc-6306282)

Hi,

 

have you installed Java 64bit & 32bit version?

 

br Bernhard

ptc-6306282
6-Contributor
(To:bmüller)

I have installed the 64-Bit version.

sully7
13-Aquamarine
(To:ptc-6306282)

It's Java 7.

 

I compiled with IntelliJ and SDK 1.6 (version 50) and got errors about major version being 51. So... here's the download link 🙂

 

https://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html

 

Hope this helps!!

 

Thanks, 

James Sullivan

President & Founder
CadActive Technologies - www.cadactive.com
ptc-6306282
6-Contributor
(To:sully7)

James,

 

Thanks for the info. PTC support did get back to me with using JAVA build 1.70_80 was the correct one to use.

We have it working.

Top Tags