Rombosia 0 Newbie Poster

Hi guys,
I have a J2ME application that I'm developing in NetBeans. It's ok. I however added one jar reference, let's call it x.jar, which is being seen by Netbeans. Upon compiling however, netbeans calls Preverify.exe with classpath references. It is not including this x.jar. It's causing preverify to return an error. if I call the preverify.exe on a command line and include x.jar, it does fine.
So my question, after this long story is: How do you add a classpath option to the parameters that are passed to preverify.exe by NetBeans?