简体   繁体   中英

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

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?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM