"SVN" team project appears the project cannot be built until build path errors is resolved resolution with. classpath file

Source: Internet
Author: User

Generally checked out from SVN project, according to "SVN" New SVN project notes (click Open link) to change everything, and according to "Mysql" to modify the root password and create an account with the same privileges as root (click Open link) to configure the database password, it is basically no problem, But please note that. Sometimes, you get better, you will find your SVN project, although it can compile and run normally, but all the jar package disappears, the project directory structure is messy, and then write Java code without a hint, in the Myeclipse/eclipse problem column appears the Project cannot be built until build path errors is resolved error, accompanied by XML format error in '. Classpath ' file of Project bad F Ormat Error.


This is the main problem is svn download or upload time, the speed is not good or sudden interruption of Internet speed, so lucky to your eclipse/myeclipse in the workspace. Classpath generates a read-write error that makes the file messy.

At this point directly in the Windows or Linux file Explorer, you check under your Eclipse/myeclipse workspace of the. classpath file, this file is available in any of the Eclipse/myeclipse projects:


Open this folder directly with Notepad or Notepad, and see if the architecture is complete, with particular attention to whether the JDK version of the compiled environment specified by con exists:


For example, as on a javatest project, all of the. Java is placed in SRC and introduced Mysql-connector-java-5.1.32.jar this package participates in the compilation. At the same time, the compilation environment is JDK1.7. The output of the. Class will be placed in the bin to ask Allison.

<?xml version= "1.0" encoding= "UTF-8"? ><classpath><classpathentry kind= "src" path= "src"/>< Classpathentry kind= "Con" path= "org.eclipse.jdt.launching.jre_container/ org.eclipse.jdt.internal.debug.ui.launcher.standardvmtype/javase-1.7 "/><classpathentry kind=" Lib "path=" Lib/mysql-connector-java-5.1.32.jar "/><classpathentry kind=" Output "path=" Bin "/></classpath>
Team project appears the project cannot be built until build path errors is resolved accompanying XML format error in '. Classpath ' file of Project Bad format error, it must be this. Classpath is a mess.

"SVN" team project appears the project cannot be built until build path errors is resolved resolution with. classpath file

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.