the javax.media is already added in the classpath, but javax.media is still missing.
Answered
As title. I have added the jmf-2.1.1e.jar in the classpath, but the javax.media is still missing. Is there anything I can do to resolve this?
BTW, these java files and jar work fine on eclipse.
The project file can be download here: https://app.box.com/s/nkz54l8dubk86mkdgrsgmgobysz3ngr2

Please sign in to leave a comment.
It's a Gradle project, dependencies must be specified in the build.gradle file.
Your build.gradle file is missing "compile group: 'javax.media', name: 'jmf', version: '2.1.1e'" line.