Page 1 of 1

Java version in 2021.09

PostPosted: Sat Oct 16, 2021 3:21 am
by pitc
How can I tell the version of Java installed and its source?
For 2021.09.3703 is there a place to find out if the Java version is OpenJdk or Oracle?

Re: Java version in 2021.09

PostPosted: Sun Oct 17, 2021 10:17 pm
by pitc
Update: if I examine the admin page on a tomcat server it will show me the java version.
Is this the one that both Tomcat and the application use?
I will assume it is.

Re: Java version in 2021.09

PostPosted: Mon Oct 18, 2021 10:49 am
by mboegem
pitc wrote:Is this the one that both Tomcat and the application use?


The application server is running inside a container on the Tomcat server, so yes the application server will run on the same Java version.
However, you can check this as well by opening the Servoy Admin page of your application server

Re: Java version in 2021.09

PostPosted: Mon Oct 18, 2021 11:45 am
by jcompagner
you mean if you open the admin page of a developer?
that is the same yes

in a developer you can also get it through the menu-> Help -> About Servoy developer -> Installation details-> Configuration

and there you can find system properties like: java.version=Version_of_Java