Login  Register

Re: Problems getting eclipse set up for building jogl

Posted by elect on Oct 22, 2016; 3:34pm
URL: https://forum.jogamp.org/Problems-getting-eclipse-set-up-for-building-jogl-tp4037343p4037346.html

Xerxes Rånby wrote
You need to install *all* dependencies as mentioned in the HowToBuild
I did, but I realized only now that this

elect@elect-desktop:~$ sudo apt-get install openjdk-7-jre openjdk-7-jdk ant git-all p7zip-full gcc libgl1-mesa-dev libglu1-mesa-dev xorg-dev libice-dev libsm-dev libx11-dev libxext-dev libxxf86vm-dev libxinerama-dev libxrandr-dev libxrender-dev libxcursor-dev libudev-dev libc6-dev g++ libstdc++6 libstdc++-4.9-dev
[sudo] password for elect:
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Package openjdk-7-jre is a virtual package provided by:
  oracle-java9-installer 9b140+9b140arm-1~webupd8~3
  oracle-java8-installer 8u111+8u111arm-1~webupd8~0
  oracle-java7-installer 7u80+7u60arm-0~webupd8~1
You should explicitly select one to install.

Package openjdk-7-jdk is a virtual package provided by:
  oracle-java9-installer 9b140+9b140arm-1~webupd8~3
  oracle-java8-installer 8u111+8u111arm-1~webupd8~0
  oracle-java7-installer 7u80+7u60arm-0~webupd8~1
You should explicitly select one to install.

E: Package 'openjdk-7-jre' has no installation candidate
E: Package 'openjdk-7-jdk' has no installation candidate


didn't mean automatically everything else than java was fine..

However, maybe I missed that error in console, I don't know..

Thanks by the way