Using J2EE 1.4 SDK

I'm a uni student and just started studying java. At uni we don't use a package like J2EE yet, we just use notepad then complie and run the .java program in a terminal.

On my home computer i've installed this J2EE 1.4 SDK program. but i can't find a program within the J2EE that allows you to compile or run programs.

so

does the J2EE 1.4 SDK contain a program that allows me to do somthing like:

javac hello.java

java hello

to run and complie the program.

Thanks for your time.

[543 byte] By [Frames_] at [2007-9-30 21:42:15]
# 1
J2EE is a set of Enterprise APIs that depend on the Standard API in J2SE. J2SE contains the compiler and run time (javac and java). You want the J2SE. Download it from http://java.sun.com
philip_ross at 2007-7-7 3:11:51 > top of Java-index,Administration Tools,Sun Connection...
# 2
Learn the Java programming language and the standard libraries first before you start looking at J2EE.You must have J2SE installed before you can use J2EE.
jesperdj at 2007-7-7 3:11:51 > top of Java-index,Administration Tools,Sun Connection...