Where is javac.



Ok, so I want to learn some java and I run to the library and grab "The
Complete Reference, Java 2 Fifth Edition" from Osborne, copyright 2002.
Ok, its a little old. I get to the code for my first Java Program,
type it up in notepad and then the books wants me to do:

javac example.java

Windows complains it doesn't have a javac. So off to Sun I go for the
latest Java stuff like j2sdk-1_4_2_11 and jdk-1_5_0_07 and install
that. Still no javac. Has things changed since 2002 and javac is no
longer used? Where is javac?

Thanks
the ultimate novice :)

.



Relevant Pages

  • Re: input stream 101
    ... Do you have previous experience programming in Java? ... Then again, your code mentions Test16. ... aTidy is then of type Test16. ...
    (comp.lang.java.help)
  • input stream 101
    ... tidy.setXHTML(boolean xhtml); // set desired config options using tidy ... [thufir@arrakis java]$ date ... Overriding previous definition of reference to tidy.path ...
    (comp.lang.java.help)
  • Re: Java and make
    ... I have a question about using make as the build-utilitiy for Java ... My makefile captures this as: ... javac NetworkPacket.java ... make discovers a cyclic dependency and drops it. ...
    (comp.lang.java.programmer)
  • Re: Novice linux java coder needs help getting progs to run
    ... So it works in the opposite way to the java runtime command line unless you ... manipulate files; the purpose of the "java" command is to manipulate ... So when you specify "javac Hello" you are telling the compiler to ... There are no options to subvert the purposes of these utilities. ...
    (comp.lang.java.programmer)
  • Re: input stream 101
    ... Do you have previous experience programming in Java? ... Then again, your code mentions Test16. ... been doing that method call on an object of type Test16. ...
    (comp.lang.java.help)