Executar Jedit

Iniciado por mori, 22 de Junho de 2006, 22:50

tópico anterior - próximo tópico

mori

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?

Lamego

Falta de memória ?
Configurou swap ?
João Luís Marques Pinto
Mais programs e jogos para o Ubuntu

mori

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?

mori

resolvi....

é só:

sudo update-alternatives --config java

e setar o jdk....

Resolvido.

luizpaulo

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

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