I can't import TAudioFileFormat

462 views Asked by At

I use netbeans 6.9.1.

All I want to do is to get the total length of an mp3 song. What I know is this requires tritonus.jar and I have downloaded that and I have imported it to my src file of the package. And it appears in my projects tab under the package in which the JFrame I want to import it(TAudioFileFormat) lives.

To import it, I type

import org.tritonus.share.sampled.file.TAudioFileFormat;

Is there any error in what I have typed? Because everytime the error shows that

package org.tritonus.share.sampled.file does not exist

and I can very well see it there...

Also, when I type the import, when I put a full stop after org, it doesn't show tritonus in that drop down thing.

I apologise for not knowing the proper terms of things.

This is a picture of my current situation.

0

There are 0 answers