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.

