This is the first time I'm using IntelliJ IDEA
and soon I had problems compiling:
Error:Abnormal build process termination: /home/nathanpb/Java/jdk1.8.0_121/bin/java -Xmx700m -Djava.awt.headless=true -Djava.endorsed.dirs=\"\"
I'm using Linux Mint Cinnamon 1.8
, some friends told me it might come from a% problematic% of driver
(I also found this statement while searching), but I'm using an older version of nVidia
(340.101-0ubuntu0 .16.04.1). To ensure, I'm using Intel's board, in driver
.
I'm trying to compile this project :
Its dependency nVidia Prime
( link )
I just tried to compile a simple spigot-api-1.10.2-R0.1-20161012.085000-80.jar
and the same error happens: c
I tried to update the IDE, same result.
I note that System.out.println("Hello World");
is not a directory, but a file (see comments).
nathanpb @ nathanpb-Inspiron-3442 ~ / Java / jdk1.8.0_121 / bin $ javac -version The program 'javac' can be found in the following packages: * default-jdk * ecj * gcj-4.9-jdk * openjdk-8-jdk-headless * gcj-4.8-jdk gcj-5-jdk openjdk-9-jdk Try: sudo apt install nathanpb @ nathanpb-Inspiron-3442 ~ / Java / jdk1.8.0_121 / bin $ java -version openjdk version "1.8.0_03-Ubuntu" OpenJDK Runtime Environment (build 1.8.0_03-Ubuntu-8u77-b03-3ubuntu3-b03) OpenJDK 64-Bit Server VM (build 25.03-b03, mixed mode) nathanpb @ nathanpb-Inspiron-3442 ~ / Java / jdk1.8.0_121 / bin $