Community
Participate
Working Groups
Build Identifier: M20110210-1200 The error highlighted by red icons provides too little information about the error. The developer cannot review the reason of the error. It would also be nice to have a hyperlink to provide feedback on the error directly to Sun, or to be re-directed to a support provider or support forum of choice, based on research that ranks support providers by market share, speed of reply, speed etc. Reproducible: Always Steps to Reproduce: 1.Created a new project named 'SynchronizedBankTransfer' within which a package was created. 2. Dragged and dropped the source code within the package, and, optionally configured options for 'Drag and Drop' if it is the first time. 2.An error icon indicates that the source code 'might' have problems. As a matter of fact the compilation error reads: Exception in thread "main" java.lang.Error: Unresolved compilation problem: at synchronize.bank.SynchBankTest.main(SynchBankTest.java:8)
Created attachment 198814 [details] Source code Sourced from Core Java Volume I (8th Edition)
I don't get any errors with the provided source code.