Which JDK Version to build libraries with Eclipse

Hi,

which JDK version do I need to build my own libs using Eclipse on Windows 10.

Thanks
f41ardu

Please check

FAQ · processing/processing Wiki · GitHub

Supported Platforms · processing/processing Wiki · GitHub

Kf

2 Likes

I built libraries for a while using Eclipse and the MacOS default system Java (Java 10) – but with a project configured as a Java 8 project. It would give a warning, but it always compiled fine.

To clean up the build process and remove the warning I finally added Java 8.0.192 to the Eclipse build path and used that for projects. That also worked fine, but with no warning.

1 Like