subclipse、Ant、IvyDE、Eclipse用のRed5プラグインをインストールし、環境変数にJAVA_HOMEとJAVA_VERSIONを追加し、WindowsパスにJavaとAntも追加しました。
eclipseを使用してRed5ディストリビューションを作成しようとしています。アウトラインウィンドウで、Build.xmlを右クリックしてdist [default]を開き、AntBuilderとして実行して選択します。
Eclipseは、ビルドが成功したと言っています。最初にRed5サービスを停止してから、作成したビルドをEclipseで実行しようとすると、失敗します。コマンドプロンプトに表示されるエラーは次のとおりです。
私は他の誰かが以前に同様の問題に遭遇したかもしれないことを望んでいました。
Starting Red5
Red5 root: C:/Users/Admin/workspace/temp/red5_server/dist
Configuation root: C:/Users/Admin/workspace/temp/red5_server/dist/conf
Setting temp directory to C:\Users\Admin\AppData\localLow
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
The import org.slf4j.bridge cannot be resolved
The import org.springframework.context.support.FileSystemXmlApplicationC
ontext cannot be resolved
SLF4JBridgeHandler cannot be resolved
FileSystemXmlApplicationContext cannot be resolved to a type
FileSystemXmlApplicationContext cannot be resolved to a type
at org.red5.server.Launcher.<init>(Launcher.java:25)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
orAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
onstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at org.red5.server.Bootstrap.bootStrap(Bootstrap.java:132)
at org.red5.server.Bootstrap.main(Bootstrap.java:50)
Press any key to continue . . .
エラーの原因となる可能性のあるアイデアはありますか?