Reputation: 33
I downloaded a javax speech class. I cant seem to import it in eclipse. It doesnt recognize it as an import. I think it is becasue i havent put the package in the right place. Where should i put it?
Upvotes: 0
Views: 480
Reputation: 5531
add the class/jar in your classpath
right click on your project --> java build path
Upvotes: 1