java.lang.ClassNotFoundException:
Godmar Back
kaffe@rufus.w3.org
Mon, 27 Jul 1998 23:32:55 -0600 (MDT)
Alicia,
>
> I've set up all of the properly environment variables including: $PATH,
> $LD_LIBRARY_PATH, and $CLASSPATH (which include Klasses.jar & pizza.jar).
You shouldn't have to set CLASSPATH anymore, because the kaffe script
will do that for you. But if you do, make sure you include . (dot) or
whereever your classes can be found. This might be where your problem
lies.
Alexandre posted a set of fixes for the scripts to make sure they behave
more Sun-like (i.e., prepending existing CLASSPATH), but they're still in
the pipeline. You can find them in the archives, though.
- Godmar