We are having an application developed for BlackBerry – a pretty big one only. Is it possible to deploy the same as Windows CE/Windows Mobile 6 application? We want to reuse the application with minimal changes.
Lemme admit that I’ve little/zero knowledge of the Mobile applications.
EDIT: The application is developed in J2ME.
If you delveloped your app as a midlet you can run in JVM for WinMo, but if you developed your app for blackberry (you used a blackberry specified thing like GUI ) then the answer is no. you must to write a midlet or the best way to implement the whole project in C#, C++ or maybe the less changes need if you rewrite your code to MIDP.