Hi Craig, Craig Setera <[EMAIL PROTECTED]> wrote: > > EclipseME is looking for emulator.exe files on the file system. When it > finds one, it runs the executable with the "-version" parameter. The > result is then run against the match expressions for the UEI emulator. > The current regular expression used for matching is: > > ^J2ME Wireless Toolkit.+|^Sun Java Wireless Toolkit.+|^Sun Java\\(TM\\) > Wireless Toolkit.+
I tried this: D:\Program Files\WTK25\bin>.\emulator -version | c:\cygwin\bin\grep -E "^J2ME Wire less Toolkit.+|^Sun Java Wireless Toolkit.+|^Sun Java\(TM\) Wireless Toolkit.+" Sun Java(TM) Wireless Toolkit 2.5 for CLDC Beta D:\Program Files\WTK25\bin> So you can see, the regexp is matching ok. Can you advise me what to do next? What information do I need to provide to help find the problem? Thank you, Mitch. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Eclipseme-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/eclipseme-users
