You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@xmlbeans.apache.org by Brendan MacLean <bm...@fhcrc.org> on 2004/09/30 20:59:16 UTC

task and IntelliJ

For anyone else out there using IntelliJ (I am using 4.0), I encountered,
and solved the following problem trying to run an ant script with the
<xmlbean> task.  Running the script inside IntelliJ yielded the error:

 

Exception while building schemas: Error running javac.exe compiler

 

To solve this, I had to:

(1)     Right-click in the "Ant Build" pane, and choose "Properties" from
the menu.

(2)     On the "Execution" tab of the resulting dialog, check "Run under
custom JDK".

(3)     Choose the JDK you are using for the project.

 

--Brendan