Hi ....
I am trying to compile my generated Java code.
Then I am getting an error .... "javac": CreateProcess error=2.
The command is ...
javac -d C:/Converter/Webapps_Source_Files/Sample/web/WEB-INF/classes -classpath C:/Converter/spring_library/spring.jar;
C:/Converter/spring_library/servlet-2.2.jar;C:/Converter/Webapps_Source_Files
/Sample/web/WEB-INF/classes C:/Converter/Webapps_Source_Files/Sample/src/java/org/iitkgp/erp/controllers
/ViewJSP.java
I am running it ... in Console, it's running perfectly.But whenever I trying to do it with Runtime.exec(command) then I am getting this error.
Please help!
Debasis Jana.