Subject:ClassNotFound Exception Author:Jordan Marchand Date:20 Oct 2005 08:52 AM
Hi,
I'm having problems implementing a custom file system that connects to a MS SQL database. I keep getting a ClassNotFound exception when trying to load the JDBC drivers from Microsoft, with the command Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");
I've added the classpath to the Microsoft jar files to my classpath environment variable, and to my CustomFileSystem jar's manifest's classpath definition. I've even added the jar files into my CustomFileSystem jar file, without any luck.
Subject:ClassNotFound Exception Author:Ivan Pedruzzi Date:20 Oct 2005 12:04 PM
Hi Jordan,
Custom file sytem implementation has to be self-contained meaning that when you register a file system you have to include all Java classes. Stylus Studio will not look in the system classpath.
Stylus Studio 6.3 exposes already a way to browse relational databases, take a look to the File Explorer -> Relational DB.