I am new to java. I have JDK folder C:\JDK,I also created folder for my
lessons, C:\Lessons. When I traid to compile my firs in the lesson folder
i got file not found.When I traid to save my lesson in C:\jdk I compile it
successfully.Am I missing something or this is the only way you can compile.
thanks
10-17-2000, 10:54 AM
Wonderful
Re: C:\jdk or C:\*
Set your path and classpath environment variables. like path = %path%;c:\jdk;
and classpath = %classpath%; c:\lessions
hope this would work.
"jaroon don" <jaroondona@altavista.com> wrote:
>
> I am new to java. I have JDK folder C:\JDK,I also created folder for my
>lessons, C:\Lessons. When I traid to compile my firs in the lesson folder
>i got file not found.When I traid to save my lesson in C:\jdk I compile
it
>successfully.Am I missing something or this is the only way you can compile.
>
>
> thanks