SandraStone
Technical User
Hi, I've got some newbie questions:
I've made a new project, and copied all of my java source files into the project catalog. This makes them visible under the node "Project Source" (or else i'm not able to compile my java files)
Question 1 - not a very important one, but still: Shouldn't i be able to compile them without copying them into this catalog?
Question 2 - This next question is an important one: My java program imports the Oracle JDBC driver (oracle.jdbc.*)
which can be found in the classes12.zip file. I have right-clicked the node, chosen "Add packages/classes..." and the classes12.zip is now visible as a node below the project node. However, this doesn't help: Whenever i try to compile my project, i get the error messages that the package oracle.jdbc does not exist. Why, when I've added the zip file as a node to the project?
- Sandra
I've made a new project, and copied all of my java source files into the project catalog. This makes them visible under the node "Project Source" (or else i'm not able to compile my java files)
Question 1 - not a very important one, but still: Shouldn't i be able to compile them without copying them into this catalog?
Question 2 - This next question is an important one: My java program imports the Oracle JDBC driver (oracle.jdbc.*)
which can be found in the classes12.zip file. I have right-clicked the node, chosen "Add packages/classes..." and the classes12.zip is now visible as a node below the project node. However, this doesn't help: Whenever i try to compile my project, i get the error messages that the package oracle.jdbc does not exist. Why, when I've added the zip file as a node to the project?
- Sandra