1
This is the first time I’m wearing IntelliJ IDEA
and soon had problems to compile:
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 driver
problematic of nVidia
(also found this statement while researching), but I’m using an older version of driver
(340.101-0ubuntu0.16.04.1). To be sure, I am using the Intel board on nVidia Prime
.
I’m trying to compile this project:
Is dependent on spigot-api-1.10.2-R0.1-20161012.085000-80.jar
(https://www.spigot.org)
I just tried to compile a simple System.out.println("Hello World");
and the same error happens :c
I tried to update the IDE, same result.
I would point out that "/home/nathanpb/Java/jdk1.8.0_121/bin/java"
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 $
Original link to your error message: https://hastebin.com/etozujicuc.vbs
– Victor Stafusa
What code you tried to compile?
– Victor Stafusa
If you type
javac -version
at prompt/cmd, what appears as output? Run this from within/home/nathanpb/Java/jdk1.8.0_121/bin/java
– Victor Stafusa