Java – Is it possible to provide smaller JRE/packaged Java software for Softgrid

Is it possible to provide smaller JRE/packaged Java software for Softgrid… here is a solution to the problem.

Is it possible to provide smaller JRE/packaged Java software for Softgrid

My Java program is being distributed as a Microsoft App-V customer package (also known as Softgrid). The size of the JRE causes some trouble, and it is very large when distributed over a slower connection (App-V seems to result in Java packages being included in the distribution, not as compressed, but as uncompressed installed packages).

Is it possible to use a smaller version of the JRE or something?

Or, if someone has a good idea for distributing the JRE using App-V packages, that’s fine. (although I don’t have a direct impact on packaging) to compress should be available, but it doesn’t seem to have that much impact.

Best Solution

You can only view the bundled Java kernel installer. It is about 1MB in size. Once installed, it will download the Java classes on demand.

Related Problems and Solutions