The JAVA setting is only used for includes. The call to javac uses the system available javac. So far there does not seem to be any problem as the compiling with javac 1.7 and using the header files from 1.6 seems to compile just fine.
It seems to make sense though to use the java setting for everything. This will prevent weird errors of mixing Java JDKs.
The JAVA setting is only used for includes. The call to javac uses the system available javac. So far there does not seem to be any problem as the compiling with javac 1.7 and using the header files from 1.6 seems to compile just fine.
It seems to make sense though to use the java setting for everything. This will prevent weird errors of mixing Java JDKs.