Hello,
how could i configure a SQL datasource for glassfish server. I can't able to configure my database which is in SQL server 2008. i've downloaded the jtds.jar file, and told to put it in my classpath.
Now while using the
IDE we don't need the class path we only need it when we run the
java from command prompt right??
So, if we use the IDE, should we still need to copy the jtds jar file to the class path??
If so, then I have the one path value as jdk/bin, then where should i put the jtds jar file?
I have the Path setting value as
C:\Program Files\Java\jdk 1.6.0\bin and system variable CompSpec value as C:\WINDOWS\system32\cmd.exe
Now, should i place the jtds jar file location in the PATH value separated by a comma? Or should i create a new path to it?
Please help me someone, i need to clear the confusion today only. I am into this confusion for a long 1 week.
I just can't able to configure the datasource at the moment.