I’m trying to use Abbot to produce a test script for my GUI in netbeans, but I don’t know why it keeps displaying error with my Main class’s main() method (ClassNotFoundException).
All I’m doing is in this screenshot:
https://dl-web.dropbox.com/get/Untitled.png?w=820d5f56
And the error is here:
Make sure two things:
dist/folder.packagename.Maininstead ofMain.It should solve your problem.