Thanks, when files are deleted, is it safe to say that the source of any
problem that might occur is in the java code calling a lib and not in the
part that handles update_tracking files then?

Den mån 11 mars 2024 kl 22:13 skrev Michael Bien <mbie...@gmail.com>:

> the native libs should be ok for removal on non-windows systems since
> DDE is windows specific:
>
> https://github.com/apache/netbeans/blob/643b64771c00c24d857773cd4d454c19f40bb57f/ide/extbrowser/src/org/netbeans/modules/extbrowser/NbDdeBrowserImpl.java#L77-L96
>
> -mbien
>
> On 11.03.24 14:41, Patrik Karlström wrote:
> > Let's hope not! :)
> >
> > Also bringing this back to the list...
> >
> > Den mån 11 mars 2024 kl 14:26 skrev Pieter van den Hombergh
> > <pieter.van.den.hombe...@gmail.com>:
> >
> >     probably not if you are not on windows.
> >
> >
> >     met vriendelijke groet
> >     Pieter van den Hombergh
> >
> >     Op ma 11 mrt 2024 13:17 schreef Patrik Karlström <pat...@trixon.se>:
> >
> >         I'm in the process of publishing some apps to flathub.org
> >         <http://flathub.org> and got a PR comment regarding the
> >         existence of nonlinux files like dll exe dylib and some
> >         excotic architectures.
> >
> >         I can see references to them like in
> >
> >         <?xml version="1.0" encoding="UTF-8"?><module
> >         codename="org.netbeans.modules.extbrowser/1">
> >             <module_version install_time="1708530180943" last="true"
> >         origin="installer" specification_version="1.76">
> >                 <file crc="1411316007"
> >         name="config/Modules/org-netbeans-modules-extbrowser.xml"/>
> >                 <file crc="2085159667"
> name="modules/lib/extbrowser.dll"/>
> >                 <file crc="4025206001"
> >         name="modules/lib/extbrowser64.dll"/>
> >                 <file crc="2392154983"
> >         name="modules/org-netbeans-modules-extbrowser.jar"/>
> >             </module_version>
> >         </module>
> >
> >         I deleted the dlls and it seems to be working.
> >
> >         I only do monolithic releases/updates but in some applications
> >         I have the plugin manager accessible.
> >
> >         So my question is this, is it safe to just remove the files or
> >         will it bite me in the... end?
> >
> >         /Patrik
> >
>
>

Reply via email to