Red5 / red5-server

Red5 Server core
Apache License 2.0
3.34k stars 982 forks source link

How to run Red5 Server in Eclipse? #253

Closed biiyamn closed 6 years ago

biiyamn commented 6 years ago

I've checkout the source code of red5 server (red5-server, red5-io,red5-service) , How to run red5 in eclipse.

mondain commented 6 years ago

Run the server using the red5-debug.bat or red5-debug.sh and connect the Eclipse debugger, or use https://github.com/Red5/red5-eclipse-plugin (which isn't being maintained).

biiyamn commented 6 years ago

Thank you mondain, but i need to start server from source code (standalone ) , is it possible? like StandAlone.class in older red5 version

mondain commented 6 years ago

A means to do that in the old way is not provided; you'd be on your own there.