View previous topic :: View next topic |
Author |
Message |
lroche
Joined: 12 Nov 2004
Posts: 1
|
Posted: Fri Nov 12, 2004 3:42 pm Post subject: Error setting a ms sql connection
|
|
|
Hi all, I'm getting the following exeption, java.lang.NoClassDefFoundError: org/apache/commons/collections/ArrayIterator, when trying to setup a connection. I'm running the latest version of Studio. This was working fine in the previous version. Do I need to set the commons jar file in the classpath? or is there something wrong with my installation?
Thanks
Luis
|
|
Back to top |
|
|
xavier
Site Admin
Joined: 14 Mar 2003
Posts: 81
|
Posted: Thu Nov 18, 2004 9:31 am Post subject:
|
|
|
Hi,
Check if the following jar file exist in your plugin lib directory :
%ECLIPSE_HOME%/plugins/com.omondo.database_x.y.z/lib/commons-collections-2.1.1.jar
the open your plugin.xml file :
%ECLIPSE_HOME%/plugins/com.omondo.database_x.y.z/plugin.xml
check if the following line exists :
......
......
If everything is ok, it means that our plugin will recognize the ArrayIterator.
Without your log file I cannot say if your jdbc driver need the commons-collection jar file.
Regards.
|
|
Back to top |
|
|
|