xTimeComposer 14 not compatible Mac osx Ventura

Technical questions regarding the XTC tools and programming with XMOS.
Post Reply
User avatar
fabriceo
XCore Addict
Posts: 181
Joined: Mon Jan 08, 2018 4:14 pm

xTimeComposer 14 not compatible Mac osx Ventura

Post by fabriceo »

Hi
despite the information provided in this AN:
https://www.xmos.ai/download/Design-Adv ... -2020).pdf

XTC 14 can't be launch in Ventura OSX 13

the suggested JVM 6 failed to load when launching XTC in the command line.

anyone found a solution ?

thanks in advance


User avatar
CousinItt
Respected Member
Posts: 360
Joined: Wed May 31, 2017 6:55 pm

Post by CousinItt »

The windows version needs the 32-bit edition of the JDK. Could it be a similar problem you're seeing?
User avatar
fabriceo
XCore Addict
Posts: 181
Joined: Mon Jan 08, 2018 4:14 pm

Post by fabriceo »

Hello
I solved the problem on a 2021 MacBook Pro (M1pro) running OSX 13 (Ventura) by installing a free third party JDK 8 :
Azul Zulu: 8.66.0.15, version for x86-64bits (doesn't work with Arm64 version)
and patching info.plist as described in this old post :
https://www.xcore.com/viewtopic.php?p=31208#p31208
with the value:
<string>-vm</string><string>/Library/Java/JavaVirtualMachines/zulu-8.jdk/Contents/Home/bin/java</string>
Post Reply