Compiler did not create class
Hello, i'm new to java.
i installed jdk 1.3, then created Hello.java
after that i compiled it by doing javac c:\java\MyProgs\Hello.java
it opened Hello.java as text.
then i created html like
<applet code = Hello
height = 200
width = 200>
This Page requires a java-capable browser
</applet>
but i can't see any thing. also there is no Hello class in c:\java\myprogs\ folder.
it should create Hello classe, right?
thanks a lot
Mohammad Waheed

