Z5395008
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
Created how to run a cmake project
I have a CMakeLists, but when I try to run the main.cpp, it didn't compile as CMakeList. If I run make in the build folder, it can work properlyand I have no idea why I didn't have the cmake icon i... -
Edited can not new a servlet in the web project
AnsweredI create a web project by using maven archetype like this I also add the javex.servlet dependency in pom.xmlbut when I try to new a servlet in web package, I couldn't find the option about servlet.... -
Created fail to run the specific class or method in the IDE with some error in the gradle project
AnsweredThere are some errors in the FlowerBox.java, but it isn't in the same package with application.java. Application.java is fine, but when I try to run it, it seems like fails to compile, why was th... -
Created A problem with gradle and import
AnsweredI have an error like this, making me couldn't import the package correctly, but if I run gradle build, it build successful, In the build.gradle, it has the dependencies of the package I need. can...