lesscss-java icon indicating copy to clipboard operation
lesscss-java copied to clipboard

Cannot find function bind in object function _math

Open gsnunes opened this issue 10 years ago • 0 comments

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.

gsnunes avatar Feb 12 '15 15:02 gsnunes