Re: cant's compile with javac
- From: "Bjorn Abelli" <bjorn_abelli@xxxxxxxxxxxxxxxxxxxxx>
- Date: 28 Nov 2005 13:11:35 +0100
<Ido.Yehieli@xxxxxxxxx> wrote:
> D:\java\server>echo %CLASSPATH%
> "d:\Program Files\Java\jdk1.5.0_05\bin";.
If the CLASSPATH environment variable points to just that directory, it
doesn't do you any good anyway, as there are no classes in that directory,
or at least it shouldn't be...
> was also that way when CLASSPATH was just . (period).
AFAIK Sun has recommended since jdk 1.2 to *not* set the CLASSPATH
environment variable at all, unless special circumstances demands it.
See what happens if you drop the CLASSPATH environment variable altogether.
Another question is where you have put the libraries.
Is the tools.jar in "d:\Program Files\Java\jdk1.5.0_05\lib" where it should
be?
// Bjorn A
.
- Follow-Ups:
- Re: cant's compile with javac
- From: Ido . Yehieli
- Re: cant's compile with javac
- References:
- cant's compile with javac
- From: Ido . Yehieli
- Re: cant's compile with javac
- From: Noodles Jefferson
- Re: cant's compile with javac
- From: Ido . Yehieli
- Re: cant's compile with javac
- From: Noodles Jefferson
- Re: cant's compile with javac
- From: Ido . Yehieli
- Re: cant's compile with javac
- From: Rhino
- Re: cant's compile with javac
- From: Ido . Yehieli
- cant's compile with javac
- Prev by Date: Re: cant's compile with javac
- Next by Date: Re: Help with an Array Assignment
- Previous by thread: Re: cant's compile with javac
- Next by thread: Re: cant's compile with javac
- Index(es):
Relevant Pages
|