• 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

Configuring packages and class paths

 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Im pretty new to java but I am currently trying to set up a lib directory under my servlet directory to house utility classes. I also have all my servlets in individual directories under the servlet directory. I have been having many problems getting the servlet to execute when I reference the classes in my lib directory. I believe the problem is my classpath configuration because I am able to get the servlet to run when both classes are in the same directory. I am currently running Netscape iplanet for a web server. Any ideas would be appreciated. Thanks
 
Ranch Hand
Posts: 297
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How are you setting your CLASSPATH? What's the fully qualified name of you classes, jars, whatever?
reply
    Bookmark Topic Watch Topic
  • New Topic