I want to set the default Java Platform which is used to build my projects in NetBeans 8.2 (netbeans_jdkhome).
Prior versions allowed me to do that. See this answer.
The only problem is that I want to set this platform to be 1.7 (instead of current 1.8), but NetBeans 8.2 requires to run on 1.8, so I cannot have 1.7 as the default Java Platform.
Is there a way to override it?