js2me icon indicating copy to clipboard operation
js2me copied to clipboard

How to run it on PC?

Open ghost opened this issue 5 years ago • 4 comments

ghost avatar Feb 22 '20 11:02 ghost

It used to work just by opening index.html, but seems that's no longer the case. You have to host files by HTTP server and open it in a browser with src parameter pointing to some jar file. For example: http://localhost:8000/?src=jars/asteroids.jar

szatkus avatar Feb 23 '20 00:02 szatkus

It used to work just by opening index.html, but seems that's no longer the case. You have to host files by HTTP server and open it in a browser with src parameter pointing to some jar file. For example: http://localhost:8000/?src=jars/asteroids.jar

Sorry for the late reply, but it won't work on Chrome.

sfmemz avatar Oct 02 '20 11:10 sfmemz

@szatkus

It used to work just by opening index.html, but seems that's no longer the case. You have to host files by HTTP server and open it in a browser with src parameter pointing to some jar file. For example: http://localhost:8000/?src=jars/asteroids.jar

Any new breaking change on browsers that did it?

@sfmemz An idea is to use js2me as an Electron app. I'll do an PR some day to implement it (same for KaiOS).

danimesq avatar Mar 26 '22 20:03 danimesq