[Red5] diplom work -> version

Jacques Putz jacques at putz.lu
Thu Oct 19 07:03:33 EDT 2006


 

Thanks for your answer but my version seems to be ok.

 

D:\Red5\webapps\jacques>java -version

java version "1.5.0_08"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03)

Java HotSpot(TM) Client VM (build 1.5.0_08-b03, mixed mode, sharing)

 

Hope someone else has a tip ;)

 

Jacques

 

 

> Hi

 

> Last line:

 

> 'class file has wrong version 49.0, should be 48.0'

 

> Could mean you're using a java version other than 1.5 (required for red5
to work)

 

> To get your java version Type on command line:

 

> java -version

 

> Jacques Putz escribió:

>> 

>> Hi,

>> 

>> I’ve just started my Diploma Final Work for my Master of Informatics 

>> in Germany.

>> 

>> My Topic is: a Flash Based Audio / Video Jabber Messenger. I read a 

>> lot about the Red5 Project.

>> 

>> It’s phantastic, so I choose to develop my audio / video component 

>> using RED 5 ;).

>> 

>> I have a Problem with my first application:

>> 

>> package org.red5.server.webapps;

>> 

>> import org.red5.server.adapter.*;

>> 

>> public class jacques extends ApplicationAdapter {

>> 

>> public int add(int a, int b){

>> 

>> return (a + b);

>> 

>> }

>> 

>> }

>> 

>> I took it from the tutorial

>>  <http://www.joachim-bauch.de/tutorials/red5/HOWTO-NewApplications.txt>
http://www.joachim-bauch.de/tutorials/red5/HOWTO-NewApplications.txt

>> 

>> I get a strange error about versions :

>> 

>> D:\Red5\webapps\jacques>javac -classpath D:\Red5\lib\red5.jar 

>> jacques.java

>> 

>> jacques.java:4: cannot access 

>> org.red5.server.adapter.ApplicationAdapter

>> 

>> bad class file: 

>> D:\Red5\lib\red5.jar(org/red5/server/adapter/ApplicationAdapter.

>> 

>> class)

>> 

>> class file has wrong version 49.0, should be 48.0

>> 

 

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/red5_osflash.org/attachments/20061019/72878a4e/attachment-0001.htm


More information about the Red5 mailing list