How to recompile red5 code at WEB-INF?
i have editing a opensource code of red5. But i don't know how to recompile it. I use javax at cmd bu开发者_JS百科t can't run. What should I do?
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.
精彩评论