I have a strange problem. My project builder remembers too much. I have just showed a friend how easy it is, to create a simple java applet using project builder. Afterwards I would like to show him, my current project. So I closed the test-project I just made, and opened my project. I pressed Cmd+R, but all that showed in the applet viewer was that test-applet we just created. No panic, I thought, I'll just do a 'Clean All Targets'. But that didn't help either.
Now, I have deleted the test-applet and now I get these lines in the Run window:
load: class test not found.
java.lang.ClassNotFoundException: java.io.FileNotFoundException:
/Users/adm/Documents/Programmering/test.class (No such file or directory)
at java.io.FileInputStream.open(Native Method)
How can I make PB forget about the test-applet??
Yes, I can compile it using the teminal, that's what I'm doing now, but I like the PB-way better...
Please help.....
Jens Peter