How to run it on PC?
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
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.
@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).