Windows 上的 red5 0.9 - 构建时的 Java 问题
所以我安装了red5 0.9,安装了jdk 1.6 update 22。我已经正确设置了环境变量,为java ee开发人员安装了eclipse galileo,tortoise svn,然后为eclipse安装了ivyde和subclipse插件。然后我创建了一个名为 red5_server 的文件夹,并进行了 svn checkout。当我尝试导入 red5_server 时,出现 java 问题:
由于“无法删除 '/red5_server/bin/org'”,因此未构建该项目。解决问题,然后尝试刷新此项目并构建它,因为它可能不一致
您知道什么可能导致此问题吗?此外,当它尝试构建时,屏幕上会闪烁一个错误,然后很快消失。我只能通过删除项目并一遍又一遍地导入它来阅读它,直到我能够足够快地反应以屏幕捕获错误。它说:
'red5_server 中的 ivy.xml 的 ivy 解析作业遇到了问题。解析“red5_server”中 ivy.xml 的 ivy 实例时出错: Ivy 设置文件 ${workspace_loc:red5_server/ivysettings.xml} 中无法识别的变量
知道这可能是什么吗?提前致谢!
另外,当我删除该项目并再次尝试时,我得到了相同的 ivy.xml 错误,而不是得到一个 java 问题,我得到了超过 5000 的问题。有什么想法吗?我的头在这儿旋转。
so I've installed red5 0.9, I've installed jdk 1.6 update 22. I've set my environment variables correctly, installed eclipse galileo for java ee developers, tortoise svn, and then ivyde and subclipse plugins for eclipse. I then created a folder called red5_server, and did the svn checkout. When I try to import the red5_server, I get the java problem:
The project was not built due to "Could not delete '/red5_server/bin/org'.". Fix the problem, then try refreshing this project and building it since it may be inconsistent
Do you have any idea what could cause this? Also, while it was attempting to build, an error flashed on the screen and quickly disappears. I was only able to read it by removing the project and importing it over and over again until I was able to react quick enough to screen-capture the error. It says:
'Ivy resolve job of ivy.xml in 'red5_server has encountered a problem. Error while resolving the ivy instance for ivy.xml in 'red5_server': Unrecognized variables in the Ivy settings file ${workspace_loc:red5_server/ivysettings.xml}
Any idea what this could be? Thanks in advance!
Also, when I remove the project and try it again, I get the same ivy.xml error and isntead of getting the one java problem, i get over 5000. Any ideas? My head is spinning over here.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经在新格式化的计算机上尝试过此操作,并且每个版本的 red5 都得到相同的结果。
所有错误都是同一类型的 Java 问题:
ApplicationAdapter 无法解析为类型 Application.java
或者,
导入 org.red5.server.adapter 无法解析 Application.java
或者,
日志无法解析 Application.java
或者,
Application Application.java 类型的 getName() 方法未定义
我是否缺少一些重要的文件或路径?
I've tried this on a freshly reformatted computer with the same results and with every version of red5.
All of the errors are Java Problems of the same type:
ApplicationAdapter cannot be resolved to a type Application.java
or,
The import org.red5.server.adapter cannot be resolved Application.java
or,
log cannot be resolved Application.java
or,
The method getName() is undefined for the type Application Application.java
Am I missing some essential file or path?