Re: SystemAction.get method not found
Dmitry Avtonomov <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAMMjtf80Pm28-P1q3-30Fg1Cb64vPqq32tBbg7pZZy86xCq73A@mail.gmail.com> |
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 > > > > > > >