Forum Discussion
tommerfrancis
Nov 21, 2025Copper Contributor
Publish Java application to Microsoft Store
Hello everyone, I want to know how to publish a Java application to Microsoft Store. Thank you very much.
GriJ
Nov 24, 2025Brass Contributor
Hello,
why woult you publish the java application to microsoft store? For that you will need a lot of prequisites.
Can you use Intune? Than it is possible to create a package.
Another solution would be to install it with winget. You can use the following command:
winget install Oracle.JavaRuntimeEnvironment
So maybe it would be a better solution to deploy a script with this command.
PS: is is also possible to upgrade the existing java products with "winget upgrade"
BR