On Mon, 5 Oct 1998, Danny Lu wrote:

> But when I try to run a example program I wrote.. and I change
> the extension.. I got an error stating "Can't find class Example"
> 
> and I got Example.class... now I change the name of the Example.class to 
> Example:
>       mv Example.class Example
> 
> then I made the example executable:
>       chmod u+x Example
> 
> and then I ran it...
>       ./Example
> 
> I got the error message saying:
>       "Can't find class Example"
When kernel trying to start Example apps, it looking into Example file,
decide that it is java class and pass it to java loader like this 
'java Example', then java loader trying to load Example.class file and
fails.
------------
With best wishes.
Paul Romanchenko, Russia, Omsk, Laboratory 321
[EMAIL PROTECTED], 2:5004/1.321, http://www.lab321.ru/~paul

Reply via email to