Question

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

Was it helpful?

Solution 2

Well its Resolved by rename

red5-server-1.0-bootstrap.jar

boot.jar

many thanks hope that well help some one in the future

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top