java2script icon indicating copy to clipboard operation
java2script copied to clipboard

Provide a standalone and ready to use distribution like CheerpJ

Open 2dpdlja496or43iq opened this issue 2 years ago • 1 comments

I only want to be able to run my favorite Java based applications on the browser as effortless as possible. I don't want to build teavm from source myself. An installer that included everything and ready to use like CheerpJ is greatly appreciated!

https://leaningtech.com/download-cheerpj/

p/s: I don't know how to use Eclipse and I don't want to use it too!

2dpdlja496or43iq avatar Apr 23 '23 05:04 2dpdlja496or43iq

It's a different idea. Our idea is not to copy the problems of Java into JavaScript byte-code-by-byte-code. The challenge is to adapt Java just enough to run smoothly in Java and JavaScript in a way that programmers can adapt as necessary to the nuances of JavaScript -- threads, file reading and writing, etc. This allows building much more interesting hybrid Java/JavaScript/C++ apps.

It's much more fun and and much more interesting than what you are imagining, I think.

BobHanson avatar Feb 25 '24 16:02 BobHanson