lesscss-java
lesscss-java copied to clipboard
Cannot find function bind in object function _math
Hi guys, I tryed run my project out of IDE (Eclipse) and throws error below. org.lesscss.LessException: org.mozilla.javascript.EcmaError: TypeError: Cannot find function bind in object This error happens only with ES5 methods. I don't understand why, because I'm using the latest Rhino version and when I run from Eclipse I don't have problems.
I'm using Java 7. I know that Eclipse JRE is different of Oracle JRE. Someone know's what happens ? To me seems like java get an old Rhino included on JDK and not the library imported to project.