.java file importance
in
Integration and Hardware
•
1 year ago
when i compile an applet it creates a .jar file a .html file and a bunch of pde files which makes sense.
.jar is for the application
.html is too run it in browser
and
.pde is too publish my code as well
but what is the significance of the .java file? i removed it from the applet and it still ran ok? should i leave it in the applet to avoid causing problems or is it just there to show all of my code in one place or something? I really don't understand what its used for.
1