开发者

javax.validation does not exist [closed]

开发者 https://www.devze.com 2023-03-03 03:21 出处:网络
This question is unlikely to help any 开发者_运维百科future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not g
This question is unlikely to help any 开发者_运维百科future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 9 years ago.

Newbie question... I'm trying to get form validation working with Spring Web using this tutorial, but I'm getting this error:

package javax.validation does not exist

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.


Sounds like you're missing a JAR:

http://repository.jboss.org/maven2/javax/validation/validation-api/1.0.CR3/

0

精彩评论

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