Я пытался запустить польское приложение J2Me с помощью эмулятора, который шел с моим nokia sdk 1.1 и получил это сообщение об ошибке
C: \ Users \ Jade \ J2ME-Polish2.3 \ Projects \ FirstHello \ nbproject \ build-impl.xml: 782: Ошибка выполнения с кодом ошибки 1.
и в строке 782 build-impl.xml у меня есть это:
<nb-run jadfile="${dist.dir}/${dist.jad}" jarfile="${dist.dir}/${dist.jar}" jadurl="${dist.jad.url}" device="${platform.device}" platformhome="${platform.home}" platformtype="${platform.type}" execmethod="${run.method}" securitydomain="${evaluated.run.security.domain}" commandline="${platform.runcommandline}" classpath="${platform.bootclasspath}:${dist.dir}/${dist.jar}" cmdoptions="${run.cmd.options}"/>
Может кто-нибудь помочь?