What are the differences between private jre and public jre? Is there some official paper about this topic?
I didn\'t find any question on SO about this topic. Nor I was
Private JRE ->Private JRE is Used for compilation of Java Application when both Public and private JRE is available and its installation location is defined by user.
Public JRE -> Public JRE is used for Execution of Java Application when both Public and private JRE is available....if in case Private JRE is not available then both Compilation and Execution process will be done by Public JRE.