Hello, I need a help. I am trying to include a class to red5 server. This class is doing a connection to another server (not red5) and from that server is receiving any data. After that it would send these datas to client application via shared objects. But if I try to run red5 server it throws an exception:
Java.lang.NoClassDefFoundError: rexServer/RexServerException (rexServer is the server, what are sending datas to red5). When I create class Main (with main method) and in this class I create an instance of my class, so it is working good. But In red5 server not. How can I implent this class to red5?? I am beginner. I think, that problem is with classpath but I cant to solve it. Thank you very much J. Muller
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
