The JMStudio compilation (from JMF API ) gives the errors below .
Someone understand the meaning ?
Thanks a lot.


/home/lando/ProJMStudio/src/JMStudio.java:529: warning: [unchecked]
unchecked call to addElement(E) as a member of the raw type java.util.Vector
                vectorRtpFrames.addElement ( frame );
/home/lando/ProJMStudio/src/JMStudio.java:537: warning: [unchecked]
unchecked call to addElement(E) as a member of the raw type java.util.Vector
                vectorMngrSessions.addElement ( mngrSession );
/home/lando/ProJMStudio/src/JMStudio.java:539: warning: [unchecked]
unchecked call to addElement(E) as a member of the raw type java.util.Vector
                vectorStreams.addElement ( stream );
/home/lando/ProJMStudio/src/JMStudio.java:1452: warning: [unchecked]
unchecked call to addElement(E) as a member of the raw type java.util.Vector
        vectorFrames.addElement ( jmStudio );
/home/lando/ProJMStudio/src/JMStudio.java:56: warning: [serial] serializable
class JMStudio has no definition of serialVersionUID
public class JMStudio extends PlayerFrame implements ItemListener,
5 warnings
-- 
View this message in context: 
http://www.nabble.com/JMStudio-installation-tf3602005.html#a10062017
Sent from the Java Linux General mailing list archive at Nabble.com.


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to