> However, even so, shouldn't class files as opposed to source
> files normally be readable by anyone? That was not the case here.
> My class files seem to be readable only by owner and group, not everyone.
Your umask is probably set to 027. Check it by typing 'umask.' If it
is set, you can ma
> I do not, however, use my system under "root" *except* when absolutely
> required (as in, when doing admin work). This is a good habit to be
> in since it tends to reduce your chances of really getting messed up
> or having some unwanted access into your system. It also helps
> identify things
> Now for the wierd part. It all works just fine when I am logged in as
> root. But when logged in as myself, java reports that it can't find my
> class. What could cause this? I have loaded up my javawrapper script
> with a bunch of echo statements and am convinced that it produces the
> same
>The comments regarding applets have nothing to do with C or JNI. Again I'm
>trying to say that applets do not make sense in the context of HTML. It's
>not Java's fault, it's just how things are.
I don't see how this is true. HTTP is supposed to be a stateless, object-
oriented protocol which