... or you start the red5 server directly from your dist directory ...

Sebastian

2011/3/10 German Acevedo <[email protected]>

> I don't make use of Eclipse.  I only use the notepad to make changes to the
> lzx files, and use only ant to compile from command prompt. the only thing
> with this method is that you cant see the changes until you place the
> compilated folder in your red5 server.
>
> Hope this helps.
>
> German
>
> 2011/3/9 <[email protected]>
>
> Comment by [email protected]:
>>
>> Hello.
>>
>> I'm trying to build OpenMeetings but I don't have luck, I hope that
>> somebody could explain where are the problems (and the solutions :) ).
>>
>> I can download the source code to Eclipse (with Subclipse) without
>> problems.
>> When the project is loaded, there some errors, I put few errors:
>>
>> In ScreenShare.java:
>>
>> 1) import org.apache.mina.common.ByteBuffer;
>> The import org.apache.mina.common cannot be resolved
>>
>> Solution: Download Apache mina-1.1.7 and add all .jar in Eclipse (Java
>> Build Path > Libraries > External Jar)
>>
>> 2) In the method pushVideo
>> VideoData videoData = new VideoData( buffer );
>>
>> The constructor VideoData(ByteBuffer) is undefined.
>> It seems that the constructor is not defined into the package
>> org.red5.server.net.rtmp.event.VideoData
>>
>> Solution: ??
>>
>> In ScreenShareRTMPT.java:
>>
>> 1) method createWindow()
>> UIManager.setLookAndFeel(new
>> com.incors.plaf.kunststoff.KunststoffLookAndFeel());
>> com.incors cannot be resolved to a type
>>
>> Solution: ??
>>
>> 2) method resultReceived( IPendingServiceCall call )
>> The constructor VideoData(ByteBuffer) is undefined.
>>
>> In ClientStartScreen.java
>>
>> 1) method public void initMainFrame()
>> UIManager.setLookAndFeel(new
>> com.incors.plaf.kunststoff.KunststoffLookAndFeel());
>> com.incors cannot be resolved to a type
>>
>> In ClientViewerScreen.java
>>
>> 1) method InitFrame()
>> UIManager.setLookAndFeel(new
>> com.incors.plaf.kunststoff.KunststoffLookAndFeel());
>> com.incors cannot be resolved to a type
>>
>> How to solve these errors?
>>
>> For more information:
>> http://code.google.com/p/openmeetings/wiki/BuildSourceNew
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "OpenMeetings developers" group.
>> To post to this group, send email to [email protected].
>> To unsubscribe from this group, send email to
>> [email protected].
>> For more options, visit this group at
>> http://groups.google.com/group/openmeetings-dev?hl=en.
>>
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings developers" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-dev?hl=en.
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
[email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to