JAR FILE
Hi All.
I have an application which has a MainPage class that is the entry point of the program. I have created a MANIFEST file and specified this file, but I still have the error:
couldn't find the main class: Program will exit!
My MainPage class contains many anynomous inner classes, shall i add these classes too to the Manifest file?
Please Help
Thanks

