gary45
1
Hi everyone,
Although I haven’t encountered any issues during the deployment steps of my native app, I’m currently stuck at the key generation stage on Windows.
The official instructions mention Java, Homebrew, etc., but there’s no clear explanation of the setup order, prerequisites, or exact method to follow.
Has anyone come across a clear and up-to-date tutorial for this step?
It still seems a bit early to find proper videos or blog posts on the topic.
Thanks in advance for your help!
1 Like
gary45
2
The documentation link wasn’t very clear regarding the correct Java installation process on Windows.
It finally worked for me by doing this:
On Windows
I downloaded Java from this page:
https://www.oracle.com/java/technologies/javase-downloads.html
Then I installed the Java JDK (Java Development Kit) manually — and the keytool
command worked perfectly afterward.
And for cmd :
“C:\Program Files\Java\jdk-24\bin\keytool.exe” -genkeypair -v -keyalg RSA -keysize 4096 -validity 10000 -keystore simtrack-release.keystore -alias KEY_NAME