0

Hi i did followed the docs on google

Red5 Media Server - Workspace Setup Guide

and i have my server work great and after i finished my red5 application and want to upload it at my deployment server {linux} i can't start it up i get the Could not find or load main class org.red5.server.bootstrap

but when i debug it from the eclipse it's working very well

i did tried to rename files red5-server-1.0.jar
red5-server-1.0-bootstrap.jar

and even i change there names to the current relese

mv red5-server-1.0-bootstrap.jar red5-server-1.0.2-RC3-bootstrap.jar

but with no luck

any ideas will be helpful

many thanks in advance

Islam Baraka
  • 3
  • 1
  • 3

2 Answers2

0

You have to include the Main-Class entry in the manifest file of your jar file. See this tutorial

Amila
  • 5,195
  • 1
  • 27
  • 46
  • where to locate the red5 manifest file i searched whole of my red5 and i didnt find any file with the name manifest . – Islam Baraka Jan 05 '14 at 12:03
  • If you create the jar using eclipse, see this answer. http://stackoverflow.com/a/12811630/187343 – Amila Jan 05 '14 at 12:08
  • well the red5 server are build with maven through the eclipse but it's not just a single app to determine which application class is the stating point – Islam Baraka Jan 05 '14 at 12:22
0

Well its Resolved by rename

red5-server-1.0-bootstrap.jar

boot.jar

many thanks hope that well help some one in the future

Islam Baraka
  • 3
  • 1
  • 3