Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This problem is generated by the default values used by JspServlet, which compiles using 1.4 for source/target values. </p> <ol> <li><p>You can cofigure this servlet by adding </p> <pre><code>&lt;servlet&gt; &lt;servlet-name&gt;jsp&lt;/servlet-name&gt; &lt;servlet-class&gt;org.apache.jasper.servlet.JspServlet&lt;/servlet-class&gt; &lt;init-param&gt; &lt;param-name&gt;compilerSourceVM&lt;/param-name&gt; &lt;param-value&gt;1.5&lt;/param-value&gt; &lt;/init-param&gt; &lt;init-param&gt; &lt;param-name&gt;compilerTargetVM&lt;/param-name&gt; &lt;param-value&gt;1.5&lt;/param-value&gt; &lt;/init-param&gt; &lt;load-on-startup&gt;3&lt;/load-on-startup&gt; &lt;/servlet&gt; </code></pre></li> <li>There is one more issue as you can't configure JspServlet with the current jasper-compiler-5.0.28. You should download <a href="https://raisercostin.googlecode.com/svn/maven2/tomcat/jasper-compiler/5.0.30/jasper-compiler-5.0.30.jar" rel="noreferrer">jasper-compiler-5.0.30</a> and make sure is in your classpath before gwt. There are other latest jasper compiler jars out-there but i'm not sore of how compatible are with jakarta-tomcat-5.0.28. <del>I solved this problem by adding a dependency on jakarta-tomcat-5.0.30 in GWT 1.6.4. You can download the GWT compiled with this dependency from <a href="http://raisercostin.googlecode.com/files/gwt-windows-1.6.4.raisercostin.zip" rel="noreferrer">http://raisercostin.googlecode.com/files/gwt-windows-1.6.4.raisercostin.zip</a></del></li> </ol> <p>I described the solution at <a href="http://code.google.com/p/raisercostin/wiki/GwtEclipsePluginDebug" rel="noreferrer">http://code.google.com/p/raisercostin/wiki/GwtEclipsePluginDebug</a> too.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload