[ARCHIVED] PluotSorbet is a J2ME-compatible virtual machine written in JavaScript.
Перейти к файлу
Andreas Gal e48dae88ce Merge pull request #181 from marco-c/setHidden
Add stub Connection::setHiddenImpl native
2014-09-03 20:46:41 -07:00
certs
classfile
java
libs
midp
tests
.gitignore
.travis.yml
LICENSE
Makefile
README.md
arrays.js
classes.js
classinfo.js
context.js
desktop-ui.js
frame.js
game-ui.js
index.html
jvm.js
legacy.js
main.js
manifest.webapp
native.js
opcodes.js
runtime.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.