I have seen in oracle website there are two types jre download.
What are the differences of running my application in server JRE vs JRE and are there any limitations imposed upon the application of choosing one runtime environment over another?
I have seen in oracle website there are two types jre download.
What are the differences of running my application in server JRE vs JRE and are there any limitations imposed upon the application of choosing one runtime environment over another?
Read the documentation:
The Server JRE is a runtime environment specifically targeted for deploying Java in server environments and it is available for 64-bit Linux, Solaris and Windows platforms.
The Server JRE includes tools for JVM monitoring and tools commonly required for server applications, but does not include browser integration (the Java plug-in).