In this tutorial, I want to show you, how you can upload your Java Application to Windows Store. Here you can find a test Application in the Store.
System requirements:
Create the Appx package:
1. Open WindowsStorePackager as administrator
2. Fill in all necessary fields:
3. Now hit the "Create" button to finally generate your package.
That's it. Now go to the latest submission of your App and upload the appx package.
Feel free to ask questions
System requirements:
- Windows 10 Anniversary Update (10.0.14393.0 and later) Pro or Enterprise edition
- 64-bit processor
- Hardware-assisted virtualization
- OpenJDK 11 with Jmods - can be downloaded from b4x.com: https://www.b4x.com/b4j.html
- Desktop App Converter: https://www.microsoft.com/en-us/store/p/desktop-app-converter/9nblggh4skzw
- Windows 10 SDK: https://developer.microsoft.com/en-US/windows/downloads/windows-10-sdk
- WindowsStorePackager (v1.0.1):
- Download Installer: https://drive.google.com/file/d/1Xl3Qc03J1MdgDWoKIZ1wTeZ2g2UwsqlR
- OR Download Jar: https://drive.google.com/file/d/1pgpMQ-ruPpVz6a5Du_4l0N34xDjV0_t1
- Download Installer: https://drive.google.com/file/d/1Xl3Qc03J1MdgDWoKIZ1wTeZ2g2UwsqlR
Create the Appx package:
1. Open WindowsStorePackager as administrator
2. Fill in all necessary fields:
- The AppName must be the same as the app name in in the developer dashboard
- The Version must have the following format: X.X.X.X → e.g. 0.0.0.1
- Like in the B4JPackager11 you have the option to explicit include or exclude modules, use a comma as seperator
- the values for the last three fields can be found in the "App identity" section of your App:
That's it. Now go to the latest submission of your App and upload the appx package.
Feel free to ask questions
Last edited: