Click here to Skip to main content
15,886,095 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I don't know what has happened to my java compiler .
Whenever I try to compile a program , say ,
" javac abc.java "
it doesn't do anything . Means , it doesn't give any javac not found error or anything . I've already set the path variable and all . But it simply does nothing . The cursor simply keeps on blinking in next line .

Help me out as I'm a total newbie in java .
Thanks
Posted
Comments
Sergey Alexandrovich Kryukov 31-Aug-13 2:14am    
I would say, not enough information.
—SA
Richard MacCutchan 1-Sep-13 3:04am    
Type javac -help and see what results you get.

Try removing and reinstalling JAVA.
 
Share this answer
 
It is because of you didn't add runtime enviroment for Java. You shoud add runtime environment for both JDK and JRE.

Here how to add runtime envirnment in Perl. You can do Java also like it: http://terminalcoders.blogspot.com/2012/05/how-to-set-up-run-time-environments.html [^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900