Hello @mercus,
Both failed, but luckily I have solved it! The issue is because the JavaApplicationStub is built for x86_64, and Rosetta 2 won’t let it load an ARM JVM.
Instead, until an official ARM version of Visual Paradigm is available, here are the steps someone can take:
- cd /Applications/Visual\ Paradigm.app/Contents/Resources
- Switch to the Zulu JVM:
- mv jre.bundle jre.bundle.old
- ln -s /Library/Java/JavaVirtualMachines/zulu-11.jdk jre.bundle
- Update lib05.jar:
- Update JavaApplicationStub
- Download the latest install4j from Multi-Platform Java Installer Builder - install4j
- cd /Applications/Visual Paradigm.app/Contents/MacOS
- mv JavaApplicationStub JavaApplicationStub.old
- cp /Volumes/install4j/install4j.app/Contents/Resources/app/resource/macos/JavaApplicationStub.arm64 /Applications/Visual\ Paradigm.app/Contents/MacOS/JavaApplicationStub
- chmod +x JavaApplicationStub