it's not your fault but MS Windows console as your %axis_home% path
contains "space" in the path string, Windows console assumes that ur
sending
an option to javac.exe command so incorrectly executes the command.
To overcome this try:
javac -classpath "%AXIS_HOME%\lib\axis.jar" SOAPMonitorApplet.java
as easy as this