Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cbi-dev] WTP Access Restriction org.eclipse.jst.common.frameworks

Hi Everyone,

Making some more progress on WTP today. Ran into a new issue below though which I hope someone might be able to help me with. I'm getting an Access Restriction below which I'm not sure how to solve.

Thanks,


Thanh


[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.14.1:compile (default-compile) on project org.eclipse.jst.ws: Compilation failure: Compilation failure: [ERROR] /home/user/Downloads/webtools/wtp-aggregator/webservices/plugins/org.eclipse.jst.ws/src/org/eclipse/jst/ws/internal/common/J2EEUtils.java:[1610,0]
[ERROR] manifest.mergeClassPath(new String[]{uri});
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The method mergeClassPath(String[]) from the type ArchiveManifest is not accessible due to restriction on classpath entry /home/user/Downloads/webtools/wtp-aggregator/jeetools/plugins/org.eclipse.jst.common.frameworks/target/classes
[ERROR] 1 problem (1 error)
[ERROR] -> [Help 1]



Back to the top