Strange. If
C:\Java\OCA is the folder where the
.class file appears after compilation, and it's the current directory when you run the
java command, it should work as long as
Zoo.java file doesn't contain a
package statement.
From the directory where the .class file appears, can you run
javap -p Zoo, and post the results here? That's
javap with a p. Make sure you enclose the results within code tags like [code]this[/code], when you post on this board.
You should also do the same when you post code.