Re: felix bundles

2021-05-11 Thread Chuck Davis
I'm back to experimenting with bundles to run on Felix and ran into this message ERROR: Bundle yrs.contractor.LedgerReportsBundle [88] Error starting atomos:boot:file:///sata2/modules/felix/LedgerReportsBundle-1.0.0 .jar (org.osgi.framework.BundleException: Unable to resolve yrs.contractor.LedgerR

Re: netbeans 12.3 doesn't support gradle 7.0.1? (keeps trying to use 6.7 for something)

2021-05-11 Thread Laszlo Kishalmi
Well, more properly NetBeans 12.3 bundles Gradle 6.7 tooling API which does not support Java 16. Actually NetBeans 12.3 does not officially supports Java 16. Though you do not need to worry that much. NetBeans 12.4 will support Java 16, including Gradle 7.x The 12.4-rc3 is in the pipeline, 1

netbeans 12.3 doesn't support gradle 7.0.1? (keeps trying to use 6.7 for something)

2021-05-11 Thread Wiegley, Jeffrey
I'm trying to migrate to Java 16 and it seems to need gradle >=7.0 (A simple Hello World with gradle 6.7 throws an exception: java.lang.IllegalArgumentException: Unsupported class file major version 60, So apparently gradle 6.7 can't handle Java 16) But if I change the Tools->Options->Gradle to

Re: Re: NetBeans 8 app flickering/uncontrolled window movement on Alienware Dell - anyone seen this ?

2021-05-11 Thread bruehlicke
Possible solution: Add -J-Dsun.java2d.noddraw=true to startup JVM arguments. We did try to run Nb8.2 out-of-the-box on the Alienware and it did not show the flickering/window-dropping as with the RCP app. Checking the netbeans.conf we did see the -J-Dsun.java2d.noddraw=true which the RCP did