Package oracle.spatial does not exist in NetBeans
744977Jul 20 2010 — edited Jul 21 2010Hi to all,
I have installed Oracle 11g R2. I have installed Netbeans 6.8. All on Red Hat Enterprise 5.
I'm doing a project in Netbeans that use package oracle.spatial. So I have imported this package so:
import oracle.spatial.*;
But netbeans says that this package doesn't exist.
Listener is active.
Database is up.
Netbeans is already connected to Oracle with driver oracle.jdbc.OracleDriver.
I have set the classpath in the project: I have added the jar file ojdbc6.jar in the libraries of the project.
What do you think about this problem?
thank you for help in advance.