[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] Re: Conflict between SWT and JDBC in Eclipse

> Either I'm ignorant of what to do, or the reference to the java library path 
> for SWT in the VM Args ( b, above) is confusing eclipse.
Has nothing to do with eclipse. With:

> -Djava.library.path="c:\Program
Files\eclipse3.0.1\plugins\org.eclipse.swt.win32_3.0.1\os\win32\x86

You tell Java to look for native libraries in c:\Program
Files\eclipse3.0.1\plugins\org.eclipse.swt.win32_3.0.1\os\win32\x86, but
there is no libocijdbc9.dll, so the orcale driver can't be loaded.

BTW, blanks in pathnames are not the most clever idea.