Problems importing JAI in Eclipse
Posted
by Ed Taylor
on Stack Overflow
See other posts from Stack Overflow
or by Ed Taylor
Published on 2010-05-27T23:23:34Z
Indexed on
2010/05/27
23:31 UTC
Read the original article
Hit count: 569
I'm trying to use the following import in Eclipse running on Mac OS X 10.6:
import javax.media.jai.JAI;
Unfortunately, this doesn't work, instead I get the following message:
"Access restriction: The type JAI is not accessible due to restriction on required library /System/Library/Java/Extensions/jai_core.jar"
How can this be resolved? I want to use JAI.create("fileload", "filename");
© Stack Overflow or respective owner