java javax.validation 不存在
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5874682/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
javax.validation does not exist
提问by Pieter
Newbie question... I'm trying to get form validation working with Spring Web using this tutorial, but I'm getting this error:
新手问题...我正在尝试使用本教程使用 Spring Web 进行表单验证,但出现此错误:
package javax.validation does not exist
包 javax.validation 不存在
How can I resolve this? Do I need to install/link additional software? Other javax
packages such as javax.servlet
are accessible without a problem. I'm using NetBeans 7.0.
我该如何解决这个问题?我需要安装/链接其他软件吗?其他javax
软件包,例如javax.servlet
可以毫无问题地访问。我正在使用 NetBeans 7.0。
采纳答案by duffymo
Sounds like you're missing a JAR:
听起来你缺少一个 JAR:
http://repository.jboss.org/maven2/javax/validation/validation-api/1.0.CR3/
http://repository.jboss.org/maven2/javax/validation/validation-api/1.0.CR3/