webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  J2ME and preverifier

    Posted Wed January 25, 2012 03:46 PM

    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


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General
    #mobile


  • 2.  RE: J2ME and preverifier

    Posted Wed January 25, 2012 06:23 PM

    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


    #webMethods
    #webMethods-General
    #mobile
    #Integration-Server-and-ESB