I've downloaded the source of an application and now I want to build
it. In one of it's
sources there is a :
import java.net.URI;
that JBuilder does can not access it:
"URIValidator.java": Error #: 302 : cannot access class java.net.URI;
java.io.IOException: class not found: class java.net.URI at line 33,
column 17
I don't know where this class is located to add it to project's
libraries. I've searched for it on the web, but the only thing I've
found is it's specification.
Can anybody help me?