Hi!
I’m have been following the JAAS turrial: http://download.oracle.com/javase/6/docs/technotes/guides/security/jaas/tutorials/GeneralAcnOnly.html. And the program works fine when I compile it from the command prompt in Windows. But when I try to compile and run it with eclipse it gives the error: Error: Could not find or load main class java. I think it’s because the main class is not in the top folder of the program, but I don’t know. How can I fix it?
Thank you in advance
Kasper