Java application installation problem
Peter Garrett
peter.garrett at optusnet.com.au
Wed Aug 9 07:32:13 UTC 2006
On Wed, 9 Aug 2006 15:16:45 +0800
"Shu Hung (Koala)" <koalay at gmail.com> wrote:
> at java.lang.Class.forName(libgcj.so.7)
> at java.lang.Class.forName(libgcj.so.7)
> at java.awt.Toolkit.getDefaultToolkit(libgcj.so.7)
> ...6 more
>
> What did I got wrong?
Notice that all the errors refer to "libgcj"
I suspect that after installing sun java you did not run
sudo update-alternatives --config java
I suggest you try that, and choose the sun java version, as the gcj default
that comes with Ubuntu might not support jedit. Currently on your system
by default any java apps will be looking at the default - which is why you
need to choose the sun version as above.
I'm not familiar with jedit, but I think my suggestion is worth trying, as
sun java won't work without this setting.
Peter
More information about the ubuntu-users
mailing list