[J-core] [Help request] I can't get the microcode generator to run
Robert Ou
rqou at robertou.com
Thu Jul 21 20:39:56 EDT 2016
Hi,
I am in the soc_top/components/cpu/decode/gen, and when I try to run
"lein run" it complains about not being able to find a Java compiler
despite me having one (or several) installed. Any ideas? I am running
Debian Sid.
$ lein run
Java compiler not found; Be sure to use java from a JDK
rather than a JRE by modifying PATH or setting JAVA_CMD.
$ dpkg -l | grep jdk
ii openjdk-8-jre:amd64 8u91-b14-3
amd64 OpenJDK Java runtime, using Hotspot JIT
ii openjdk-8-jre-headless:amd64 8u91-b14-3
amd64 OpenJDK Java runtime, using Hotspot JIT
(headless)
ii oracle-java8-jdk 8u92
amd64 Java Platform, Standard Edition 8 Development
Kit
$ java -version
java version "1.8.0_92"
Java(TM) SE Runtime Environment (build 1.8.0_92-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.92-b14, mixed mode)
$ javac -version
javac 1.8.0_92
Robert
More information about the J-core
mailing list