javavideopackagemediacodenvy

Java: using JMF with Codenvy IDE?


I'm making a game and wish to load an introduction video before the game starts, just introducing the story line. However, I'm using Codenvy online IDE, and it doesn't include the JMF package. When I try to import javax.media.*, I get an error saying it can't be found. Is there a way I can import it into my project? I'm using Maven standalone GUI as my project type.

Thanks


Solution

  • How do you import this package when working on a project locally? The import you have mentioned works ok offline but doesn't in Codenvy?