我对java中的包很困惑,所以请给我一些松懈。
package com.example.helloworld;
import com.google.api.server.spi.auth.common.User;
import com.google.api.server.spi.config.AnnotationBoolean;
import com.google.api.server.spi.config.Api;
import com.google.api.server.spi.config.ApiMethod;
import com.google.api.server.spi.config.ApiNamespace;
import com.google.api.server.spi.config.ApiResourceProperty;
import com.google.api.server.spi.response.NotFoundException;
import com.google.appengine.api.oauth.OAuthRequestException;
我得到的错误是
com.example.helloworld不存在。
如果我删除了包,它只是说它无法找到导入。我很确定我正确地遵循了这些步骤,但在我的" com"目录,没有文件夹调用" google。"下一步是什么。
答案 0 :(得分:0)
如果你删除" package com.example.helloworld"你应该会很好。从你的代码。您的代码似乎在默认包中,因此您不会需要它。