• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

"Cannot find a Processor for:" exception while processing audio file on linux using jmf

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am getting Error while processing audio file on linux using jmf
My code processes .wav file using jmf which works fine using windows .
But throws following exception when tried it on linux .
"Cannot find a Processor for: myfolder/myAudio.wav" ---> this exception is comming from javax.media.Manager .
I have jmf.jar in lib folder .
I am wondering if we need to put any specific jar for linux
reply
    Bookmark Topic Watch Topic
  • New Topic