Re: Array of Object Error: ‘]’ expected, invalid method declaration return type required.

2022-01-30 Thread Helmut Leininger
Hi, I do not see this problem. My config: NetBeans 12.6 nb-javac not installed Java 17.0.1 Windows 10 Maybe a problem of of the Java version or nb-javac ? Regards Helmut Am 31.01.2022 um 04:54 schrieb Zulfi Khan: Hi, I am trying to create an array of Object of Account class: public class

Re: Trouble with file access permission in a C++ projet

2022-01-30 Thread Bradley Willcott
The following was copied from my previous email responce on this type of problem: NB: Tools -> Plugins -> Settings: Activate: Netbeans 8.2 Plugin Portal Switch to -> Updates: Click on: [Check for Updates] Switch to -> Available Plugins: Install: "C/C++" plugin Hope this helps. Brad. *(**/Gj

Re: Horizontal scroll using mouse buttons 6&7 in Netbeans

2022-01-30 Thread Laszlo Kishalmi
Works for JDK 17 and Linux (I guess that feature might be added in JDK 13) On 1/30/22 00:29, May Doušak wrote: Hi there, I know it is possible to scroll horizontally usinf SHIFT+ primary mouse wheel (buttons 4&5). Is there a way make NetBeans treat mouse buttons 6 & 7 (second scroll wheel)

Re: Introduction to Profiling Java Applications in NetBeans IDE

2022-01-30 Thread Michael Bien
Hi John, most profilers are sampling profilers. The reason for that is that profiling itself has also performance side effects. If you would profile a loop which does nothing, all time would be spent in the profiler and the results would be inaccurate or worse, misleading. The calibration at

Re: Strange surefire problem using wrong Java version

2022-01-30 Thread Peter Nabbefeld
Thank You for the advice! In fact, I even remember of some rare cases where I had issues with filehistory, but that's been some time ago already ... After thinking about why caching could cause the surefire problem, I realized that copying a project's directory within NetBeans might lead to

Horizontal scroll using mouse buttons 6&7 in Netbeans

2022-01-30 Thread May Doušak
Hi there, I know it is possible to scroll horizontally usinf SHIFT+ primary mouse wheel (buttons 4&5). Is there a way make NetBeans treat mouse buttons 6 & 7 (second scroll wheel) as horizontal scroll? Thanks, May - To