Re: SystemAction.get method not found
Steven Yi <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CANtcCs7xiqLCtjGqPtF1XmoLO4DpHv_r0V1t_NWut+Gz=mAuUQ@mail.gmail.com> |
This sometimes happens to me when I build a lone module within a module suite, rather than building the entire suite. Have you tried a clean and rebuild of the entire application? On Fri, Nov 4, 2016 at 10:10 AM, Dmitry Avtonomov <[email protected]> wrote: > Have you tried deleting nb user directory to give Netbeans a brainwash? > > > On Nov 4, 2016 07:47, "gbullock" <[email protected]> wrote: >> >> From the machine with the problematic build: >> >> Code: >> C:\Program Files\Java\jdk1.8.0_111\bin>javac -version >> javac 1.8.0_111 >> >> >> >> From the machine with the successful build: >> >> Code: >> C:\Program Files\Java\JDK18~1.0_1\bin>javac -version >> javac 1.8.0_111 >> >> >> >> >> >> >