• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

about the ext dir

 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone.
we know that if we have jar files and we want to access these files in our application, we must put them under ext dir.
fine, I am using winxp, and I have the following dirs:
JAVA_HOME\jre\lib\ext\
Program Files\Java\jre1.4.0\lib\ext\
I am always but the extra jar files under "JAVA_HOME\lib\ext\" like junit.jar ...
but when putting the mysql jdbc driver under this dir, the application doesn't work until I put this jar under
"Program Files\Java\jre1.4.0\lib\ext\"
so what is wrong ??
should I add some thing to my classpath??
---------------------
my CLASSPATH is:
.;D:\SDKSE\lib\tools.jar;D:\SDKSE
--------------------
 
Don't play dumb with me! But you can try this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic