Is there another way to build applications that use Red5 without using
the Red5plugin?
If so, can you please post instructions?
I CANNOT GET THE RED5PLUGIN TO WORK:
Please see my thread about the Red5plugin, I cannot compile with it
because it cannot find the javac compiler, because the build.xml in
Red5plugin is pointing to incorrect location for javac compiler:
Thanks!
I was following along with this video, doing everything it says to do:
http://www.youtube.com/watch?v=N3KYd_Xz_U4
(I checked out the source using SVN, then imported it into eclipse
(4:23 of the video), then tried to build it with ANT (7:09 on the
video) and I got the error)
Yes, I am talking about the build.xml for Red5 itself....it is located
in the source I checked out using SVN.
How do I run the build targets (dist) from the command line (what do I
type in)?
Where is dist located? Is that where I originally installed Red5, or
is that where I checked out the Red5 source using SVN.
Thanks for your reply.
I am new at this, and not understanding a lot of it, and not used to
using the command prompt.
You were right...the problem was that I needed to put javac in my
path.
Actually I had tried that......but the reason it did not work right
away is that I needed to restart eclipse. Apparently, if you have
eclipse open while making changes to your Environment Variables, then
eclipse will not see the changes to your Environment Variables, until
you close it and open it again.
(I had eclipse open while adding javac to my path... so eclipse did
not see that I added javac to my path until I shut eclipse down and
then opened it again... when I opened it again it saw that I added
javac to the path, and the compile worked!).
Your explanation of ant dist was very helpful.
Thanks!