Author Topic: JVM in JavaScript, seriously?  (Read 548 times)


This entire article went over my head. Can somebody explain it in a way that morons can understand?

yo dawg i herd u like java

This entire article went over my head. Can somebody explain it in a way that morons can understand?
Run Java applications in any browser with JavaScript without any plug-ins.

EDIT: Not with this, but it should be doable if you base it on this.
« Last Edit: February 18, 2012, 12:21:12 PM by DontCare4Free »

Run Java applications in any browser with JavaScript without any plug-ins.
are you serious

why is that necessary :(

Run Java applications in any browser with JavaScript without any plug-ins.

Like running Minecraft in your browser without installing a JRE?

>Implying people who aren't tech-savvy care

Yeah this is pretty weird.

Like running Minecraft in your browser without installing a JRE?
I guess that should be possible, but would probably require a very good computer.

EDIT: Thinking about it, no, since MC uses the JNI (Java Native Interface).

are you serious

why is that necessary :(
To me it's more that it's cool that it's even possible.
« Last Edit: February 18, 2012, 12:55:33 PM by DontCare4Free »

The last thing Java needs is another double layer of abstraction from the processor.

Like running Minecraft in your browser without installing a JRE?
Won't it run really slow since it's just interpreter?

So, let me try to understand,

javascript will emulate the whole instruction set of JVM within a browser?

Hmmm the smell of efficiency.

So, let me try to understand,

javascript will emulate the whole instruction set of JVM within a browser?

Hmmm the smell of efficiency.
Exactly my reaction.

Also, found this too:
http://www.surf-the-edge.com/2011/11/15/bicavm-jvm-in-javascript-why/