问题描述
我读过Orto,一个在Javascript上运行的Java虚拟机,但是我找不到实际的代码,只有几篇关于它的文章 - 就像这样:
I've read about "Orto", a Java virtual machine that runs on Javascript, but I can't find the actual code, only a few articles about it - like this one: http://ejohn.org/blog/running-java-in-javascript/
有没有人知道我在哪里可以找到Orto本身,或者其他可以在Javascript上运行Java字节码的东西?
Does anyone know where I can find Orto itself, or something else that can run Java bytecode on Javascript?
注意GWT不符合我的需求,因为它是Javascript编译器的Java源代码,而不是Javascript编译器的Java字节码。我的源语言是Scala,因此GWT将无法工作。
Note that the GWT doesn't meet my needs since it is a Java source code to Javascript compiler, not a Java bytecode to Javascript compiler. My source language is Scala, so GWT won't work.
推荐答案
下载在左侧的Orto SDK下菜单:
Downloads are under "Orto SDK" in the left-hand menu:
然而,考虑到Orto项目似乎已经悄然死亡,你可能会更好地寻找其他地方。
However, considering that the Orto project seems to have quietly died, you may be better off looking elsewhere.
这篇关于有谁知道我在哪里可以找到“Orto” Javascript JVM?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!