This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JDBC and the fly likes JdK and JDBC touble Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "JdK and JDBC touble" Watch "JdK and JDBC touble" New topic
Author

JdK and JDBC touble

Josh Lipschutz
Greenhorn

Joined: Sep 10, 2000
Posts: 2
> Hello,
>
> I am working with one of our developers to begin utilizing Macromedia's
> UltraDev. We are experiencing difficulty trying to connect to our dB
> (MySQL) which resides on a Linux box. I uploaded the latest JDK file to the
> server and believe that I have the correct drivers in place. I am not that
> literate with JAVA - how can I check the configuration of the install to
> confirm that it was done correctly?
>
> Many thanks in advance.
>
> Josh
Apu Nahasapeemapetilon
Ranch Hand

Joined: Sep 06, 2000
Posts: 51
Josh,
Can you connect to the DB other ways (sql session, Access)? If you can, what are the jdbc errors you are recieving?
Depending upon what drivers you use, you may or may not even need the JDK on the server. You'll need it on the client.
To check the config of the install, just type java -version. If you get the java version, the install should be ok. Dependent upon path, of course.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JdK and JDBC touble
 
Similar Threads
Where is java.lang package??
mock exam Q compile time constants
Static methods could cause performance issues?
Can I use jdk 1.4.0 release candidate ?
Which version of "servlet-api.jar" should I download and from where ?