开发者

having problems to import javax.servelt

开发者 https://www.devze.com 2023-01-21 22:35 出处:网络
I am trying to import this package (javax.servelet.*;) but netbeans is saying that the package does n开发者_如何转开发ot exist. Does anyone know what might be the problem?

I am trying to import this package (javax.servelet.*;) but netbeans is saying that the package does n开发者_如何转开发ot exist. Does anyone know what might be the problem? Thx.


The problem is you've misspelt it. It's

javax.servlet.*;

If it still can't be found, then make sure the servlet-api.jar is on your classpath.


Looks like I will need to install an earlier version of netbeans that supports the feature I am trying to use....

0

精彩评论

暂无评论...
验证码 换一张
取 消