• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

PLEASE SOMEBODY HELP

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i just downloaded JSDK 2.1..i set the path as c:jsdk2.1
but whenever i rite a code and try to compile the .java file iit says javax.servlet does not exist...
Please HEEEEELP
[This message has been edited by Pratiti Naphade (edited April 14, 2001).]
 
Ranch Hand
Posts: 114
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
u set the path as c:\jsdk\lib
and also have to set the classpath
 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
just set servlet.jar in the classpath like this
c:\jsdk\servlet.jar
pavithra

Originally posted by Pratiti Naphade:
i just downloaded JSDK 2.1..i set the path as c:jsdk2.1
but whenever i rite a code and try to compile the .java file iit says javax.servlet does not exist...
Please HEEEEELP
[This message has been edited by Pratiti Naphade (edited April 14, 2001).]


 
It's just like a fortune cookie, but instead of a cookie, it's pie. And we'll call it ... tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic