« Return to Thread: get rid of "Could not find mediaLib accelerator wrapper classes"

Re: get rid of "Could not find mediaLib accelerator wrapper classes"

by jai-interest-2 :: Rate this Message:

Reply to Author | View in Thread

include the following in your code:

/**
* this gets rid of exception for not using native acceleration
*/
static
{
      System.setProperty("com.sun.media.jai.disableMediaLib", "true");
}
[Message sent by forum member 'chess4u' (chess4u)]

http://forums.java.net/jive/thread.jspa?messageID=266479

---------------------------------------------------------------------
To unsubscribe, e-mail: interest-unsubscribe@...
For additional commands, e-mail: interest-help@...

 « Return to Thread: get rid of "Could not find mediaLib accelerator wrapper classes"