Re: cant's compile with javac



OK, bit the question is not why it is compilng with eclipse, but rather
isn't it compiling when using javac outside of JAVA_HOME\bin?
I mean, if it was a PATH problem, then why is "java" working?
and if it was a problem with "javac" then why is it working in
JAVA_HOME\bin directory but not in any other directory?

.



Relevant Pages

  • Re: cants compile with javac
    ... > OK, bit the question is not why it is compilng with eclipse, but rather ... > isn't it compiling when using javac outside of JAVA_HOME\bin? ... > I mean, if it was a PATH problem, then why is "java" working? ...
    (comp.lang.java.help)
  • Re: cants compile with javac
    ... > OK, bit the question is not why it is compilng with eclipse, but rather ... > isn't it compiling when using javac outside of JAVA_HOME\bin? ... I think you may be confusing PATH with CLASSPATH. ... Eclipse handles your CLASSPATH for you by letting you add additional class ...
    (comp.lang.java.help)