Bear with me as I am not well versed in how Applets work in java. I have created a video game that runs in an applet, with other game object classes and image files in the package directory. I want to create an executable .jar to run the applet, but eclipse is asking for a launch configuration, so I assume I would need another class that deals with initializing the applet and anything else the applet might need.
How would I go about doing this?