hi Everyone,
I need to know how to check the jdbc version using classes12.jar
am getting into this path :/../../../../oui/jlib/
then listed all files under this directory
i did found classes12.jar there but when i search for jdbc version in classes12.jar
ie,
$ unzip classes12.jar | grep 'jdbc'
i did get list of files where i have jdbc found but how will i get to know under which file i can find jdbc version.
Can anyone let me how can i find the jdbc version installed under classes12.jar or which file to lookin to get the jdbc version ????
Regards,
Vijay
I need to know how to check the jdbc version using classes12.jar
am getting into this path :/../../../../oui/jlib/
then listed all files under this directory
i did found classes12.jar there but when i search for jdbc version in classes12.jar
ie,
$ unzip classes12.jar | grep 'jdbc'
i did get list of files where i have jdbc found but how will i get to know under which file i can find jdbc version.
Can anyone let me how can i find the jdbc version installed under classes12.jar or which file to lookin to get the jdbc version ????
Regards,
Vijay
Comment