Install freeplane on Ubuntu 16.04

Let's go!

wget http://ufpr.dl.sourceforge.net/project/freeplane/freeplane%20stable/freeplane_bin-1.5.13.zip
unzip freeplane_bin-1.5.13.zip
cd freeplane-1.5.13
./freeplane.sh 

Exception in thread "main" java.lang.reflect.InaccessibleObjectException: Unable to make member of class sun.awt.X11.XToolkit accessible:  module java.desktop does not export sun.awt.X11 to unnamed module @27d415d9
at jdk.internal.reflect.Reflection.throwInaccessibleObjectException(java.base@9-ea/Reflection.java:414)
at java.lang.reflect.AccessibleObject.checkCanSetAccessible(java.base@9-ea/AccessibleObject.java:174)
at java.lang.reflect.Field.checkCanSetAccessible(java.base@9-ea/Field.java:170)
at java.lang.reflect.Field.setAccessible(java.base@9-ea/Field.java:164)
at org.freeplane.launcher.Launcher.fixX11AppName(Launcher.java:55)
at org.freeplane.launcher.Launcher.main(Launcher.java:65)

In my last post, I explain how to install oracle java 9, but in this case, we need a previous version.
We need install it and later configure the previous version as default:

sudo apt-get install oracle-java8-installer -y
sudo update-alternatives --config java

Now, execute freeplane again
















Enjoy it!

Comments

Popular posts from this blog

How to install Matlab without GUI

How to fix Android when developer options are not available for this user

Exception: Could not find a default OpenFlow controller in Mininet