On Feb 6, 2010, at 7:22 AM, Charles Turner wrote:
So can I run this with the Java 6 installed in Leopard? And can I alter subtleGradient's "lint-gcc.rb" to run Java 6 rather than setting my global preferences? How?
Well, to answer my own question (probably crudely), in lint-gcc.rb:
$BINARY = "/System/Library/Frameworks/JavaVM.framework/Versions/ 1.6.0/Home/bin/java -jar '#{$SUPPORT}/bin/compiler.jar' -- warning_level VERBOSE"
But it works...
Best, Charles