在导入JAI(Java高级成像)库时,我遇到了这个错误。
PlanarImage image = JAI.create("fileload", "image12.tiff");它显示以下错误:
Access restriction: The type PlanarImage is not accessible due to restriction on required library C:\Program Files (x86)\Java\jre6\lib\ext\jai_core.jar我不明白其中的原因。我的JRE版本是6。
请帮忙,提前谢谢。
发布于 2012-07-17 14:50:37
https://stackoverflow.com/questions/11517330
复制相似问题