YaroslavGaponov / node-jvm

java virtual machine in pure node.js
2.11k stars 178 forks source link

Supported JVM version? #25

Open ooxi opened 9 years ago

ooxi commented 9 years ago

Which version of the JVM does node-jvm support and does this package pass the Oracle Technology Compatibility Kit?

caomu commented 8 years ago

+1

ciplogic commented 5 years ago

I looked into code: it looks that it may support up-to Java7 bytecode constructs (no lambdas) but it doesn't use OpenJDK so compatibility will be very poor if you want a strict compatible implementation.