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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

simlpe java probbie

  • 24-08-2003 5:28pm
    #1
    Registered Users, Registered Users 2 Posts: 2,933 ✭✭✭


    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, Registered Users 2 Posts: 2,933 ✭✭✭Sniipe


    thx :) Twas the servlet.jar.

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

    Sniipe


Advertisement