| Author |
J2EE and/or J2SE
|
David McAlpine
Greenhorn
Joined: Mar 11, 2002
Posts: 5
|
|
|
Does J2EE contain all the classes, packages etc that are in J2SE. If so, can I augment J2SE or should I download J2EE if I want to try my hand at web applications/jsp's
|
 |
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9001
|
|
|
You need both. J2SE contains the basic classes. J2EE contains the JSP/Servlet stuff.
|
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
|
 |
David McAlpine
Greenhorn
Joined: Mar 11, 2002
Posts: 5
|
|
Many Thanks, Marilyn. I've installed the j2sdkee next to j2se in the C: drive and set JAVA_HOME =C:\j2sdk1.4.1_01 and J2EE_HOME=C:\j2sdkee1.3.1 as environment variables. However I'm now not sure how to set the Path variable. Dave
|
 |
Dirk Schreckmann
Sheriff
Joined: Dec 10, 2001
Posts: 7023
|
|
|
Are you sure that you need to worry about setting the PATH variable? What are you trying to accomplish?
|
[How To Ask Good Questions] [JavaRanch FAQ Wiki] [JavaRanch Radio]
|
 |
David McAlpine
Greenhorn
Joined: Mar 11, 2002
Posts: 5
|
|
|
My problem is that when I tried to import packages from j2ee to a java file in 'C:\j2sdk1.4.1_01\Source\TagHandler', the compiler told that they didn't exist.
|
 |
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9001
|
|
|
You need to include the j2ee.jar in your CLASSPATH
|
 |
 |
|
|
subject: J2EE and/or J2SE
|
|
|