Problem during runing of midlet

I'm able to compile the source code of my midlet but when i run them i have got this problem that i just exits abnormally and give me a msgAlert:Bad Class Access FlagsHow am i going to solve this ?
[227 byte] By [lawrencechia_83] at [2007-9-27 13:57:30]
# 1
Do you mind to post your source code? I would like to see your code.
email2me at 2007-7-5 21:46:51 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2

well thanks,i forgot to add in a jar file(aelfred.jar)--external lib

thats what's cuasing all the problem

do u have any idea y i get this message:

Building "AdsApplication"

Error preverifying class com.microstar.xml.SAXDriver

java/lang/NoClassDefFoundError: org/xml/sax/Locator

com.sun.kvem.ktools.ExecutionException: Preverifier returned 1

?

even with an empty midlet

i have already placed the two jar files(sax.jar & aelfred.jar) in my lib dir as an external class reference

what should i do

the classes are all in the

the Locator.lass file is in c:/apps/m/lib/org/xml/sax/Locator

while the SAXDriver.clas file is in c:/apps/m/lib/com/microstar/xml

what should i do ?

can you help ?

lawrencechia_83 at 2007-7-5 21:46:51 > top of Java-index,Java Mobility Forums,Java ME Technologies...