Installing javax.servlet

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Robert L.

    Installing javax.servlet

    How can i install it?
    I download the j2ee sdk, try to install but nothing is done.

    is there a way to install only the javax.servlet component in the j2sdk.

    Thanks




  • Robert L.

    #2
    Re: Installing javax.servlet

    I find a way to do it.

    find the file "[TOMCAT_ROOT] \ common \ lib \ servlet-api.jar"
    you can copy the file somewhere with a shorter path (c:\java )

    when you compile, simply add -classpath c:\java\servlet-api.jar

    I hope it help some people here.

    "Robert L." <vlad3@sympatic o.ca> a écrit dans le message news:
    wt_Xa.61411$vz. 51981@fe13.atl2 .webusenet.com. ..[color=blue]
    > How can i install it?
    > I download the j2ee sdk, try to install but nothing is done.
    >
    > is there a way to install only the javax.servlet component in the j2sdk.
    >
    > Thanks
    >
    >
    >
    >[/color]



    Comment

    Working...