NetBeans IDE: Remote Platform Unavailable for Maven Projects

2019-06-14 Thread Darren Smith
Hello All, I'm not really sure how to frame this question, but I'll try and hope someone can possibly decipher what it is I am asking for. In Netbeans 11, I can create a Java project, add some libraries and deploy it remotely to a Raspberry Pi and watch the execution of the program. I did th

Re: NB11 hangs (as well as NB10) on downloading HTTP Javadoc

2019-06-14 Thread Javier Ortiz
I see that type of 'freeze' if my settings.xml is very restrictive and for some reason there's no connection to company maven repository, i.e. VPN connection is down. On Fri, Jun 14, 2019, 5:57 PM Greenberg, Gary wrote: > Let it fail with some error message that I can see and maybe do something

RE: NB11 hangs (as well as NB10) on downloading HTTP Javadoc

2019-06-14 Thread Greenberg, Gary
Let it fail with some error message that I can see and maybe do something about it. Why it is freezing, that I have to kill it from the task manager and lose all my edits? Gary Greenberg Staff Software Engineer Data Product Development, BI-A E: ggree...@visa.com M: 650-269-7902 [EmailSig-Taglin

Re: NB11 hangs (as well as NB10) on downloading HTTP Javadoc

2019-06-14 Thread Laszlo Kishalmi
What I see from the logs that NB would like to scan the artifactory. Can switch the maven index scanning off? Tools > Options > Java > Maven > Index > Completely disable indexing (at least temporarily) On 6/14/19 3:34 PM, Greenberg, Gary wrote: Unfortunately, company has not migrated to new

Re: NB11 hangs (as well as NB10) on downloading HTTP Javadoc

2019-06-14 Thread Geertjan Wielenga
artifactory.trusted.visa.com That appears near the start of your problem. NetBeans is a GUI wrapper around Maven. If Maven fails, NetBeans fails. Gj On Sat, 15 Jun 2019 at 00:35, Greenberg, Gary wrote: > Unfortunately, company has not migrated to newer JDK yet. > > We all have to use Java 8.

RE: NB11 hangs (as well as NB10) on downloading HTTP Javadoc

2019-06-14 Thread Greenberg, Gary
Unfortunately, company has not migrated to newer JDK yet. We all have to use Java 8. Gary Greenberg Staff Software Engineer Data Product Development, BI-A E: ggree...@visa.com M: 650-269-7902 [EmailSig-TaglineVersion] From: Geertjan Wielenga Sent: Friday, June 14, 2019 3:29 PM To: Greenberg, Ga

Re: NB11 hangs (as well as NB10) on downloading HTTP Javadoc

2019-06-14 Thread Geertjan Wielenga
Windows 10, JDK 8. Maybe try more recent JDK. Gj On Sat, 15 Jun 2019 at 00:28, Geertjan Wielenga wrote: > Which JDK, which operating system. > > Gj > > On Fri, 14 Jun 2019 at 23:58, Greenberg, Gary wrote: > >> I was suffering from very frequent freezes in Netbeans 10. >> >> Hoping that maybe i

Re: NB11 hangs (as well as NB10) on downloading HTTP Javadoc

2019-06-14 Thread Geertjan Wielenga
Which JDK, which operating system. Gj On Fri, 14 Jun 2019 at 23:58, Greenberg, Gary wrote: > I was suffering from very frequent freezes in Netbeans 10. > > Hoping that maybe it was resolved in NB11, I did install it today. > > Unfortunately it freezes even more often – twice during half an hour

Re: Language Server Support for Netbeans

2019-06-14 Thread Geertjan Wielenga
Yup -- and take a look here: https://github.com/apache/netbeans/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aclosed+lsp https://github.com/apache/netbeans/pulls?q=is%3Apr+lsp+is%3Aopen Gj On Fri, Jun 14, 2019 at 6:57 PM Ewan Slater wrote: > Sorry for the premature send, as I said, Google took me to th

Re: Language Server Support for Netbeans

2019-06-14 Thread Ewan Slater
Sorry for the premature send, as I said, Google took me to that blog post, I wanted to know if that was still the latest position? Cheers, Ewan > On 14 Jun 2019, at 17:55, Ewan Slater wrote: > > Hi, > > Is there any news on language server protocol support for Netbeans? > > Google took me h

Language Server Support for Netbeans

2019-06-14 Thread Ewan Slater
Hi, Is there any news on language server protocol support for Netbeans? Google took me here: https://blogs.apache.org/netbeans/entry/initial-language-server-protocol-support - To unsubscribe, e-mail: users-unsubscr...@netbeans.a