reading a cookie

hi all,I am new to web. My problem is that i have to read a cookie in an applet. I found that i require the javax.servlet.http package to do this. But this package is not provided with J2SE 1.4.2 so what should i do?
[230 byte] By [javneetgambhira] at [2007-10-2 13:14:31]
# 1
Maybe this thread can help you: http://forum.java.sun.com/thread.jspa?threadID=439311&messageID=1984413
gimbal2a at 2007-7-13 10:45:12 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
The javax.servlet and javax.servlet.http packages are part of J2EE. You'll need to get the J2EE download.
Gita_Weinera at 2007-7-13 10:45:12 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
hi,actually i have to read the contents of a cookie in an applet without using j2ee or any other external package. Can u plz help me.
javneetgambhira at 2007-7-13 10:45:12 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...