RedlineResearch / elephant-tracks

0 stars 1 forks source link

Makefile doesn't use the JAVA setting #10

Closed greatmazinger closed 8 years ago

greatmazinger commented 8 years ago

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.

greatmazinger commented 8 years ago

Fixed in commit beffd879df0f5f06a12f569d8497e6dcc9191aec

greatmazinger commented 8 years ago

Closing.