Wednesday, December 3, 2008

Access Restriction on JAI libraries in Eclipse

In .classpath file, replace

<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>

with

<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>

No comments:

Post a Comment