"Ellis D. Cooper" <
xtalv1@...> writes:
> 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.
Well then, it is obvious, but not easy to find. You simply _can't_ be running
the binary that you are compiling. Somewhere in your path there must be an
earlier version.
Do some kind of FIND, and locate any and all .jar or .exe files with the same
name as yours. There has to be one there!
Good luck!
Dave