Donate SIGN UP

.class

Avatar Image
Simonof17 | 15:14 Mon 25th Oct 2004 | Technology
3 Answers
Does anyone know if there is a media player or something that opens/plays .class file extensions?
Gravatar

Answers

1 to 3 of 3rss feed

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)

Or, just in case html works (I suspect it won't) copy and paste one of these:

<applet code="filename.class"> If you can read this in the webpage, java is disabled </applet>

or

 

<applet code="filename.class"> If you can read this in the webpage, java is disabled </applet>

Question Author
I've solved the problem, thanks for your help though

1 to 3 of 3rss feed

Do you know the answer?

.class

Answer Question >>