-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fresh new install on ubuntu 18.04.2 #18
Comments
I do get the same error
It seems as if XMind is using the java.se.ee module which is no longer part of java as of java 11 (was deprecated since java 9 according to this article https://jaxenter.com/jdk-11-java-ee-modules-140674.html) |
I got the same error, too. |
I got the same error as well (also with the additional error reported by @hofingermarkus ). The error I'm getting is: and there seems to be additional info on the log file. |
XMind8 wasn't running for me too. But solved it by doing the following: I've set the default java to java-8-openjdk-amd64 first, using the following command and selecting java8 from the list by entering the respective number (it was 2 for me).
Now I've opened the XMind.ini that is stored in /opt/xmind/XMind_amd64 and remove the following line from the code and saved the file.
XMind started without problems for me. Hopefully this helps others too! |
It worked for me, thanks! |
@MrFuNK1 Installing java8 and removing |
Thanks @MrFuNK1 , that works for me. |
I installed java8 and set it as default instead of using default-jre, but I got the following message.
JVM terminated. Exit code=1
/usr/bin/java
-Dfile.encoding=UTF-8
--add-modules=java.se.ee
-Dosgi.requiredJavaVersion=1.8
-Xms256m
-Xmx1024m
-jar /opt/xmind/plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar
-os linux
-ws gtk
-arch x86_64
-showsplash
-launcher /opt/xmind/XMind_amd64/XMind
-name XMind
--launcher.library /opt/xmind/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.400.v20160518-1444/eclipse_1617.so
-startup /opt/xmind/plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar
--launcher.overrideVmargs
-exitdata 220011
-configuration @user.home/.configuration
-data @user.home/workspace
-eclipse.keyring @user.home/.xmind/secure_storage_linux
-vm /usr/bin/java
-vmargs
-Dfile.encoding=UTF-8
--add-modules=java.se.ee
-Dosgi.requiredJavaVersion=1.8
-Xms256m
-Xmx1024m
-jar /opt/xmind/plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar
How can I fix this, thx.
The text was updated successfully, but these errors were encountered: