There is insufficient storage to install this suite – J2ME

Ao compilar um projeto J2ME no Windows me deparei com o seguinte problema:

*** Error ***
A problem occured during deploying application from http://127.0.0.1:2317/EXEMPLO.jad
* Reason:
There is insufficient storage to install this suite


Bem, o que estava acontecendo era que o Midlet gerado estava muito grande, sendo assim o emulador não suportava. Para solucionar tive que editar o arquivo de configuracao do emulador:
“jwc_properties.ini”
Que fica em :
/runtimes/cldc-hi/bin/jwc_properties.ini

Neste arquivo você encontrará a seguinte linha:
“system.jam_space” que contem um valor default de 1mb.
Para solucionar simplesmente aumente o valor.

Caso não de certo achei postado uma outra solução que também consta a que eu fiz:

I’ve got some hints how to get rid of this issue:
First of all, too many applications installed. Then you can run this command:
emulator.exe -Xdevice: -Xjam:remove=all
or
1. stop JavaME SDK device manager (in systray) and delete /javame-sdk/3.0_ea
2. start again device manager (/bin/device-manager.exe)

If executed MIDlet is too big, then it might be necessary to trim “system.jam_space” which has default about 1MB in
/runtimes/cldc-hi/bin/jwc_properties.ini

*** Error ***
A problem occured during deploying application from http://127.0.0.1:2317/JXTAMIDP.jad
* Reason:
There is insufficient storage to install this suite

FONTE: http://forums.netbeans.org/topic7298.html

Vlws.
Guilherme Biff Zarelli.

Help DEV – Analista desenvolvedor Java / Android
https://helpdev.com.br/zarelli

There is insufficient storage to install this suite – J2ME

Deixe uma resposta

O seu endereço de e-mail não será publicado. Campos obrigatórios são marcados com *

Esse site utiliza o Akismet para reduzir spam. Aprenda como seus dados de comentários são processados.

Rolar para o topo