Hi. This perhaps is due to something obvious, but I'm pretty new at JBuilder6.
When I try to compile the following import lines, JBuilder gives errors.
import com.borland.dx.dataset.*;
import com.borland.dx.sql.dataset.*;
[Error Messages]
"DBServlet.java": Error #: 704 : cannot access directory com\borland\dx\dataset at line 36, column 1
"DBServlet.java": Error #: 704 : cannot access directory com\borland\dx\sql\dataset at line 37, column 1
The source codes are directly copied from the samples of JBuilder, so I don't think there's anything wrong with source codes. Do I need to set up some kind of library path in the builder to be able to import them?
When I try to compile the following import lines, JBuilder gives errors.
import com.borland.dx.dataset.*;
import com.borland.dx.sql.dataset.*;
[Error Messages]
"DBServlet.java": Error #: 704 : cannot access directory com\borland\dx\dataset at line 36, column 1
"DBServlet.java": Error #: 704 : cannot access directory com\borland\dx\sql\dataset at line 37, column 1
The source codes are directly copied from the samples of JBuilder, so I don't think there's anything wrong with source codes. Do I need to set up some kind of library path in the builder to be able to import them?