Operating System - Linux
1754014 Members
6205 Online
108811 Solutions
New Discussion юеВ

Re: sun.jdbc.odbc classes missing in j2se 5.0

 
Douglas Phelps
New Member

sun.jdbc.odbc classes missing in j2se 5.0

I have a 3rd party software that is looking for sun.jdbc.odbc... classes but they do not appear to be in the latest java distribution. I can see them in previous versions, 1.4, 1,3... Anybody know why they are gone or how to get them for latest version of java?
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: sun.jdbc.odbc classes missing in j2se 5.0

Shalom Douglas,

The more important question is why are you using a version of JAVA that is not supported by your third party product?

It is quite possible to have many vesions of Java running on your system. You merely configure the JAVA_PATH variable to point to a supported version.

If you said what third party product you use, myself or others might be able to be more helpful.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Douglas Phelps
New Member

Re: sun.jdbc.odbc classes missing in j2se 5.0

the question is where/why are the sun.jdbc.odbc classes in j2se 5.0? what the product using it is not relavent. It is a servlet being used in a Oracle Apps server 10g that is using J2SE 5.0 for the jvm so just pointing it to another version is not doable.