Hi, Thanks for Michele's help.
I try to compile the following code with javac. ////////////////////////////////////////// //StatusNetQueryDatabaseAuthenticationHandler.java import org.jasig.cas.authentication.handler.AuthenticationException; import org.jasig.cas.authentication.principal.UsernamePasswordCredentials; import org.springframework.dao.IncorrectResultSizeDataAccessException; import javax.validation.constraints.NotNull; public final class StatusNetQueryDatabaseAuthenticationHandler extends AbstractJdbcUsernamePasswordAuthenticationHandler { ...... } ////////////////////////////////////////// Some errors display. ***************************************** StatusNetQueryDatabaseAuthenticationHandler.java:1: package org.jasig.cas.authentication.handler does not exist import org.jasig.cas.authentication.handler.AuthenticationException; ^ StatusNetQueryDatabaseAuthenticationHandler.java:2: package org.jasig.cas.authentication.principal does not exist import org.jasig.cas.authentication.principal.UsernamePasswordCredentials; ^ StatusNetQueryDatabaseAuthenticationHandler.java:3: package org.springframework.dao does not exist import org.springframework.dao.IncorrectResultSizeDataAccessException; ^ StatusNetQueryDatabaseAuthenticationHandler.java:4: package javax.validation.constraints does not exist import javax.validation.constraints.NotNull; ^ ***************************************** I know how to setup the classpath, but I don't know where to download these packages. Thanks! Regards, Blue
_______________________________________________ StatusNet-dev mailing list StatusNet-dev@lists.status.net http://lists.status.net/mailman/listinfo/statusnet-dev