Hi, I have also met this issue, and I have already resolved it. Here is my solution:
1. Edit the s32ds.ini file, which is located in the same folder where s32ds.exe is.
2. Add two lines at the beginning of the content:
Line1: "-vm"
Line2: "your_S32DS_install_path\S32DS_ARM_v2.2\jre\bin\client\jvm.dll"
3. Now you should be able to open S32DS.exe without any issues.
Hello @ChenBowen,
This issue appears to be the result of 32-bit vs 64-bit Java. S32 Design Studio for Power Architecture uses 32-bit Java, which is included in the install. However, you have 64-bit Java installed on your PC as well. For some reason, the S32 Design Studio is being forced to use the 64-bit Java, which it is not designed for and this causes the error you see.
If possible, you could try to remove the 64-bit Java temporarily and then try to execute S32 Design Studio. If it launches cleanly, then we know this is the cause.
Best Regards,
Mike