# shixun **Repository Path**: cyhsnyd/shixun ## Basic Information - **Project Name**: shixun - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README . ├── HelloWorld │ └── build.xml │ └── src │ └── hw │ └── helloworld.java │ └── testhw.java │ └── junit-4.10.jar ├── Calculator │ └── sonar-project.properties │ └── src │ └── calculator │ └── calculator.java ├── README.md 在HelloWorld 目录下运行ant 在HelloWorld\src\hw 目录下执行 javac -classpath .:junit-4.10.jar testhw.java java -classpath .:junit-4.10.jar -ea org.junit.runner.JUnitCore testhw 使用eclispe打开项目根目录Calculator 在Calculator 目录下运行sonar-runner