Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can you make the javac compiler report any errors in terms of the original .sqlj file that was translated by SQLJ?

0
Posted

Can you make the javac compiler report any errors in terms of the original .sqlj file that was translated by SQLJ?

0

After translating a SQLJ program myfile.sqlj with SQLJ to myfile.java, the javac compiler will issue all error messages about problems in the Java part of myfile.sqlj in terms of myfile.java. Use one of the following methods to view error messages in terms of the original file, myfile.sqlj. (a) Capture the output of javac in a log file, for example, myfile.log. Note that from JDK 1.1.1 on, javac writes error messages to the stderr stream, rather than to stdout.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.