I am developing an app with Desktop Compose Multi-Platform.
It will run on both Mac OS and Windows OS.
The official document(Document Link) states that, in order to build .dmg
and .msi
executable we need at least JDK 15.
I was able to build a .dmg
installer and installed it on MacOS.
But the app does not open and no error message is shown (nothing happens on opening the app)
So my questions are:
- What minimum JDK version will be required to run this app?
- Do we need to JDK15 or higher installed on the machine that will run this app ?
- What are other minimum software / hardware requirements for running a Desktop Compose Multiplatform app ?
Note: I am posting these queries as there is no official document around the following topic:
Minimum software requirements for running Desktop Compose Multiplatform App.