On Tuesday, June 12, 2001, at 09:56 PM, LeBaron Price wrote:

> Good morning all, sorry to email every one, but I'm recompiling some 
> old code for an update I did in another section of the program, but now 
> it seems like this won't compile..

i'm guess from the log that it compiles but throws a ClassCastException 
when it runs...
am i correct?

>
> can someone take a look at it and help me see what I'm missing?
>

my gut feeling is that this might be a versioning problem.

two things that you can quickly check are:

1. that you're using identical ecs jar's at compile time and run time

2. that you've recompiled all your code not just that which you've 
changed. (when i get an error like this, the first thing i try is a 
clean compile.) you can get a ClassCastException if you change a library 
you compile against but don't recompile all your code which references 
that library.

- robert

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to