I am new to Java and am trying to use Oracle's Java packages. I get not find the location of these relevant jar files in order to set up my class path. For the listed packages, what would be the path? Is there any documentation for where these jar files are, normal Oracle documentation is not working for me. My oracle home is: J:\oracle\ora92 and the following is what I am trying to import.
import oracle.xml.parser.v2.*;
import oracle.jdbc.driver.*;
import oracle.sql.*;
import oracle.xdb.XMLType;
Is there a file search (Windows) tip that can be done to located a particular jar file, say "oracle.jdbc.driver"?
Thank you.
import oracle.xml.parser.v2.*;
import oracle.jdbc.driver.*;
import oracle.sql.*;
import oracle.xdb.XMLType;
Is there a file search (Windows) tip that can be done to located a particular jar file, say "oracle.jdbc.driver"?
Thank you.