Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-releng] Access restriction on method mergeClassPath(String[])

Hi Everyone,

I'm running into a problem compiling WTP and running into the error below related to Access Restriction. I hoping someone might know what's causing this.

Thanks,


Thanh



[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.15.0-SNAPSHOT: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