This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: kawa build from source fails - revision 8603


To check if it's an installation problem I would try to build again
after running this command:

sudo update-java-alternatives -s java-1.7.0-openjdk-amd64

Even better, If it's fine with you to use OpenJDK 8, I would try:

sudo apt-get install openjdk-8-jre openjdk-8-jdk
sudo update-java-alternatives -s java-1.8.0-openjdk-amd64

Also check that java and javac are set to the same version:

sudo update-alternatives --config java
sudo update-alternatives --config javac

Andrea


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]