[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] Re: Conflict between SWT and JDBC in Eclipse
|
- From: Philippe Marschall <kustos@xxxxxxx>
- Date: Sun, 12 Jun 2005 11:48:59 +0200
- Newsgroups: eclipse.platform.swt
- Organization: EclipseCorner
- User-agent: Mozilla Thunderbird 1.0.2 (X11/20050328)
> 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.