Should I migrate away from Applets and if so to what?

后端 未结 5 1027
梦谈多话
梦谈多话 2020-12-20 21:14

I\'m a hobby programmer working on developing a Java game (JApplet) that runs in a webpage. I\'ve already completed the coding and it runs fine when using Netbeans but I\'m

5条回答
  •  长情又很酷
    2020-12-20 21:25

    You also could use Native Messages to communicate your Native application with a Chrome extension or Chrome apps, but this fix only will work for Chrome.

    Native Messages

    In Firefox maybe you can use:

    js-ctypes

提交回复
热议问题