Java

hello friends,
i hav downloaded java from java.sun.com.
i hav installed it in my T: drive
in T:java
but when i try to compile any code it givs an error
javac command is not a recognised internal or external command.
i even tried to set the paths
but i m totally confused
i cudnt find any javac file in the bin folder also..
plz help me out :(
 
Exactly,
there are 2 things,
1. Java Runtime Envi for Java applns(JRE)
2. Java Dev Kit(J2SE)

Download this 2nd one, which actually helps you in ur development. The link i've given is quite old, download the latest if you want. for a start this would suffice.

A word of advice,
Download the Java Docs and start using that while programming. Will save u a lot of energy.

Hope this helps! :hap2:
 
man i hav installed both j2se n jre..

i hav two java installed on my pc

one is J2SE Development Kit 5.0 Update 9

and the other is J2SE Runtime Environment 5.0 Update 9
 
have u tried jcreator ... its a good ide that i use ...

its very simple... but it does require some basic knowledge to configure...

its very fast... and it has a freeware version too...
 
yea i know i hav jcreator too..

but the thing is my sir told me to practice in the cui mode.. the blue screen wala java.. :( so m looking for it.. but its not working on my pc :((
 
yea i hav done dat also..

n the main problem is there is no javac file in my bin lolz.. dats what is confusin me the most..

dats y when i do javac in command promt.. it shows... "javac is not an internal or external recognised command or operation" :(
 
Back
Top