J
James D Carroll
I found what seems to be a good MS SQL driver call jTDS. Its open source and
on SourceForge and, as is, typical the doc is sparse. But in this case I
think the problem is mine.
They say on their site:
"Being a type 4 driver, jTDS does not need any special installation. Just
drop the jar file into your application's classpath and you're done."
Well, bully for them. But there seems to be a hundred different ways to
manage ones classpath. AND there's no way to know that when I ship something
that the destination machine will have the same classpath as mine.
Sometimes it seems maddening. And quite frankly its hampering my ability to
get Java into our company. To them having (what they think is) a nice clean
MSI package is the way to go. But having worked in a MS shop before I know
what its like to have to run "regsvr32" on a bunch of machines just to get
them to work.
First, at least on my personal machine, can I just drop this thing in my
jre/lib directory and be happy?
Second, does anyone have advice or resources regarding jar management in the
enterprise?
Thanks all.
J
on SourceForge and, as is, typical the doc is sparse. But in this case I
think the problem is mine.
They say on their site:
"Being a type 4 driver, jTDS does not need any special installation. Just
drop the jar file into your application's classpath and you're done."
Well, bully for them. But there seems to be a hundred different ways to
manage ones classpath. AND there's no way to know that when I ship something
that the destination machine will have the same classpath as mine.
Sometimes it seems maddening. And quite frankly its hampering my ability to
get Java into our company. To them having (what they think is) a nice clean
MSI package is the way to go. But having worked in a MS shop before I know
what its like to have to run "regsvr32" on a bunch of machines just to get
them to work.
First, at least on my personal machine, can I just drop this thing in my
jre/lib directory and be happy?
Second, does anyone have advice or resources regarding jar management in the
enterprise?
Thanks all.
J