Re: java, javac versions not the same, apt-get doesn't help ...

2018-01-12 Thread Albretch Mueller
On 1/12/18, Bastien Durel wrote: > Le vendredi 12 janvier 2018 à 04:20 -0500, Albretch Mueller a écrit : >> java gives you error messages when you compile and run code with >> different versions of the JVM >> >> while trying to update my box using apt-get I am getting: >> "openjdk-8-jdk is already

Re: java, javac versions not the same, apt-get doesn't help ...

2018-01-12 Thread Bastien Durel
Le vendredi 12 janvier 2018 à 04:20 -0500, Albretch Mueller a écrit : > java gives you error messages when you compile and run code with > different versions of the JVM > > while trying to update my box using apt-get I am getting: > "openjdk-8-jdk is already the newest version." > > How do you ma

java, javac versions not the same, apt-get doesn't help ...

2018-01-12 Thread Albretch Mueller
java gives you error messages when you compile and run code with different versions of the JVM while trying to update my box using apt-get I am getting: "openjdk-8-jdk is already the newest version." How do you make sure you install the same version of both java and javac using apt-get? lbrtchx