Startup

2024-12-21 Thread Admin @ Goodun
Starting NB always has the terminal window fixed open for me, despite it being closed when I shut NB down. I can't find startup options anywhere, nor is there anything in the terminal options tab about it that I can see. This is NB 24 (thanks to Snap) but was the case in 23 too. I don&#x

Re: Exceptions on NB platform app startup

2023-09-04 Thread Mike Hallan
  I seem to have found a fix, mentioned by Neil Smith at https://github.com/apache/netbeans/issues/5110 Some options need to be added to run.args.extra. So my project.properties file now contains:   run.args.extra=-J--add-opens=java.base/java.net=ALL-UNNAMED -J--add-exports=java.desktop/sun.a

Exceptions on NB platform app startup

2023-09-03 Thread Mike Hallan
I continue to get execeptions on a NB platform app startup despite including --add-opens as I have seen posted in several places. I have struggled with this for longer than I would like to admit, I hope someone can please help me resolve.   I am running NB19-rc5 (same was happening on NB16

Re: call to deprecated System::setSecurityManager on netbeans startup

2022-05-25 Thread Michael Bien
that is just a warning due to https://openjdk.java.net/jeps/411, nothing to worry about - for users at least. -mbien On 25.05.22 19:42, Stroud Custer wrote: I received this message when starting netbeans 13 from the command line in Ubunutu 22.04 LTS. stroud@stroud-Latitude-E6530:~$ netbeans

call to deprecated System::setSecurityManager on netbeans startup

2022-05-25 Thread Stroud Custer
I received this message when starting netbeans 13 from the command line in Ubunutu 22.04 LTS. stroud@stroud-Latitude-E6530:~$ netbeans --jdkhome jdk-18.0.1.1 WARNING: A terminally deprecated method in java.lang.System has been called WARNING: System::setSecurityManager has been called by org.n

Re: [Need Help] The plugin Startup is requested in implementation version 12.5-fd523ddc12d6156412d7b81f0c8663d8913d1021.

2021-12-05 Thread Bilu
che.org/wiki/DevFaqAddTimestampToLogs.asciidoc> In Step 4 there is a use of implementation version of module org-netbeans-core-startup nbm-maven-pluginorg.codehaus.mojotrueorg.netbeans.modules:org-netbeans-core-startup*impl* The issue i am facing is that when i release the plugin (create

Re: [Need Help] The plugin Startup is requested in implementation version 12.5-fd523ddc12d6156412d7b81f0c8663d8913d1021.

2021-12-05 Thread Geertjan Wielenga
torial: > https://netbeans.apache.org/wiki/DevFaqAddTimestampToLogs.asciidoc > In Step 4 there is a use of implementation version of module o > rg-netbeans-core-startup > nbm-maven-plugin > org.codehaus.mojo true > > org.netbeans.modules:org-netbeans-core-startup *impl* depen

Re: [Need Help] The plugin Startup is requested in implementation version 12.5-fd523ddc12d6156412d7b81f0c8663d8913d1021.

2021-12-05 Thread Bilu
ion of module org-netbeans-core-startup nbm-maven-pluginorg.codehaus.mojotrueorg.netbeans.modules:org-netbeans-core-startup*impl* The issue i am facing is that when i release the plugin (create the nbm) with Netbeans 12.5 for example and i want to install the module in another version of Netbeans

[Need Help] The plugin Startup is requested in implementation version 12.5-fd523ddc12d6156412d7b81f0c8663d8913d1021.

2021-12-03 Thread Bilu Al
Hello, I am following this tutorial: https://netbeans.apache.org/wiki/DevFaqAddTimestampToLogs.asciidoc In Step 4 there is a use of implementation version of module o rg-netbeans-core-startup nbm-maven-plugin org.codehaus.mojo true < moduleDependencies> org.netbeans.modules:org-netbean

Netbeans 8.2 stop scanning the code on startup

2021-11-07 Thread Pawel Por
Hi I'm using Netbeans 8.2 for Linux kernel code navigation. It works great. My only concern is that Netbeans 8.2 scans all the projects on startup even if there were no modifications to the projects. Linux is a huge project and this process consumes the resources. How can I prevent Netbean

Netbeans 8.2 stop scanning the code on startup

2021-11-06 Thread Pawel Por
Hi I'm using Netbeans 8.2 for Linux kernel code navigation. It works great. My only concern is that Netbeans 8.2 scans all the projects on startup even if there were no modifications to the projects. Linux is a huge project and this process consumes the resources. How can I prevent Netbean

Re: List of Netbeans Startup parameters: netbeans_default_options

2021-10-21 Thread Bilu Al
qStartupParameters >>> >>> On 10/21/21, Bilu Al wrote: >>> > Hello, Is there any place i can find the full list of available >>> options for >>> > the Startup parameters: netbeans_default_options in netbeans.conf? >>> > From this bl

List of Netbeans Startup parameters: netbeans_default_options

2021-10-21 Thread Bilu Al
Hello, Is there any place i can find the full list of available options for the Startup parameters: netbeans_default_options in netbeans.conf? >From this blog https://subscription.packtpub.com/book/programming/9781785282645/1/ch01lvl1sec13/netbeans-configuration it was available at some point h

12.5 - IDE error on startup parsing existing Maven

2021-09-23 Thread Tim Mullé
I just started using 12.5 with JDK17 and actually was trying JDK16 and I noticed an error in the Notifications area when the IDE starts up and it parses an existing multi-module Maven project. Let me know if I should report it in JIRA. I didn’t see any existing bug. Thanks, - Tim java.lang.Nu

Reliable way to determine startup from Command Line or GUI

2021-05-01 Thread Mike Hallan
Hi, Can someone please tell me if there's a simple reliable way to determine at startup (e.g. in an Installer) whether the Netbeans application was started from the GUI or command line? I'm using OptionProcessor and I thought that simply finding a mandatory parameter that my applicati

Re: [netbeans-platform] programmatically call "Show Only Editor" on startup

2020-12-23 Thread Ralf Eichinger
racle.com/geertjan/farewell-to-space-consuming-weird-tabs > aka NoTabsTabDisplayerUI > > > Den mån 21 dec. 2020 kl 14:18 skrev Ralf Eichinger < > ralf.eichin...@gmail.com>: > > > > I am developing a netbeans RELEASE90 platform based application. > > all gui is p

Re: [netbeans-platform] programmatically call "Show Only Editor" on startup

2020-12-22 Thread Jerome Lelasseux
> I am developing a netbeans RELEASE90 platform based application. > all gui is placed in editor area. > Is there a way to programmatically call "Show Only Editor" (like in the > "view"-menu) > on startup of application? > > -- Ralf EichingerGeorg-Lindau

Re: [netbeans-platform] programmatically call "Show Only Editor" on startup

2020-12-22 Thread Ralf Eichinger
eans RELEASE90 platform based application. > > all gui is placed in editor area. > > Is there a way to programmatically call "Show Only Editor" (like in the > > "view"-menu) > > on startup of application? > > > > > -- Ralf Eichinger Georg-Lindau-Str. 5 80634 München tel: 089 / 2375 6862 mobil: 0152 / 5368 5735 email: ralf.eichin...@gmail.com

Re: [netbeans-platform] programmatically call "Show Only Editor" on startup

2020-12-22 Thread Patrik Karlström
ea. > Is there a way to programmatically call "Show Only Editor" (like in the > "view"-menu) > on startup of application? > > - To unsubscribe, e-mail: users-unsubscr...@netbeans.ap

Re: [netbeans-platform] programmatically call "Show Only Editor" on startup

2020-12-21 Thread Jerome Lelasseux
o run something upon startup use @onShowing http://bits.netbeans.org/dev/javadoc/org-openide-windows/org/openide/windows/OnShowing.htmlThere is also @onStart if you need to do something earlier. If you don't need the other editors, you may also just close them, see http://bits.netbeans.org/dev

[netbeans-platform] programmatically call "Show Only Editor" on startup

2020-12-21 Thread Ralf Eichinger
I am developing a netbeans RELEASE90 platform based application. all gui is placed in editor area. Is there a way to programmatically call "Show Only Editor" (like in the "view"-menu) on startup of application?

Error message on startup

2020-05-22 Thread Don
I've been using the 12.0beta4 and on startup there is almost always a warning/error message. Today it was: WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.netbeans.swing.plaf.gtk.ThemeValue (jar:file:/netbeans/platform/module

RE: IllegalStateException on startup (NB 9)

2018-06-13 Thread Mike Billman
Thanks! Mike -Original Message- From: Emilian Bold [mailto:emilian.b...@protonmail.ch] Sent: Wednesday, June 13, 2018 7:51 AM To: Mike Billman Cc: us...@netbeans.incubator.apache.org Subject: Re: IllegalStateException on startup (NB 9) You have a 3rd party plugin

Re: IllegalStateException on startup (NB 9)

2018-06-13 Thread Emilian Bold
You have a 3rd party plugin com.peter.mavenrunner.MavenRunnerTopComponent that's calling a NetBeans API outside the AWT thread. NetBeans is just warning you about that. Generally it's not causing something but once in a blue-moon such calls will cause unexpected states and bugs will show up. I

IllegalStateException on startup (NB 9)

2018-06-13 Thread Mike Billman
I have gotten this exception two days in a row when starting NB 9. Seems to not have any impact on the IDE, but strange. java.lang.IllegalStateException: Problem in some module which uses Window System: Window System API is required to be called from AWT thread only, see http://core.netbeans.o