eclipse开发red5出现错误Exception in thread "main" java.lang.ArrayIndexOutOfBoundsExcep

package first;
import org.red5.server.adapter.ApplicationAdapter;
public class Application extends ApplicationAdapter{
public Double add(Double a,Double b){
return a+b;
}
}
我在eclise里的项目执行run as 时 有select main types 时没有org.red5.server.adapter.ApplicationAdapter这一项,就选了org.red5.server.midi.MidiPlayer
我是个新手,谁能帮我解决一下,感激不尽
我在项目的src包里已经加载了red5的包org.red5.server.adapter.ApplicationAdapter
最新回答
消失在我眼中

2024-10-15 12:11:55

我很纠结
你拿red5的程序run as?

如果是新手的话,慢慢来,red5也不是那么好征服的··
找个hello world来试试
而且red5是做服务器的一边
所以再开发的时候,你还得学个客户端技术,比如flex什么的
感觉你对red5还没入门···去加个群和别人一起交流下吧·
这方面的资料确实少··
如一

2024-10-15 08:20:54

我没有加载red5.jar,加了好了,大家以后碰到这种问题,不妨试一下
哊姿姷菋

2024-10-15 10:53:23

数组越界异常。