I am trying to run a free, graphically pleasing analysis tool called VOSviewer as a JRE. (Info on it is at https://www.vosviewer.com/)
It never gets going on my laptop, and I am not sure what to tweak to get it to work.
It is working great on my desktop.
Both are running KDE Neon, based on Ubuntu 18.04.
I have both Oracle java 12.0.2 and openjdk 11 runtime with Oracle 12 as the default.
I see the logo of each a short while when I try to start VOSviewer.jar but java silently fails.
I checked and see I have default-jre installed.
I looked into /etc/ for their components and found nothing obvious.
I tried to get a verbose account by using the command line to get java starting up in the terminal, but I am not expert enough to force it to access and run the .jar in the same directory.
Here's a recent attempt:
jim@tabby6:~/Downloads/VOSviewer$ java -jar VOSviewer.jar
Error: Unable to access jarfile VOSviewer.jar
jim@tabby6:~/Downloads/VOSviewer$ ls
data HISTORY.txt LICENSE.txt Manual_VOSviewer_1.6.11.pdf VOSviewer.jar
I would appreciate your suggestions and alternatives.
It never gets going on my laptop, and I am not sure what to tweak to get it to work.
It is working great on my desktop.
Both are running KDE Neon, based on Ubuntu 18.04.
I have both Oracle java 12.0.2 and openjdk 11 runtime with Oracle 12 as the default.
I see the logo of each a short while when I try to start VOSviewer.jar but java silently fails.
I checked and see I have default-jre installed.
I looked into /etc/ for their components and found nothing obvious.
I tried to get a verbose account by using the command line to get java starting up in the terminal, but I am not expert enough to force it to access and run the .jar in the same directory.
Here's a recent attempt:
jim@tabby6:~/Downloads/VOSviewer$ java -jar VOSviewer.jar
Error: Unable to access jarfile VOSviewer.jar
jim@tabby6:~/Downloads/VOSviewer$ ls
data HISTORY.txt LICENSE.txt Manual_VOSviewer_1.6.11.pdf VOSviewer.jar
I would appreciate your suggestions and alternatives.
Comment