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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-30 13:13:36  来源:igfitidea点击:

javax.validation does not exist

javaspring

提问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 javaxpackages such as javax.servletare accessible without a problem. I'm using NetBeans 7.0.

我该如何解决这个问题?我需要安装/链接其他软件吗?其他javax软件包,例如javax.servlet可以毫无问题地访问。我正在使用 NetBeans 7.0。