Viewing them? You mean, execute them?
If it's just viewing them they're binary, so you actually can't, unless you decompile it and it'll be just what W4C said above. Code with many things missing.
If you want to execute/run it, it depends. If it's an applet, you shove it into a, say, a .html file (imbedding is the word I think) and run it from there. Otherwise, try typing
- Code: Select all
java YourProgramClass
into your command line.