Does anyone know a tutorial I could find that shows how to export the code from Eclipse all the way to uploading it to a website and running it in a browser? I am making a simple game using LWJGL and I am new to Java and I can't find a single good resource for this. Please help me :)
Although not about eclipse the Applet section on the wiki has a pretty good explanation of how LWJGL applets work: http://lwjgl.org/wiki/index.php
You will need to export your applet code from eclipse to a jar, see e.g.: http://stackoverflow.com/questions/423938/java-export-to-an-jar-file-in-eclipse