javascript - How to put normal java code into a website -


Is there a way to put general Java code in a website? I have made a game with DAJAVA and I want to put it on a website, is there a way to do this? Like I need to convert java to javascript or what? This is not an applet and it is written in normal Java, and I am not an expert in coding. Please help

You can always run a Java program from the applet. You may need to sign the applet and take care of permissions if you need file system or socket access.


Comments