| Hi!
i want to build Csound again and test the exciter opcode.
There are 2 things happening that i don't want:
1.
For using Csound with Blue i installed Oracle Java JDK version 8. I deleted
openjdk7 that comes with Kubuntu14.04
.
sudo update-alternatives --config java
and have chosen: * 1 /usr/lib/jvm/java-8-oracle/jre/bin/java
1075 manual mode
But with the command java -v:
Unrecognized option: -v
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
cmake csound:
-- BUILD_JAVA_INTERFACE is enabled
-- JNI INCLUDE set to
/usr/lib/jvm/java-7-openjdk-amd64/include;/usr/lib/jvm/java-7-openjdk-amd64/include;/usr/lib/jvm/java-7-openjdk-amd64/include
which does no longer exist??.
How do i set Oracle Java 8 as the one and only java version to use?
2. i want to build Csound with jack.
but with cmake:
-- JACK_HEADER="", so disabling USE_JACK
i have jack.h in /usr/iclude/jack
How do i set the right path with the cmake command?
--
View this message in context: http://csound.1045644.n5.nabble.com/java-and-jack-tp5736989.html
Sent from the Csound - General mailing list archive at Nabble.com.
|