I'm attempting to change the file path of eclipse java neon to access a database I need for my programming class and I cant figure out how to do it for windows 10 (the book only instructs us on on how to do it in window 8 and 7).
I'll give you the short version and just say that the book tells me to either edit the current classpath
to look something like .;C:\Program Files\Java\jdk1.7.0_51\db\lib\derby.jar
or to make a new one that looks like that.
The problem is when I changed it to look like that it kept giving me a path error and I just need to fixed that error. My version of Java
is jre1.8.0_111
and the database
I am supposed to be making is called CoffeeDB
(though I don't think you need that info).
The end game of this is to be able to connect to databases so I can do my homework of creating and changing them.
If you need more information to help I am more than willing to give it, I'm just not sure as to what more you would need.