[ARCHIVED] PluotSorbet is a J2ME-compatible virtual machine written in JavaScript.
Перейти к файлу
Andreas Gal b4e7715ba3 Merge pull request #45 from marco-c/use_MVM_AmsUtil
Add classes to support J2ME MVM (multitasking VM)
2014-08-06 11:46:35 -07:00
classfile
java
libs
midp
tests
.gitignore
.travis.yml
LICENSE
Makefile
README.md
arrays.js
classes.js
classinfo.js
context.js
frame.js
game-ui.js
index.html
jvm.js
legacy.js
main.js
manifest.webapp
native.js
opcodes.js
signature.js
timer.js
util.js
vm.js

README.md

j2me.js Build Status

j2me.js is a J2ME virtual machine in JavaScript.

A few similar projects exist. The primary objective here is to keep this very simple and small and to leverage the phoneME JDK. In particular we are trying to implement as little as possible in JavaScript, re-using as much of the phoneME infrastructure and existing Java code as we can.