How to compile SQLJ with ant?
I don't think there is a native sqlj Ant task. You can start an sqlj process with the Ant exec
task as if you were executing it from a command prompt.
Edit: Link to download sqlj: http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html