so i almost finished my project, there is 1 error left, --------------------Configuration: JDK version 1.6.0_14 <Default>-------------------- javac: invalid flag: D:\documenten\school\Project1\Kickass\Kickass.htm Usage: javac <options> <source files> use -help for a list of possible options Process completed. and its in my html file, which is <html> <body> <applet code="Kickass.class" Width="600" Height="600"> </applet> </body> </html> can anyone explain to me what i am doing wrong?
Java's one of the few things i can't get by even pretending to know, but I don't think '.class' is a valid file extension?
Judging by Fenix's post I know more Java then he does, but how much I really can't say. However, I do agree with his though shouldn't it be Kickass.java versus Kickass.class ? Also, I am not sure about the others but if you post the Kickass.class file you may atleast help me realize what you are trying to achieve.