如何重新编译WEB-INF下的red5代码?

发布于 2024-11-06 04:29:48 字数 64 浏览 0 评论 0原文

我正在编辑 red5 的开源代码。但我不知道如何重新编译它。我在cmd中使用javax但无法运行。 我应该怎么办?

i have editing a opensource code of red5. But i don't know how to recompile it. I use javax at cmd but can't run.
What should I do?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

生活了然无味 2024-11-13 04:29:48

要编译 Red5,您需要安装 Apache Ant 并在主 Red5 源中运行 ant build.xml 文件所在的目录,或者将源代码导入 Eclipse 并在那里构建。

如果您想修改源代码,后一种方法可能要好得多。 YouTube 上提供了一些由 Dominick Accattato 制作的视频教程。他谈到了从其中之一的源代码构建 Red5。

To compile Red5 you need to install Apache Ant and run ant in the main Red5 source directory where the build.xml file is located, or import the sources into Eclipse and build it there.

The latter method is probably much better if you want to modify the source code. There're some video tutorials made by Dominick Accattato available on YouTube. He talks about building Red5 from sources in one of them.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文