Hi,

I am able to use Run in the Emacs JDE menu to run a
Java app which is part of a package I defined. But
when I put this main in an inner class, Run produces
the error:

java.lang.NoSuchMethodError: main


Apparently it cannot find the code for main.
I tried doing this in a MSDOS window. The same result.

java -classpath ... myPackage.myApp
 
runs without problems.

But 
 
java -classpath ... myPackage.myApp$myInnerApp

produces the NoSuchMethodError: main.

Anyone has similar experience? Thanks.

Ernie

BTW: I installed emacs 20.4.1 and jde 2.1.5 on my
Win95 machine. I also installed Cygnus bash shell. 
__________________________________________________
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one place.
Yahoo! Shopping: http://shopping.yahoo.com

Reply via email to