我是 Netbeans 的新手,我的教授给了我一个简单的练习来查找给定程序中的编译器错误。这是一个简单的 hello world 程序,但我得到的只是
Compiling 1 source file to D:\UCC\CS6312-Mobile Devices and Systems\Lab\MyFirstMIDlet\build\compiled
D:\UCC\CS6312-Mobile Devices and Systems\Lab\MyFirstMIDlet\src\myfirstmidlet\MyFirstMIDlet.java:12: error: ';' expected
form.addCommand(exit)
1 error
D:\UCC\CS6312-Mobile Devices and Systems\Lab\MyFirstMIDlet\nbproject\build-impl.xml:359: Compile failed; **see the compiler error output for details.**
BUILD FAILED (total time: 0 seconds)
所以我想知道在哪里可以找到编译器错误的详细信息,因为我必须将这些错误包含在我的作业中。谢谢