can't compile a webapp
I always get the following exception. I'm pretty sure that others have
gotten webapps to compile, so I must be doing something wrong, but I
cannot imagine what. The log file is of little help.
java.io.IOException: CreateProcess: C:\j2sdk1.4.2_02\bin\javaw.exe
-Xmx768m -classpath
C:\IntelliJ-IDEA-1050\lib\rt\jasper-compiler.jar;C:\IntelliJ-IDEA-1050\lib\rt\jasper-runtime.jar;C:\IntelliJ-IDEA-1050\lib\rt\jasper-xml.jar;C:\IntelliJ-IDEA-1050\lib\xerces.jar;C:\IntelliJ-IDEA-1050\lib\rt\servlet.jar;C:\j2sdk1.4.2_02\lib\tools.jar;C:\IntelliJ-IDEA-1050\lib\idea_rt.jar
com.intellij.rt.compiler.JasperRunner
C:\DOCUME1\bkaplan\LOCALS1\Temp\jasperInput51170.tmp
C:\IntelliJ-IDEA-1050\lib\rt\jasper-runtime.jar;C:\IntelliJ-IDEA-1050\lib\rt\servlet.jar;C:\j2sdk1.4.2_02\jre\lib\charsets.jar;C:\j2sdk1.4.2_02\jre\lib\jce.jar;C:\j2sdk1.4.2_02\jre\lib\jsse.jar;C:\j2sdk1.4.2_02\jre\lib\plugin.jar;C:\j2sdk1.4.2_02\jre\lib\rt.jar;C:\j2sdk1.4.2_02\jre\lib\sunrsasign.jar;C:\j2sdk1.4.2_02\jre\lib\ext\dnsns.jar;C:\j2sdk1.4.2_02\jre\lib\ext\ldapsec.jar;C:\j2sdk1.4.2_02\jre\lib\ext\localedata.jar;C:\j2sdk1.4.2_02\jre\lib\ext\sunjce_provider.jar;C:\cvs.local\its.dev\_build\idea4\infra-test\product;C:\cvs.local\its.dev\_build\idea4\infra-test\test?
at java.lang.Win32Process.create(Native Method)
at java.lang.Win32Process.]]>(Win32Process.java:66)
at java.lang.Runtime.execInternal(Native Method)
at java.lang.Runtime.exec(Runtime.java:566)
at java.lang.Runtime.exec(Runtime.java:491)
at java.lang.Runtime.exec(Runtime.java:457)
at com.intellij.openapi.compiler.a.a.validate(a.java:98)
at com.intellij.compiler.b.b.a.a(a.java:10)
at com.intellij.compiler.b.f.a(f.java:147)
at com.intellij.compiler.b.f.b(f.java:96)
at com.intellij.compiler.b.f.a(f.java:87)
at com.intellij.compiler.b.f.a(f.java:433)
at com.intellij.compiler.b.f.access$800(f.java:617)
at com.intellij.compiler.b.f$10.run(f$10.java)
at
com.intellij.progress.ProgressManager.runProcess(ProgressManager.java:30)
at com.intellij.compiler.b.f$18.run(f$18.java:6)
Please sign in to leave a comment.
Am I really the only seeing this problem? For every webapp module, when
I do a compile of the module I get this error. But I /can/ run the
webapp in tomcat, so this seems to be just an issue with the jsp
verification. Is there a way to turn that off? I have not seen that in
the new webapp setup.
Barry Kaplan wrote: