Re: Compiles and Runs Without New Program Behavior Exhibited
At 10:44 AM 6/22/2007, you wrote:
>Have you done a "Clean and Build Main Project"?
>
>dcm
Yes, in fact I routinely do "Clean and Build Main Project". An
example of the problem is this. In the source code we have
// inits components
//System.out.println("loading GUI...");
and in the output window we get
compile:
run:
loading preferences...
initializing core...
BSCore constructor
BSConnectionBean constructor
loading GUI...
loading sounds...
which is a contradiction.