
Hello
I have uploaded java1.4.2 into my laptop and i have done path settings for System variabales as Path (C:\j2sdk1.4.2\bin) and classpath(C:\j2sdk1.4.2\lib) .But when i write simple code and executed the java program , ie When i compile as javacHelllo.java(in which Hello is my class name) the console is telling there is an error in internal and external
commands and cannot compile .what is the reason .Kindly tell the solution

Keep space between javac command and Class name like this:
javac Hello.java
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.