I have downloaded the installers from https://sourceforge.net/projects/mec-as2/files/. But after that, I tried to run AS2.jar in my Mac OS but nothing happens. I have java and openwebstart installed in my Mac. Please advise how to proceed.
Foren
AS2
- Anmelden oder Registieren, um Kommentare verfassen zu können
Comments
I've got it worked - Mac OS…
Gespeichert von jexaltacion am/um Mi, 01/22/2025 - 03:17
I've got it worked - Mac OS M1
1. Install Java.
java -version
brew install openjdk@8
2. Install Rosetta 2.
sudo softwareupdate --install-rosetta --agree-to-license
3. Switch Environment: ( Need to be x86-64 )
arch
$env /usr/bin/arch -x86_64 /bin/zsh --login
; to revert back to arm64.
$env /usr/bin/arch -arm64 /bin/zsh --login
4. Go to Mendelson Folder.
cd
5. Execute Mendelson AS2.
chmod +x ./mendelson_as2_start.sh && ./mendelson_as2_start.sh