Could not load mediaLib accelerator wrapper classes. Continuing in pure Jav

Can anyone provide an explanation/solution to the following error message:"Could not load mediaLib accelerator wrapper classes. Continuing in pure Java mode."
[186 byte] By [jamesgc1] at [2007-9-26 7:43:30]
# 1

sounds more like a warning than an error. Are you using the JMF? If so it's just a warning that your current mode that you are running the application in prevents you from loading the media acceleration portion of the JMF. It's then reverting to 100% pure java decoders.

You might want to post further messages with more info as to what you are doing.

ericew at 2007-7-1 17:50:09 > top of Java-index,Security,Cryptography...
# 2

This problem seems to occur if only the JAI JAR files are installed without the native DLL's. Is there some property that can be passed in to JAI so that it doesn't look for the DLL's? The lookup is causing quite a delay in initial server response time. We don't want to include the DLL's since they are a big pain for our customers to install and the performance issue is not a concern.

Thanks for any help!

-Matt

matucker at 2007-7-1 17:50:09 > top of Java-index,Security,Cryptography...