NetBeans: set explicit Java version for project
authorEddie <dev@fun2be.me>
Sat, 6 Jun 2015 07:08:34 +0000 (08:08 +0100)
committerEddie <dev@fun2be.me>
Sat, 6 Jun 2015 07:08:34 +0000 (08:08 +0100)
commite25865bd76d3ddde5908e73e282ca7dc1d838ad1
tree5a38c4efae88e674d0e1ed7c3de5fe844929673c
parent8914e984fa8ae92fac6bcc275d77719f23078129
NetBeans: set explicit Java version for project

The default behaviour of a NetBeans project is to use the
platform-default Java version. If this differs from the version the
project is to run on there could be unexpected bugs such as
accidentally using standard library classes and/or methods that only
exist in the later Java version.

For example, this will prevent bugs creeping in when the platform-default
is Java 1.8 but the project is to be built and run on Java 1.7.
nbproject/build-impl.xml
nbproject/genfiles.properties
nbproject/project.properties
nbproject/project.xml