[java ee programming] Re: javac??

2010-02-26 Thread JKid314159
Hi Again! Great advice. What I did was to go into my Environmental Variables and into the System variables window. I set a variable JAVA_HOME with the value C: \Program Files\Sun\SDK\jdk and then placed this in the Path as ; %JAVA_HOME%\bin at the end. Thank you all for responding. This is

[java ee programming] Re: javac??

2010-02-25 Thread redsword
1) java.exe definately installed 2) I do not think you installed JDK, but only the JRE is installed . Thus java is there but not javac Or other posibilty is that javac is not in C:\Program Files\Java \jdk1.6.0_02\bin Verify by looking at C:\Program Files\Java\jdk1.6.0_02\bin using windows

[java ee programming] Re: javac??

2010-02-25 Thread JKid314159
HI! Almost Success?? I am not sure this is the best method. I think I need to make a JAVA_HOME variable under Environmental Variables under either User variables for Computer or System variables? This is because as other components are added the JAVA_HOME variable as to be reference such as

[java ee programming] Re: javac??

2010-02-24 Thread JKid314159
Hi again! I have the following directories on my machine: Computer\OS(C)\Program Files Computer\OS(C)\Program Files(x86) - I went into the Environmental Variables and have two windows: Environment Variables 1)-User variables for Family 2)-System

[java ee programming] Re: javac??

2010-02-24 Thread JKid314159
Re: SUCCESS!!! Hi! I found my javac in the following folder: C:\Program Files\Sun\SDK\jdk\bin Went into the Environmental Variables and in the System Variables I edited Path. I ammended this path as ;C:\Program Files\Sun\SDK\jdk\bin I restarted the machine. I was able to compile at the

Re: [java ee programming] Re: javac??

2010-02-24 Thread Hari Prasad
Hi Alex, Cool !! Whenever we modify things in environment variable, do not restart the machine, just restart the command prompt ;-) Regards Hari On Thu, Feb 25, 2010 at 5:32 AM, JKid314159 lucky314...@gmail.com wrote: Re: SUCCESS!!! Hi! I found my javac in the following folder: