How would I go about creating a simple free webpage containing one applet of a single .class file?
Say I’ve got this applet “G.class”, and I want to host this on a free website hosting service etc.
Can anyone please tell me how to do the above?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Depending on the HTML
doctypeyou are using, there are a couple of ways of doing this. This is the ‘old’ way:The ‘new’ way (if you’re using HTML5) is to use an
objectelement: