The Artima Developer Community
Sponsored Link

Java Answers Forum
Classpath question

1 reply on 1 page. Most recent reply: Nov 27, 2003 2:30 PM by Charles Bell

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Singh M.

Posts: 154
Nickname: ms
Registered: Mar, 2002

Classpath question Posted: Nov 26, 2003 8:34 PM
Reply to this message Reply
Advertisement
I have the classpath which contains the following:

/usr/share/java/mm.mysql-2.0.13.jar:/usr/share/java/mm.mysql.jar:

I would like to know what problem (if any) can be caused by having two different jar's for mysql in the classpath.


Charles Bell

Posts: 519
Nickname: charles
Registered: Feb, 2002

Re: Classpath question Posted: Nov 27, 2003 2:30 PM
Reply to this message Reply
any classes needed to run or compile will go left to right down your classpath entries and look in the left most jar first. If not found in first, then looks in second.

Flat View: This topic has 1 reply on 1 page
Topic: Scheduled Task Servlet Previous Topic   Next Topic Topic: Runtime.getRuntime.exec problem...

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use