Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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/

Does anyone know where I can find Orto itself, or something else that can run Java bytecode on Javascript?

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.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
608 views
Welcome To Ask or Share your Answers For Others

1 Answer

Downloads are under "Orto SDK" in the left-hand menu:

http://web.archive.org/web/20080114024903/http://orto.accelart.jp/index.html

However, considering that the Orto project seems to have quietly died, you may be better off looking elsewhere.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...