Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
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?
Hi,
have you installed Java 64bit & 32bit version?
br Bernhard
I have installed the 64-Bit version.
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
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.