Hi , Im very new to
struts and trying to deploy my code but hitting the below error, Please kindy help.
Error(s) found in module 'StrutsExample'. Publish was cancelled. See "Problems" view for details.
The project cannot be built until build path errors are resolved at StrutsExample
Unbound classpath variable: 'M2_REPO/antlr/antlr/2.7.2/antlr-2.7.2.jar' in project 'StrutsExample' at StrutsExample
Unbound classpath variable: 'M2_REPO/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0.jar' in project 'StrutsExample' at StrutsExample
Im using eclipse Indigo
weblogic server 12c.
My .classpath file
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry including="**/*.java" kind="src" path="src/main/java"/>
<classpathentry excluding="**/*.java" kind="src" path="src/main/resources"/>
<classpathentry kind="var" path="M2_REPO/antlr/antlr/2.7.2/antlr-2.7.2.jar" sourcepath="M2_REPO/antlr/antlr/2.7.2/antlr-2.7.2-sources.jar">
<attributes>
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0.jar" sourcepath="M2_REPO/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0-sources.jar">
<attributes>
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/commons-chain/commons-chain/1.2/commons-chain-1.2.jar" sourcepath="M2_REPO/commons-chain/commons-chain/1.2/commons-chain-1.2-sources.jar">
<attributes>
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/commons-digester/commons-digester/1.8/commons-digester-1.8.jar" sourcepath="M2_REPO/commons-digester/commons-digester/1.8/commons-digester-1.8-sources.jar">
<attributes>
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar" sourcepath="M2_REPO/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-sources.jar">
<attributes>
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar" sourcepath="M2_REPO/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1-sources.jar">
<attributes>
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar" sourcepath="M2_REPO/junit/junit/3.8.1/junit-3.8.1-sources.jar">
<attributes>
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/oro/oro/2.0.8/oro-2.0.8.jar" sourcepath="M2_REPO/oro/oro/2.0.8/oro-2.0.8-sources.jar">
<attributes>
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/apache/struts/struts-core/1.3.10/struts-core-1.3.10.jar" sourcepath="M2_REPO/org/apache/struts/struts-core/1.3.10/struts-core-1.3.10-sources.jar">
<attributes>
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/apache/struts/struts-taglib/1.3.10/struts-taglib-1.3.10.jar" sourcepath="M2_REPO/org/apache/struts/struts-taglib/1.3.10/struts-taglib-1.3.10-sources.jar">
<attributes>
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="C:/Users/Vinoth/android-sdks/extras/google/gcm/samples/gcm-demo-appengine/lib/servlet-api-2.5.jar"/>
<classpathentry kind="lib" path="C:/Users/Vinoth/Desktop/struts-1.3.10-all.zip"/>
<classpathentry kind="lib" path="C:/Users/Vinoth/Desktop/struts-1.3.10-all/struts-1.3.10/lib/antlr-2.7.2.jar"/>
<classpathentry kind="lib" path="C:/Users/Vinoth/Desktop/struts-1.3.10-all/struts-1.3.10/lib/bsf-2.3.0.jar"/>
<classpathentry kind="lib" path="C:/Users/Vinoth/Desktop/struts-1.3.10-all/struts-1.3.10/lib/commons-beanutils-1.8.0.jar"/>
<classpathentry kind="lib" path="C:/Users/Vinoth/Desktop/struts-1.3.10-all/struts-1.3.10/lib/commons-chain-1.2.jar"/>
<classpathentry kind="lib" path="C:/Users/Vinoth/Desktop/struts-1.3.10-all/struts-1.3.10/lib/commons-digester-1.8.jar"/>
<classpathentry kind="lib" path="C:/Users/Vinoth/Desktop/struts-1.3.10-all/struts-1.3.10/lib/commons-fileupload-1.1.1.jar"/>
<classpathentry kind="lib" path="C:/Users/Vinoth/Desktop/struts-1.3.10-all/struts-1.3.10/lib/commons-io-1.1.jar"/>
<classpathentry kind="lib" path="C:/Users/Vinoth/Desktop/struts-1.3.10-all/struts-1.3.10/lib/commons-logging-1.0.4.jar"/>
<classpathentry kind="lib" path="C:/Users/Vinoth/Desktop/struts-1.3.10-all/struts-1.3.10/lib/commons-validator-1.3.1.jar"/>
<classpathentry kind="lib" path="C:/Users/Vinoth/Desktop/struts-1.3.10-all/struts-1.3.10/lib/jstl-1.0.2.jar"/>
<classpathentry kind="lib" path="C:/Users/Vinoth/Desktop/struts-1.3.10-all/struts-1.3.10/lib/oro-2.0.8.jar"/>
<classpathentry kind="lib" path="C:/Users/Vinoth/Desktop/struts-1.3.10-all/struts-1.3.10/lib/standard-1.0.6.jar"/>
<classpathentry kind="lib" path="C:/Users/Vinoth/Desktop/struts-1.3.10-all/struts-1.3.10/lib/struts-core-1.3.10.jar"/>
<classpathentry kind="lib" path="C:/Users/Vinoth/Desktop/struts-1.3.10-all/struts-1.3.10/lib/struts-el-1.3.10.jar"/>
<classpathentry kind="lib" path="C:/Users/Vinoth/Desktop/struts-1.3.10-all/struts-1.3.10/lib/struts-extras-1.3.10.jar"/>
<classpathentry kind="lib" path="C:/Users/Vinoth/Desktop/struts-1.3.10-all/struts-1.3.10/lib/struts-faces-1.3.10.jar"/>
<classpathentry kind="lib" path="C:/Users/Vinoth/Desktop/struts-1.3.10-all/struts-1.3.10/lib/struts-mailreader-dao-1.3.10.jar"/>
<classpathentry kind="lib" path="C:/Users/Vinoth/Desktop/struts-1.3.10-all/struts-1.3.10/lib/struts-scripting-1.3.10.jar"/>
<classpathentry kind="lib" path="C:/Users/Vinoth/Desktop/struts-1.3.10-all/struts-1.3.10/lib/struts-taglib-1.3.10.jar"/>
<classpathentry kind="lib" path="C:/Users/Vinoth/Desktop/struts-1.3.10-all/struts-1.3.10/lib/struts-tiles-1.3.10.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>