• 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

adding jar files to a project

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
iam working with datamining concept with mysql db.
for that i have imported javax.datamining.*,but the import cannot be resolved by the jvm.ihave included all 4 jdm jars in tomcat lib.

please help me.its urgent.

[ UD: changed subject to something more appropriate ]
[ November 10, 2008: Message edited by: Ulf Dittmer ]
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Um, how is this question related to Game Development, the subject of this forum? You mention Tomcat, so is this really about a web app?

It sounds as if you are compiling code, and the compiler is reporting an error. If so, how are you compiling the code? Did you add the libraries to the classpath during compilation?
 
vasanthi naveen
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have added the jar files in (tomcat5.0\common\lib)this folder.and added the libraries in project (web-inf\lib).and selected all the jar files in project (properties\order and export)tab.

you suggested me to add jars in classpath.could you explain it in detailed mannar.
 
vasanthi naveen
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
please reply me for the above question.its urgent.
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So you're using an IDE, and the question is really about how to add jar files to the current project? In that case, let us know which IDE it is. I'll move the question over the IDE forum.
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
And please tell us if the problem you are running into is a compile-time problem or a run-time problem. So far I do not have enough of idea of what you are doing to offer any help.
reply
    Bookmark Topic Watch Topic
  • New Topic