I'm trying do build and debug a small project for BlackBerry.
During the build I'm getting this error Error preverifying class java ...
I read on the net this error could be caused by referencing multiple projects but I tried to move every package in a single project but the error is still there.
I tried with multiple JDE version (currently 4.7) and the Java compiler is set to 1.6. Eclipse version is 3.4.1 as recommended by RIM's documentations.
Edit for clarification
To clarify: I'm not referencing exterlan JARs, only "my" Classes.
The Error preverifying class is thrown on a very simple class (4 private field with getters/setters, implementing serializable, that's all!). What's weird is that I got the error only on this class. I have others classes like this, but these are ok.
I changed the compliance level to 1.4 but the error persists...
Does someone have some clue?