Hi there,
I've a problem that has been bugging me for ages. I've written a number of small Swing applications using Websphere Studio 4.0.2. When I run them in Studio they work fine. If I export them to a jar, together with the other classes & jars that they use, & select the class of the application entry point (in other words select the class that contains the starting main method) they appear to compile ok but when I run them I get the "Could not find the main class" error message.
Even more frustratingly the first ever Swing application I wrote (& based the remaining apps on) works fine.
Thanks for any help,
Andee