Re: SystemAction.get method not found
Steven Yi <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CANtcCs4QgMJ9rKfK8-KxH_oadob_brji2o998cE071wNVb_qJA@mail.gmail.com> |
I looked and the only history I see for SystemAction is: http://hg.netbeans.org/main-silver/log/813b4d319160/openide.util.ui/src/org/openide/util/actions/SystemAction.java http://hg.netbeans.org/main-silver/diff/6d0e84b1f867/openide.util.ui/src/org/openide/util/actions/SystemAction.java http://hg.netbeans.org/main-silver/rev/6d0e84b1f867 which says the file was from the openide.util module to the openide.util.ui. That is possibly a hint? Maybe check that the settings for the module you are compiling on the two systems that they're using the same library versions? On Fri, Nov 4, 2016 at 3:03 PM, gbullock <[email protected]> wrote: > Thank you for the suggestions. Alas, the problem persists. > > I renamed all of the following folders: > .nbi in the C:\Users\<username> folder, > > .netbeans in the C:\Users\<username> folder, > > 8.2 in the C:\Users\<username>\AppData\Local\Netbeans\Cache folder, and > > 8.2 in the C:\Users\<username>\AppData\Roaming\Netbeans folder, > > > and performed a Clean and Build on the project (which rebuilt my required module projects as well). > All of the System.get(...) error messages persist (7 errors in all). > > Further suggestions most welcome. > > > >