Troubles with my classpath
From: Tom Vercauteren via JavaKB.com (forum_at_JavaKB.com)
Date: 03/29/05
- Next message: Brian Munroe: "Re: Troubles with my classpath"
- Previous message: RC: "Hwo to do Hello World From XSLT to JavaScript?"
- Next in thread: Brian Munroe: "Re: Troubles with my classpath"
- Reply: Brian Munroe: "Re: Troubles with my classpath"
- Reply: Big Jim: "Re: Troubles with my classpath"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 29 Mar 2005 18:23:39 GMT
Hi,
I've read a lot of threads about the classpath, but I didn't really find
what I was looking for.
Briefly explained : i want to add jdbcdrv.zip to my classpath.
the file is located under: C:\Program Files\Sybase\SQL Anywhere 7\java
so i add to my classpath the directory with the zipfile, but i still can't
import anything from whitin that zipfile.
My classpath :
C:\Program Files\Java\jdk1.5.0_02\bin;C:\Program Files\Sybase\Jaguar CTS
3.5\html\classes;C:\Program Files\Sybase\Jaguar CTS 3.5\java\classes;C:\
Program Files\Sybase\Shared\Sun\jdk118\lib\classes.zip;C:\Program Files\
Sybase\Shared\PowerBuilder\classes.zip;.;%J2EE_HOME%\lib\j2ee.jar;%
J2EE_HOME%\lib\locale;C:\Program Files\Sybase\SQL Anywhere 7\jConnect\
classes;C:\Program Files\Sybase\SQL Anywhere 7\java\jdbcdrv.zip;
OS : windows XP
Structure of jdbcdrv.zip : /com/sybase/jdbc/..
When i want to import, i type
import com.sybase.jdbc.*;
And then i always get the error message : The import com.sybase cannot be
resolved.
I use eclipse to develop.
Does anyone has an idea how i can solve this problem ?
Thanks in advance,
Greetz,
Tom
-- Message posted via http://www.javakb.com
- Next message: Brian Munroe: "Re: Troubles with my classpath"
- Previous message: RC: "Hwo to do Hello World From XSLT to JavaScript?"
- Next in thread: Brian Munroe: "Re: Troubles with my classpath"
- Reply: Brian Munroe: "Re: Troubles with my classpath"
- Reply: Big Jim: "Re: Troubles with my classpath"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|