Page 1 of 1
Optimize javascript output
Posted: Wed Aug 20, 2014 8:46 am
by SinisterSoft
If I enable 'Optimize javascript output' then I get an error on the last line of the program saying Java is required. I have Java on my system, do I have to point to it somehow or does it have to be a specific build?
Re: Optimize javascript output
Posted: Wed Aug 20, 2014 9:54 am
by MrTAToad
Sounds like Java it isn't in %PATH%
Re: Optimize javascript output
Posted: Wed Aug 20, 2014 12:11 pm
by Fred
Yes, you need "java" in your path (open a CMD and type "java", if it's a command not found error, then you have to put it in the path)
Re: Optimize javascript output
Posted: Thu Aug 21, 2014 10:35 am
by SinisterSoft
Ahh... I see...
At least you know now that this needs to go in the instructions.
...or if not in path then maybe it should check a few common paths that Java would normally use?
Re: Optimize javascript output
Posted: Thu Aug 21, 2014 11:15 am
by poshu
Java set it's path during it's installation, no need to try things : you must have removed it (either manually or with a tool).