[osflash] R: Red5 - problem extending Scope class
Matteo Lanzi
lanzi.matteo at okpress.it
Mon Sep 17 06:34:45 PDT 2007
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
More information about the osflash
mailing list