The installation and use of mind mapping in Ubuntu

Source: Internet
Author: User

Freemind is a cross-platform, GPL-based free software that is written in Java and is a software for drawing mind maps. The resulting file format suffix is. mm. Can be used to make notes, brain chart records, brain stress soup, etc.
Ubuntu only needs to be entered in the terminal

$ sudo apt-get install Freemind

Can be installed if an error similar to the following appears:
Checking Java Version ...
| Java.io.FileNotFoundException:/home/xx/.freemind/auto.properties (No such file or directory)
| At Java.io.FileInputStream.open (Native Method)
| At Java.io.fileinputstream.<init> (fileinputstream.java:137)
| At Freemind.main.FreeMindStarter.readUsersPreferences (freemindstarter.java:136)
| At Freemind.main.FreeMindStarter.main (freemindstarter.java:56)
| panic! Error while loading default properties.
This is because the Java environment variable is not specified, locate the Java installation directory, and then enter it in the terminal (for OPENJDK6):

$ Export JAVA_HOME=/USR/LIB/JVM/JAVA-6-OPENJDK

You can also add directly to the system's environment variables, that is,/etc/profile the above row, and then restart the system later.

The installation and use of mind mapping in Ubuntu

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.