Hi,
I am using sun j2me wtk 2.5.2, in that there exits a file called emulator.properties..what is its use..or how can we use its contents..when n where is it used..?
Regards
Hi,
I am using sun j2me wtk 2.5.2, in that there exits a file called emulator.properties..what is its use..or how can we use its contents..when n where is it used..?
Regards
Hi cutenik73,
'emulator.properties' file defines a set of configuration infos used by WTK emulators, particularly related to network and media. You cannot directly use that content from within your Java ME application, but you can modify it to tweak some emulator parameters and functionalities (e.g.: with microedition.locale you can change emulator locale).
If you want to further customize WTK emulators, you can dig into \wtklib\devices\ and, in each emulator folder, you'll find another properties file (e.g.: DefaultColorPhone.properties) using that you can customize the whole emulator appearance (skin, keys, fonts, ..). For further infos you can look here:
http://java.sun.com/products/sjwtool...tml/index.html
Pit