Re: Cloud Connector within Netbeans ?

2021-06-15 Thread Paulo Toledo
Hi I think it should be very similar to the guidelines presented in these articles. https://netbeans.apache.org//kb/docs/web/oracle-cloud.html https://blog.idrsolutions.com/2015/12/how-to-use-the-azure-cloud-on-the-netbeans-ide/ Other colleagues on the list will be able to contribute to the

Re: Autocompletition issue

2021-06-11 Thread Paulo Toledo
Hi I use Netbeans 12.4 and it didn't show the same behavior. Try doing a clean install of Netbeans 12.4, removing any folders referring to previous Netbeans. Regards Paulo

Re: Netbans Language server protocol support

2021-06-11 Thread Paulo Toledo
Hi, I think the files would be these according to the attached image. Regards Paulo

Re: Fix imports (Ctrl+Shift+I)

2021-06-08 Thread Paulo Toledo
Hi Thomas, Killed the riddle! I tested it here and that's really what happens. Thank you very much for the feedback. Regards Paulo Toledo - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands

Re: Fix imports (Ctrl+Shift+I)

2021-06-05 Thread Paulo Toledo
I found that by changing the project properties in Netbeans, the Source/Binary Format: option from JDK11 to JDK8 the shortcut (Crtl+Shift+I) works normally for java.sql imports. If I return to the JDK11 option it doesn't correctly import the java.sql.

Fix imports (Ctrl+Shift+I)

2021-06-04 Thread Paulo Toledo
Hi Are there any problems importing when using the shortcut (Ctrl+Shift+I) to fix the imports? I use Netbeans 12.4 with Java     openjdk version "11.0.11" 2021-04-20     OpenJDK Runtime Environment 18.9 (build 11.0.11+9)     OpenJDK 64-Bit Server VM 18.9 (build 11.0.11+9, mixed mode,

Re: [ANNOUNCE] Apache NetBeans 12.4 released

2021-05-31 Thread Paulo Toledo
+1 Paulo Em 30/05/2021 18:51, Malcolm Fitzgerald escreveu: Congratulations to all the people who have worked to make this release. I want to let you know how much I appreciate the work that you are doing. thanks for producing great software, Malcolm

Re: Getting error that 4 packages not install: how to install them

2021-04-18 Thread Paulo Toledo
Hi, The Apache Poi library is missing from your project. Em 17/04/2021 18:36, Zulfi Khan escreveu: Hi, I am using Netbeans 12.3. I am trying to run an Excel sheet program, but I am getting following errors: -

Re: NetBeans sighting

2021-04-08 Thread Paulo Toledo
Excellent news. Congratulations to everyone involved and dedicated in the development of Apache NetBeans. - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail:

Re: Netbeans 12.2 ?? Wacked ??

2021-02-27 Thread Paulo Toledo
Hi, The NewJFrameTest class cannot be in the default package. Here is the project file, for which it compiled without errors. Paulo mavenproject Description: Binary data - To unsubscribe, e-mail:

Re: Netbeans 12.2 ?? Wacked ??

2021-02-27 Thread Paulo Toledo
Hi, What version of JDK or OpenJDK? And, if it is a test project that can be shared, make it available so that I can reproduce the error. Paulo Em 26/02/2021 22:23, jasiii escreveu: Ok total newbie and I have gotten netbeans 12.2 into a warp I am on an Apple running Big Sur with current

Re: Java - Copying Project

2021-02-24 Thread Paulo Toledo
Hi Ken, If you only have the .java and .form files, you can create a new project in Netbeans and in the src folder put these files inside it. Possibly a packet error will occur. Then, you will have to move it to the correct packages before recreating the project with the .jar file. Hope this