package org.kxml2.kdom does not exist

778 Views Asked by At

I added a mini xpath processor into my JavaME codes. I get this error: package org.kxml2.kdom does not exist

How do I fix this?

Hope someone could help me on this. Thank you in advance.

2

There are 2 best solutions below

0
On BEST ANSWER

It seems that you need to add the KXML jar file to your project resources.

0
On

I had the same problem and found that I needed to get kxml 1 not 2. Also, if you're using ktoolbar, put the jar or zip file (according which version you're using) in the lib file in your app