Hello,
I have installed new AdoptopenJDK (Hotspot 8 and 11) in my system to run ARIS Architect/Designer JAR file in my system.
When I run the .jar file by double clicking it, it is not opening. when I run .jar file by using command prompt, it is opening(command used to run > java -jar “aris_app.jar”).
Can anyone please help me resolving this issue, Thanks in advance!
The first suspect is that you need Oracle JRE to run that, it is free, with the Oracle app I've never seen issues.
The second suspect is that there is e.g. you use 32-bit JRE at 64-bit Windows, then it is also creating different issues or as in your case just does not work
Hi,
this is a known JAVA JRE Issue.
There is a wrong file type association in the windows registry due to the "-jar" component missing.
You can use e.g. the "jarfix" tool to solve this or you have to add "-jar" manually in the registry.
http://johann.loefflmann.net/en/software/jarfix/index.html
Regards
Patrik