[ Aleksandar Ilić @ 24.08.2009. 15:07 ] @
Koristim Eclipse Galileo (3.5) i EclipseME 1.7.9 plug-in za razvoj j2me aplikacija. U početku sam koristio Java Wireless Toolkit 2.5.2, ali sam sada instalirao JavaME 3.0 SDK zbog bogatije biblioteke. Sada imam problem sa emulatorm. Kada pokrenem aplikaciju, ništa se ne dešava, samo se u konzoli ispiše sledeće. Sa WTK-om nisam nikakvih problema. Code: Syntax: emulator [arguments] In order to get commands supported by given device run: emulator.exe -Xdevice:<device name> -Xquery Generic list of arguments is: -version Display version information about the emulator -help Display list of valid arguments -classpath, -cp The class path for the VM -D<name>=<value> Set a system property -Xdebug Use a remote debugger -Xrunjdwp:[transport=<transport>,address=<address>,server=<y/n> suspend=<y/n>] Debugging options -Xdevice:<device> Select a device skin for the emulator -Xdomain:<domain_name> Set the MIDlet suite's security domain -Xquery Print device information -Xjam[:install=<JAD file url> | force | list | storageNames | run=[<storage name> | <storage number>] | remove=[<storage name> | <storage number> | all]] Java Application Manager and support for Over The Air provisioning (OTA) -Xautotest:<JAD file url> Run in autotest mode -Xdescriptor:<JAD file name> The JAD file to be executed Verovatno treba neko dodatno podešavanje. Jel zna neko šta treba radim da ga nateram da proradi? Hvala. |