Re: changing version infomation string of 'java -version'

2019-06-21 Thread Severin Gehwolf
Hi, On Fri, 2019-06-21 at 19:39 +, Matthias Apitz wrote: > Hello, > > We have ported OpenJDK to our Solaris SPARC servers and have a small > issue now: > > The (older) Oracle Java says about the version: > > sisis@srap13dsr1:> jdk1.8.0_31/bin/java -version > java version "1.8.0_31" > Java(T

Re: changing version infomation string of 'java -version'

2019-06-21 Thread Erik Joelsson
Hello Matthias, The update version (the 31 in this case) you can set using the configure parameter --with-update-version=31. In JDK8u, the source does not know the correct value for this version number, so the distributor who builds it needs to know and set it correctly. -Erik On 2019-06-21