Re: Deploy jar to "platform/lib" folder
Benno Markiewicz <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAA_aP4hLXM4F-0RgM15krGckw6C29T98R6Ri0kq3uT7V06_0rg@mail.gmail.com> |
Having a look in the Darcula LAF is a good hint! And it also a Maven-based module, so you could adapt the principle for your application. With kind regards, markiewb 2016-05-12 16:01 GMT+02:00 Neil C Smith <[email protected]>: > On 11 May 2016 at 17:34, XavierM <[email protected]> wrote: > > I use a JTattoo look and feel and the only way I found to make it work > is to copy the jtattoo jar file to "platform/lib". > > I don't use Maven so not sure how to bundle the jar in the lib folder > as you asked, but have you tried using a ModuleInstaller to set the > look-and-feel during validation time? This usually works fine. > > eg. > https://github.com/Revivius/nb-darcula/blob/master/src/main/java/com/revivius/nb/darcula/Installer.java#L29 > > Best wishes, > > Neil > > -- > Neil C Smith > Artist : Technologist : Adviser > http://neilcsmith.net > > Praxis LIVE - hybrid visual IDE for creative coding - www.praxislive.org > Digital Prisoners - interactive spaces and projections - > www.digitalprisoners.co.uk >