J2ME and preverifier

Hi
I have installed the Java ME platform SDK 3.0 and in it there is no “preverify1.0.exe” or “preverify1.1.exe” files, as needed if I understood the documentation correctly.
Does this mean that I cannot use this version and I have to revert to the Sun Java Wireless Toolkit? Or can I simply “rename” the preverify.exe into preverify1.1.exe and build the app?

Many thanks
Javier

Hi Javier,

If you set a preverifier.exe property in your sdk.properties file to be ${j2me.preverifier.root}/preverify after your j2me.preverifier.root property is set you can use the preverify.exe that comes with your sdk.

To test, I installed the 3.0.5 sdk in C:\Development\Libraries\Java_ME_platform_SDK_3.0.5 and set the following in my sdk.properties file:
j2me.preverifier.root=C:/Development/Libraries/Java_ME_platform_SDK_3.0.5/bin
preverifier.exe=${j2me.preverifier.root}/preverify

Cheers,

Spencer