Implementing Java in video-Conferencing for schools
I am about to begin a project involving designing a learning tool for children aged between 5 and 10. I was wondering if anyone knew if it was possible to implement video conferencing using java?
Steven Wex
fs Re: Implementing Java in video-Conferencing for schools it's possible .. I don't believe there are currently any classes you can use so, you'd have to write them. I would think that using the java.io.FileInputStream and java.io.FileOutputStream classes would be a large part of the implementation.
MikeD