Autor Tópico: Executar Jedit  (Lida 3502 vezes)

Offline mori

  • Usuário Ubuntu
  • *
  • Mensagens: 29
    • Ver perfil
    • http://www.jabasoft.info
Executar Jedit
« Online: 22 de Junho de 2006, 22:50 »
Instalei o Jedit, mas nao ta executando...

tentei chamar no terminal, mas retornou o seguinte erro...

mori@mori-server:/Sistema$ jedit
GC Warning: Out of Memory!  Returning NIL!
Exception in thread "main" GC Warning: Out of Memory!  Returning NIL!
GC Warning: Out of Memory!  Returning NIL!
*** Catastrophic failure while handling uncaught exception.
GC Warning: Out of Memory!  Returning NIL!
mori@mori-server:/Sistema$


alguém tem idéia do que seja?

Offline Lamego

  • Usuário Ubuntu
  • *
  • Mensagens: 1.943
    • Ver perfil
Memoria
« Resposta #1 Online: 23 de Junho de 2006, 05:51 »
Falta de memória ?
Configurou swap ?
João Luís Marques Pinto
Mais programs e jogos para o Ubuntu

Offline mori

  • Usuário Ubuntu
  • *
  • Mensagens: 29
    • Ver perfil
    • http://www.jabasoft.info
Acho q sim.
« Resposta #2 Online: 23 de Junho de 2006, 12:26 »
mori@mori-server:~$ cat /proc/meminfo
MemTotal:       515064 kB
MemFree:        218364 kB
Buffers:         25260 kB
Cached:         146304 kB
SwapCached:          0 kB
Active:         184620 kB
Inactive:        85224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:       515064 kB
LowFree:        218364 kB
SwapTotal:     1967952 kB
SwapFree:      1967952 kB
Dirty:             208 kB
Writeback:           0 kB
Mapped:         148160 kB
Slab:            16052 kB
CommitLimit:   2225484 kB
Committed_AS:   401668 kB
PageTables:       1548 kB
VmallocTotal:   507896 kB
VmallocUsed:      7500 kB
VmallocChunk:   500236 kB
mori@mori-server:~$

o q pode estar acontecendo?

Offline mori

  • Usuário Ubuntu
  • *
  • Mensagens: 29
    • Ver perfil
    • http://www.jabasoft.info
Achei
« Resposta #3 Online: 25 de Junho de 2006, 14:31 »
resolvi....

é só:

sudo update-alternatives --config java

e setar o jdk....

Resolvido.

Offline luizpaulo

  • Usuário Ubuntu
  • *
  • Mensagens: 3
    • Ver perfil
Mesmo problema
« Resposta #4 Online: 27 de Dezembro de 2006, 19:47 »
Eu estou com o mesmo problema. Se executo o JEdit pelo terminal funciona na boa, mas se acessar pelos menus não starta e não da erro nenhum. O mesmo acontece com o FrostWire.

Está setado para usar a JVM da Sun
Código: [Selecionar]
luiz@luiz-desktop:~$ sudo update-alternatives --config java

There are 2 alternatives which provide `java'.

  Selection    Alternative
-----------------------------------------------
      1        /usr/bin/gij-wrapper-4.1
*+    2        /usr/lib/jvm/java-gcj/jre/bin/java

Press enter to keep the default[*], or type selection number: 2
Using `/usr/lib/jvm/java-gcj/jre/bin/java' to provide `java'.
luiz@luiz-desktop:~$

Mas nas duas tem o mesmo problema.

Se alguem tiver outra dica!

Abraço