Skip to main content
6-Contributor
March 30, 2018
Question

Java Version for CREO Schematics 4.0 M010

  • March 30, 2018
  • 1 reply
  • 4860 views

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? 

1 reply

1-Visitor
April 16, 2018

Hi,

 

have you installed Java 64bit & 32bit version?

 

br Bernhard

6-Contributor
April 16, 2018

I have installed the 64-Bit version.

14-Alexandrite
August 8, 2018

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