Unable to execute the command 'javac -classpath in ATG Server console

This happened when i tried to invoke runAssembler to create and deploy ATG application modules from eclipse IDE.


It was due to the 'bin' folder where the javac executables of JDK is shipped with, is not added to the PATH variable.I still dont know why this is happening from eclipse IDE.
 
The detailed exception is: java.io.IOException: Cannot run program "javac": CreateProcess error=2,atg.servlet.pagecompile.PageCompileException:

Fix

Its a simple fix,i have added 'bin' directory of my JDK(C:\Program Files (x86)\Java\jdk1.6.0_29\bin) in the Path Variable(Path variable can be accessed by right click myComputer-Properties-Advanced system settings-Environment Variables-System variables).

Comments

Popular posts from this blog

Weblogic Issues during EAR Deployment Exception in AppMerge flows progression

BCC site status inaccessible Agent Production in error state

DUseSunHttpHandler=true weblogic.net.http.SOAPHttpsURLConnection Weblogic/Java HttpHandler issues