Z5395008
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
Z5395008 created a post, 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... -
Z5395008 commented, -
Z5395008 created a post, Answeredcan not new a servlet in the web project
I 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.... -
Z5395008 created a post, Answeredfail to run the specific class or method in the IDE with some error in the gradle project
There 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... -
Z5395008 commented, -
-
Z5395008 created a post, AnsweredA problem with gradle and import
I 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...