Hi Jens,

let me say that you made the typical beginner's error. I don't mean your
problem with java or linux - all of us have such problems from time to
time, even experts. The real error is to not give us enough information
to help you. Perhaps you just made a typo when setting the CLASSPATH: we
cannot find out if we do not know exactely what you did.

So please give the exact commands that you used: the working ones and
the not-working ones. Tell us what shell you are using. Give us the
exact error messages. And, check on your system that the user-id the
java VM is running under has the permissions to read the archive you
want to add. Check the jar file if it really contains the classes you
think it does.

Matthias


"Neumann, Jens" wrote:
> 
> Hi all
> 
> I'm going to develop a jdbc cleint applet for a msql database in my company.
> The lib of msqljava wants me to add it to the classpath (so I created one).
> When I try to compile written code the "import msql.*;" is not accepted,
> because it's not found. I tried the classpath extension of the javac but now
> I'm able to import msql.* only. How to add foreign classes to the system.
> Even if I know that I'm asking beginner questions I hope one of you'll send
> me an answer. I tried 1.2pre and 1.1.7 v1a, but it's the same with both
> packages.
> 
> Thanks for your help.
> 
> Jens
> 
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to