tags:

views:

90

answers:

2

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.

A: 

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

npinti
A: 

I had the same problem come to find I needed to get kxml 1 not 2,also if your using ktoolbar put the jar or zip file according which version your using in the lib file in your app

joshp1