I have finished a project – jave applet – for a friend. To run the project I am simply clicking Run Application within eclipse. How do I convert my project into 1 file, such that my friend can simply open that one file and the applet will start?
Share
just export your project as a jar, either directly through eclipse or by using something like Ant.
Then your friend just puts the following code in their html…