-
Notifications
You must be signed in to change notification settings - Fork 68
No JavaScript Support #24
Comments
Hi Bernd, On 07/06/2015 12:20 AM, Bernd Prünster wrote:
Mozilla Rhino -
-Alex |
Interesting. I thought these major differences were put aside with Java 7. I am on Arch Linux here and JS works fine on the OpenJDK available from the repositories (however, I do see a switch in the PKGBUILD for enabling rhino). |
On 07/06/2015 10:54 PM, Bernd Prünster wrote:
Arch (and most other distros) uses IcedTea stuff to build OpenJDK and
I never tried this myself, but it actually should, service-provider
-Alex |
js.jar (Rhino) does not include this file. |
On 07/06/2015 11:46 PM, Bernd Prünster wrote:
Yes, it seems that Rhino [1] never included JSR223 implementation
Alternatively put these libs to /jre/lib/ext to have out of the box [1] https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Rhino
-Alex |
Everything works perfectly now! |
Glad to know that it is working, I'll add the note about JS support to readme. |
Tried running an Apache Pivot application, however this failed since no JavaScript engine can be found (this only happens using openjdk-unofficial-builds):
The text was updated successfully, but these errors were encountered: