Hey everyone, I am completely new to making java applets and just built my first game. It’s an executable jar file and I’d like to link it here as well as add it to my own wordpress webpage. I don’t understand what needs to be done to do this however. I have the plugin for wordpress and I guess I just dont understand what I need to put in.
[applet code=“your.applet.ClassName” file=“http://domain.com/full/path/to/yourJar.jar”]
I know the url to my file, but not what to put in for your.applet.ClassName. I have been trying to just put in the name of the class with my main method in it but get an error.
Thank you, I realize this is a pretty dumb question but I dont get it.