When I try to enable minification with Closure Compiler used for JavaScript, the following error is displayed:
The following minifiers cannot be found or are no longer working:
Closure Compiler: JAVA executable path was not found. The default minifier JSMin will be used instead.
This message will automatically disappear once the issue is resolved.
A similar error is displayed when I try to enable YUI Compressor. I'm on DreamHost, fwtw, and have set up my JAVA_HOME. Here are the results of "/usr/bin/java -version":
java version "1.6.0_07"
Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
Java HotSpot(TM) 64-Bit Server VM (build 10.0-b23, mixed mode)
What can I do to fix this? Closure is better from everything I've read. Thanks.