Hi guys,
I'm trying to write a simple Java VoIP program using Netbeans on my MBP. Unfortunately I'm having audio driver issues and I'm not sure how to sort it out. I'm getting this error when I try to run my program from inside Netbeans:
I assume I need to load the right library but i'm not sure where to start?
Thanks
I'm trying to write a simple Java VoIP program using Netbeans on my MBP. Unfortunately I'm having audio driver issues and I'm not sure how to sort it out. I'm getting this error when I try to run my program from inside Netbeans:
2010-03-01 15:33:28.910 java[843:9303] Error loading /Library/Audio/Plug-Ins/HAL/Digidesign CoreAudio.plugin/Contents/MacOS/Digidesign CoreAudio: dlopen(/Library/Audio/Plug-Ins/HAL/Digidesign CoreAudio.plugin/Contents/MacOS/Digidesign CoreAudio, 262): no suitable image found. Did find:
/Library/Audio/Plug-Ins/HAL/Digidesign CoreAudio.plugin/Contents/MacOS/Digidesign CoreAudio: no matching architecture in universal wrapper
2010-03-01 15:33:28.912 java[843:9303] Cannot find function pointer NewDigiCoreAudioPlugIn for factory B8A063B5-2F3D-444A-88CB-D0B8F1B22042 in CFBundle/CFPlugIn 0x10015de70 </Library/Audio/Plug-Ins/HAL/Digidesign CoreAudio.plugin> (bundle, not loaded)
I assume I need to load the right library but i'm not sure where to start?
Thanks