Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

import ddf.minim.AudioOutput;

981160Dec 20 2012 — edited Feb 27 2013
Hi,
I have some sample code that I am trying to compile that includes the import statement
import ddf.minim.AudioOutput;
I get the error import ddf cannot be resolved.
From looking at the documentation, it looks like ddf is a part of Java.
I think that there is a .jar file I need to add to my project. However, I am unable to determine which one.

Please help.

PJ
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 27 2013
Added on Dec 20 2012
2 comments
393 views