我找到了本教程:http ://blog.infrared5.com/2012/05/red5-authentication/并尝试构建它。我使用 netbeans 并在“服务器”目录上创建了一个自由形式的项目。一切顺利,但构建失败,因为它无法下载一些 Spring 框架库(安全 acl、配置和核心)。我手动找到了它们,下载了它需要的相同版本(3.0.7)。这个错误消失了,但变成了一些 Java 编译时错误。:-(
例如:
编译6个源文件到/Users/ist1/Downloads/red5-auth/server/www/WEB-INF/classes/Users/ist1/Downloads/red5-auth/server/src/org/red5/demo/auth/AggregatedUserDetailsService。 java:29: 包 org.springframework.security.core.userdetails 不存在导入 org.springframework.security.core.userdetails.UserDetails;/Users/ist1/Downloads/red5-auth/server/src/org/red5/demo/auth/AggregatedUserDetailsService.java:30:包org.springframework.security.core.userdetails不存在导入org.springframework.security.core .userdetails.UserDetailsService;/Users/ist1/Downloads/red5-auth/server/src/org/red5/demo/auth/AggregatedUserDetailsService.java:31:包org.springframework.security.core.userdetails不存在导入org.springframework.security.core .userdetails.UsernameNotFoundException;
我现在该怎么办?我是 Red5 的新手,很久没用过 Java。