Package Details: xmind 24.10.01101.202410201932-2

Git Clone URL: https://aur.archlinux.org/xmind.git (read-only, click to copy)
Package Base: xmind
Description: Brainstorming and Mind Mapping Software
Upstream URL: https://www.xmind.net
Keywords: office productivity
Licenses: unknown
Submitter: arojas
Maintainer: bacteriostat
Last Packager: bacteriostat
Votes: 53
Popularity: 0.156450
First Submitted: 2017-07-06 19:05 (UTC)
Last Updated: 2024-11-08 05:25 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

18TooShort commented on 2019-05-16 13:03 (UTC) (edited on 2019-05-16 13:03 (UTC) by 18TooShort)

I have been in the circle since I chose the template. I can't open it. Is it necessary to set up an agent?My network is normal. Thk!

shui commented on 2019-05-08 08:28 (UTC)

谢谢,看了teacher4711的评论,正常使用中

remak commented on 2019-03-07 07:14 (UTC)

Thanks. With java-10-openjdk works correct.

weearc commented on 2019-02-05 16:56 (UTC)

please remove line --add-modules=java.se.ee

user_serge commented on 2019-02-04 16:05 (UTC)

Thank you, everything seems to work.

teacher4711 commented on 2019-01-27 09:11 (UTC) (edited on 2019-01-27 09:12 (UTC) by teacher4711)

OpenJDK8 works for me, too. Added this line at the beginning of XMind.ini, as recommended by @maoxuner:

-vm /usr/lib/jvm/java-8-openjdk/bin

and commented out the last line with a '#', which @user_serge recommended.

--add-modules=java.se.ee

farfoodyou commented on 2019-01-26 08:15 (UTC) (edited on 2019-01-26 08:15 (UTC) by farfoodyou)

If you needn't jdk11, you can change default java enviroment.

sudo pacman -S jdk10-openjdk

archlinux-java status

sudo archlinux-java set jdk-10-openjdk

It works for me.

maoxuner commented on 2019-01-10 16:42 (UTC) (edited on 2019-03-29 10:04 (UTC) by maoxuner)

Module java.se.ee was removed from java11

https://openjdk.java.net/jeps/320

https://jaxenter.com/jdk-11-java-ee-modules-140674.html

So it ends up in errors with option --add-modules=java.se.ee


There are 2 choices to handle the problem:

  1. Remove option --add-modules=java.se.ee However it crashed again with java version openjdk version "11.0.1" 2018-10-16

  2. Install the package jdk10-openjdk and change the vm for xmind http://forum.ubuntu.org.cn/viewtopic.php?t=487719 Edit /usr/share/xmind/XMind/XMind.ini and insert these two lines to the head of the file (remember to delete the empty line)

-vm

/usr/lib/jvm/java-10-openjdk/bin

The second choice works well with my laptop