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.
我正在使用粗糖。我有一个非常大的页面(HTML 和粗略),我收到:
为方法生成的字节码超过 64K 限制
我需要知道是否存在任何通过此限制的方法。
这是由于 Rhino 引擎的限制。Jaggery 使用 Rhino 将 Js 文件编译成 Java 字节码。在最新的 Jaggery 上应该可以解决这个问题。
作为替代方案,您可以尝试将单个文件分成多个文件并使用require关键字进行导入。