> The constructor VideoData(ByteBuffer) is undefined.

I can reproduce this.


--
With best regards / с наилучшими пожеланиями,
Alexei Fedotov / Алексей Федотов,
http://dataved.ru/
+7 916 562 8095



On Wed, Mar 9, 2011 at 12:53 PM, <[email protected]> wrote:

> 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.

Reply via email to