Quizzes & Puzzles24 mins ago
.class
3 Answers
Does anyone know if there is a media player or something that opens/plays .class file extensions?
Answers
Best Answer
No best answer has yet been selected by Simonof17. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.A .class file isn't something that a media player can deal with - it's more likely to be a small program. The equivalent of a .exe file for want of a better analogy.
You could either install Java's runtime environment (large download) and run the class file (more on that later if you go down that route) or create an html page with the class file referred to in some "applet" tags and see what appears in the webpage. Put the angled brackets, rather than these curved ones to try the html route:
(applet code="filename.class") If you can read this in the webpage, java is disabled (/applet)