oyarzun
oyarzun
@mbastian I looked into this and I do not believe it is possible with the current implementation. I think we would need to change the macOS Native launcher to use...
@neilcsmith-net it is handled by the AppDelegate in a NSApplication, but console applications do not have an app delegate. https://developer.apple.com/documentation/appkit/nsapplicationdelegate https://developer.apple.com/documentation/appkit/nsapplicationdelegate/2887193-application This allows "open with" to work, but add an...
> Is blocking the run loop with `waitUntilExit` a good idea? It was the only way I could figure out to get the dock icon to not be called "java"....
@dbalek I took a stab at implementing muti-release support. https://github.com/oyarzun/netbeans/commit/c879b33c2e3296c33a917a75a4d89d69cfb80675
@dbalek @JaroslavTulach any thoughts on getting this into NB15?
@neilcsmith-net @dbalek Since this changes the class loader, I vote +1 for targeting NB16 to have a longer period of testing. As far as I know the only issue (NETBEANS-3679)...
@martin5233 I think number 4 can be fixed with this #1176
> Can we use an environment variable (or system property at a push) to control this? > > Would `System.getenv("APP_DOCK_NAME") != null` work? Probably not ideal. > > We can...
You would need to remove the H4 object java files in `src/org.hdfgroup.object/hdf/object/h4` And make the following changes. ```diff diff --git a/src/org.hdfgroup.hdfview/hdf/view/dialog/NewStringAttributeDialog.java b/src/org.hdfgroup.hdfview/hdf/view/dialog/NewStringAttributeDialog.java index 96f6fe5..22bce93 100644 --- a/src/org.hdfgroup.hdfview/hdf/view/dialog/NewStringAttributeDialog.java +++ b/src/org.hdfgroup.hdfview/hdf/view/dialog/NewStringAttributeDialog.java @@...
@alexmyczko `HDF5Constants.H5F_LIBVER_V114` means it needs to be compiled against HDF5 1.14 which is not yet released. https://www.hdfgroup.org/2022/06/2022-hdf5-release-schedule/