Fwd: Please tell me where to go

2018-01-10 Thread Wyckham Seelig
OK, I have made some progress. Here is what I think I know - I used a shell script downloaded from http://ubuntuhandbook.org/index.php/2016/10/netbeans-8-2-released-how-to-install-it-in-ubuntu-16-04/ to install Netbeans 8.2. One of the files it installed was myhome/Netbeans-8.2/etc/n

Fwd: Please tell me where to go

2018-01-10 Thread Wyckham Seelig
Paolo, Thanks for the suggestion, but a quick check of phpinfo() reveals that xdebug.show_local_vars is on, and I'm still not seeing then in netbeans. Do you know of any other xdebug settings that I might want to check? Wyckham -- Forwarded message -- From: Paolo Scarabelli Da

Re: Please tell me where to go

2018-01-10 Thread Paolo Scarabelli
Hi Wyckham, Have your tried setting xdebug.show_local_vars=on in your xdebug.ini file? Regards, Paolo On Thu, Jan 11, 2018 at 4:50 AM, Wyckham Seelig wrote: > At Chuck Davis's request, I am forwarding this email to the users list. > > Also, at his suggestion, I have installed java 8 oracle,

Re: Please tell me where to go

2018-01-10 Thread Neil C Smith
On Wed, 10 Jan 2018, 21:25 Chuck Davis, wrote: > I'd suggest going to Oracle and getting the jdk. Perhaps some of the > experts here will recognize Oracle installs differently on Ubuntu than it > does on an rpm based system??? > That's the standard install location on Ubuntu / Debian derivative

Re: Please tell me where to go

2018-01-10 Thread Chuck Davis
That is quite strange. I've never seen Oracle jdk installed there. In my case Oracle jdk always installs itself to /usr/java/ for example: /usr/java/jdk-9.0.1 /usr/java/jdk1.8.0_152 Looks like maybe you got something from the Ubuntu repositories that claims to be Oracle java? I'd suggest goin

Fwd: Please tell me where to go

2018-01-10 Thread Wyckham Seelig
At Chuck Davis's request, I am forwarding this email to the users list. Also, at his suggestion, I have installed java 8 oracle, and have reset my netbeans_jdkhome to /usr/lib/jvm/java-8-oracle. This change made no difference in the availability of local variables in my variable window. Wyckham

Re: Running local build under JDK 9?

2018-01-10 Thread cowwoc
FYI, running from nbbuild/netbeans/bin worked for me. Gili On 2018-01-08 2:28 AM, Antonio wrote: On Unix like systems: cd /the/netbeans/directory ant ./nbbuild/netbeans/bin/netbeans --jdkhome /the/path/to/jdk9/ Cheers, Antonio On 08/01/18 06:33, cowwoc wrote: Following up on https://issues.

Re: Please tell me where to go

2018-01-10 Thread Glenn Holmer
On 01/10/2018 11:03 AM, Wyckham Seelig wrote: > Can somebody please help me find somewhere to go to get help in getting > Netbeans 8.2 to work? > > I have scoured the netbeans.org site, and have > tried to use the netbeans.org bugzilla system, but am > t

Re: Please tell me where to go

2018-01-10 Thread Chuck Davis
What is your platform (os)? What have you done -- how did you install NB? What happens when you click on the desktop icon? What happens if you start the binary from a command prompt? Which Java do you have installed? On Wed, Jan 10, 2018 at 9:03 AM, Wyckham Seelig wrote: > Hello, > > Can somebod

Please tell me where to go

2018-01-10 Thread Wyckham Seelig
Hello, Can somebody please help me find somewhere to go to get help in getting Netbeans 8.2 to work? I have scoured the netbeans.org site, and have tried to use the netbeans.org bugzilla system, but am told that "Either no products have been defined to enter bugs against or you have not been give

Re: Where did "Set as main project" go?

2018-01-10 Thread Hermien Pellissier
> I thank you as well. I never noticed this on my MAC install and wondered why > my Windows machine had it but not my MAC. I just checked and my MAC "main > project" is set to None. #smh :) It is great to see that this information has been helpful! :D ~ Hermien --

Re: Where did "Set as main project" go?

2018-01-10 Thread slim
I thank you as well. I never noticed this on my MAC install and wondered why my Windows machine had it but not my MAC. I just checked and my MAC "main project" is set to None. #smh :) Cheers, Slim On 2018-01-09 13:01, Hermien Pellissier wrote: >> Ah, that was it. Thanks. > > Glad I could hel

Re: Interface implementations not shown in editor when using Java 9 modules

2018-01-10 Thread Thomas Kellerer
Thomas Kellerer schrieb am 10.01.2018 um 12:42: > I have Maven project that uses Java 9 modules. > > It seems that NetBeans 9.0 (beta, from [1]) does not shown the icons > for "implementing classes" for an interface, if the interface (or the > implementing class?) is not part of the exported modu