New To Command Prompt

Hi.

I've been using NetBeans for as long as I can remember, so I've never really need to do the whole javac filename.java in the command prompt. Well, now I'm trying to do an applet, and nothing I do works.

1.) I compiled WelcomeApplet.java using NetBeans, so I have a WelcomeApplet.class. I put that into an HTML file (WelcomeApplet.html), but it doesn't work: The applet doesn't run.

2.) I try to use appletviewer like my book suggests, but it doesn't work either: I sent the PATH variable to the right folder, but it still doesn't work.

Help?

[583 byte] By [JDCAcea] at [2007-10-1 19:48:40]
# 1
what "doesn't work"?What exact errors are you getting?Without more information you're leaving us all guessing, but most likely you are having classpath problems (which amount to 90%+ of all problems people have when running anything Java).
jwentinga at 2007-7-11 16:11:47 > top of Java-index,Developer Tools,Java Compiler...
# 2
Go here http://java.sun.com/docs/books/tutorial/ and click First Steps and follow all instructions exactly - don't skip anything. If you still have a problem. post the command(s) used and the error text that resulted.
ChuckBinga at 2007-7-11 16:11:47 > top of Java-index,Developer Tools,Java Compiler...