Unable to understand the problem "compiler not started
Hello
I am very new to Intellij ide .while i am compiling my project i am getting this compailation error. Folloing is the error message
Information:Compilation completed with 1 error and 0 warnings
Information:1 error
Information:0 warnings
Error:Compiler not started: CreateProcess: C:\j2sdk1.4.2\bin\java -Xmx128m -Dfile.encoding=windows-1252 -Duser.language=en -Duser.countryUS -classpath "C:\j2sdk1.4.2\lib\tools.jar;C:\Program Files\JetBrains\IntelliJ IDEA 5.1\lib\idea_rt.jar" com.intellij.rt.compiler.JavacRunner "java version "1.4.2"" com.sun.tools.javac.Main -source 1.4 -verbose -bootclasspath "@C:\Documents and Settings\Administrator\Local Settings\Temp\javac_bootcp29113.tmp" -classpath "@C:\Documents and Settings\Administrator\Local Settings\Temp\javac_cp29114.tmp" -sourcepath "" -d E:\source-code\vA\classes -g -deprecation "@C:\Documents and Settings\Administrator\Local Settings\Temp\javac29115.tmp" error=3
i am not able to understand this error . Please tell me how to solve this error
thanks in advance
Sowjanya
请先登录再写评论。
Hello sowjanya,
Most likely the SDK is not configured correctly. Please make sure that a
JDK is actually installed at C:\j2sdk1.4.2
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"