Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

simlpe java probbie

Options
  • 24-08-2003 6:28pm
    #1
    Registered Users Posts: 2,932 ✭✭✭


    import javax.servlet.*;

    brings up the error cannot resolve symbol servlet (on ".servlet).

    I have j2sdk1.4.1_01 and jwsdp-1.1

    I guess I just don't have any/all the javax package; so what should I download (I've a 56K modem :( atm so small downloads...)

    Thanks.


Comments

  • Closed Accounts Posts: 1,322 ✭✭✭phobos


    You probably don't have servlet.jar on your classpath.

    Are you receiving this error in an IDE (if so which one?) or on the command line/shell?

    ;-phobos-)


  • Registered Users Posts: 2,932 ✭✭✭Sniipe


    thx :) Twas the servlet.jar.

    I'm using intelli idea (I think thats how u spell tit:) )

    Sniipe


Advertisement