Heleen
2014-10-11 12:44:09 UTC
Hi,
I am trying to make ucanaccess standard, so I don't have to include the jar files in each project.
Is this possible?
So far:
- added a driver to Services (can make a connection there, so seems to work except that I do not get the public schema option)
- copied the 5 .jar files to ide/modules/ext
- i get an error at Class.forName("net.ucanaccess.jdbc.UcanaccessDriver");
when I don't include the jar files to my project lib.
The connection works if I add all the 5 jar files to my project. I am using java and new to java. I am not entirely new to Netbeans, but very out of practise.
Thanks.
I am trying to make ucanaccess standard, so I don't have to include the jar files in each project.
Is this possible?
So far:
- added a driver to Services (can make a connection there, so seems to work except that I do not get the public schema option)
- copied the 5 .jar files to ide/modules/ext
- i get an error at Class.forName("net.ucanaccess.jdbc.UcanaccessDriver");
when I don't include the jar files to my project lib.
The connection works if I add all the 5 jar files to my project. I am using java and new to java. I am not entirely new to Netbeans, but very out of practise.
Thanks.