fork download
  1. <script type="text/javascript" src="jquery.js"></script>
  2.  
  3.  
  4. ...other code in this file doesn't matter in this case...
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Main.java:1: error: class, interface, or enum expected
    <script type="text/javascript" src="jquery.js"></script>
    ^
Main.java:4: error: unclosed character literal
...other code in this file doesn't matter in this case...
                                ^
2 errors
stdout
Standard output is empty