Hi!
Well, you "use" j2ee by putting the contained j2ee.jar
(%j2ee-install-dir%/lib/j2ee.jar) file in your classpath and by referecing
classes from j2ee.jar in your code; compile just like you used to.
Furthermore the J2EE SDK comes with an application server and some other EJB
tools you won't need for pure servlet development.

HTH!

-mw

----- Original Message -----
From: "Andre" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 02, 2003 5:10 PM
Subject: How do I use J2EE SDK?


> Hi everyone,
>     I have a problem. How do I use the J2SE sdk v1.4 which I downloaded
from sun's website. I know how to install and use J2SE SDK with Sun One
Studio but I dun know how I can compile my program using J2EE sdk v1.31. I
was compiling my code which in my jsp page I used request.getParameterMap.
It gave me an error when I use J2SE. I look in Sun's API webpage and the SE
package dun have that method available. How do I use it then. I dun have
much background in Java. Just some self study only, so please be a bit more
specific. Can I use both of them in the same pc? Which one is better if I
want to create a shopping cart website? Hope to receive a reply soon.
Thanks!
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to