LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   freemind not working (https://www.linuxquestions.org/questions/linux-software-2/freemind-not-working-792955/)

mark_alfred 03-03-2010 02:28 PM

freemind not working
 
Installed freemind on my Debian Lenny system (via aptitude), and then tried to run it. However, I got the following error:

Code:

mark@debian:~$ freemind

Looking for user properties:
/home/mark/.freemind/user.properties

User properties found.
Default (System) Look & Feel: javax.swing.plaf.metal.MetalLookAndFeel
Warning: the font you have set as standard - null - is not available.
[Freemind-Developer-Internal-Warning (do not write a bug report, please)]: Tried to get view without being able to get map module.
[Freemind-Developer-Internal-Warning (do not write a bug report, please)]: Tried to get view without being able to get map module.
/usr/bin/freemind: line 118:  4436 Aborted                ${JAVACMD} freemind.main.FreeMind $@
mark@debian:~$

Anyone know how I can fix this?

neonsignal 03-04-2010 05:47 AM

The messages up to and including the internal warnings are normal. The abort is not.

I tested out freemind using the Sun Java runtime engine under Lenny, and it started okay. However, under the Java runtime engine gij (which I seem to recall is the default) it appears to hang (I haven't investigated why this is).

To install the Sun Java engine, add non-free to the repositories and get the packages sun-java6-bin, sun-java6-fonts, and sun-java6-plugin. Then run 'update-alternatives --config java' to select the default Java engine.

mark_alfred 03-04-2010 07:13 AM

Thanks. It's working now.


All times are GMT -5. The time now is 03:05 AM.