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"
okay at first I tried to compile my example program:
javac Example.java
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"
that's what I was trying to say hehe =)
Dan
- Does Java apps has to have .class extension? Danny Lu
- Re: Does Java apps has to have .class extension? Michael Sinz
- Re: Does Java apps has to have .class extensi... Danny Lu
- Re: Does Java apps has to have .class ext... Java News Collector
- Re: Does Java apps has to have .class... peter . pilgrim
- Re: Does Java apps has to have .class ext... Paul Romanchenko
