Hi, it tryed to extends Scope class in this way:

import org.red5.server.Scope;
public class MyRoom extends Scope {

        public MyRoom() {
                
        }

}


but eclips could not compile

and the messages are:
1 The project was not built since its build path is incomplete. Cannot find
the class file for
org.springframework.core.io.support.ResourcePatternResolver. Fix the build
path then try building this project     

2 The type org.springframework.core.io.support.ResourcePatternResolver
cannot be resolved. It is indirectly referenced from required .class files

the strange thing is that if i try to extend any other class like Client or
Connection, there are no problems       
         
Should anyone help me?

Teo


_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to