Hi everyone
in my application i need to add an external jar file. the database connections, methods to execute storedprocedures are written in this jar file. i added into the
build path and also copied to lib folder but when i compile/run i am getting the error as
" The import com.adasoftware cannot be resolved" where com.adasoftware is a package inside the jar file.
also
is getting. the code is written in server side.
please help
in my application i need to add an external jar file. the database connections, methods to execute storedprocedures are written in this jar file. i added into the
build path and also copied to lib folder but when i compile/run i am getting the error as
" The import com.adasoftware cannot be resolved" where com.adasoftware is a package inside the jar file.
also
Code:
[ERROR] Line 16: No source code is available for type org.w3c.dom.Document; did you forget to inherit a required module? [ERROR] Line 19: No source code is available for type java.util.Properties; did you forget to inherit a required module?
please help
Comment