Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » JRE Installed Extensions
JRE Installed Extensions [message #87289] Wed, 20 August 2003 14:38
Eclipse UserFriend
Originally posted by: wilco909.hotmail.com

Sorry, this is more of a JRE question than an Eclipse question:

I want to access a SQL Server database from Java. I downloaded the
official JDBC drivers. The JAR files installed under "C:\Program
Files\...". I copied the JAR's to "C:\Java\j2sdk1.4.2\jre\lib\ext" so
that these are "installed extensions".

The code still throws a ClassNotFoundException when executing:
Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver ");
I've tried executing from Eclipse and from the command line.

If I run from Eclipse and explicitly add the JARs to the classpath,
everything works. Why can't I get installed extensions to work correctly?
Previous Topic:Any good UML case tools suggest?
Next Topic:paths
Goto Forum:
  


Current Time: Thu Jul 24 21:13:56 EDT 2025

Powered by FUDForum. Page generated in 0.29417 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top