Re: JDK: Okay, this used to work

2002-09-30 Thread Carl Fink
On Mon, Sep 30, 2002 at 10:15:23PM -0400, Hubert Chan wrote: > I believe you need to drop the ".class". Color me stupid. I should have remembered that. (I haven't thought about Java for a couple years, but even so.) Thanks. -- Carl Fink [EMAIL PROTECTED] Manager, Dueling Modems

Re: JDK: Okay, this used to work

2002-09-30 Thread Hubert Chan
> "Carl" == Carl Fink <[EMAIL PROTECTED]> writes: Carl> I started to learn Java back when I was running Slink. I didn't Carl> get past chapter 3 of the book, but everything worked. Carl> Why not now? Carl> I install Jikes. I start Sun's tutorial and enter Carl> HelloWorldApp.java per the

Re: JDK: Okay, this used to work

2002-09-30 Thread Tom Cook
On 0, Carl Fink <[EMAIL PROTECTED]> wrote: > I started to learn Java back when I was running Slink. I didn't get past > chapter 3 of the book, but everything worked. > > Why not now? > > I install Jikes. I start Sun's tutorial and enter HelloWorldApp.java per > the web site. I compile it wit

JDK: Okay, this used to work

2002-09-30 Thread Carl Fink
I started to learn Java back when I was running Slink. I didn't get past chapter 3 of the book, but everything worked. Why not now? I install Jikes. I start Sun's tutorial and enter HelloWorldApp.java per the web site. I compile it with javac. Seems OK. Then I try java HelloWorldAp