Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在用 ES6 编写的 javascript 中使用 java 库。我尝试了 j2v8 和 nashorn,但它们不支持 ES6 功能。还有其他方法可以做到这一点吗?
J2V8 (4.7.1) 的最新版本是使用 V8 5.4.500.45 构建的。我不确定 ES 6 的 V8 5.4.500.45 有哪些功能,但 J2V8 将是与此兼容的“bug for bug”/“feature for feature”。
J2V8 只是 V8 的一个包装器,因此它只支持与 V8 一样多或少的支持。