Re: netbeans decompiler

2020-12-23 Thread Som Lima
Community edition Intelli J has a built in java decompiler. On Thu, 24 Dec 2020, 07:31 , wrote: > Hi, > yes it seems for NB 8.2.. is it strange that NB do no t have an integrated > decompiler.. why? > > R. > > > Da: Alonso Del Arte > Inviato: giovedì 24 dicembre 2020 02:16 > A: r.bott...@aft

R: netbeans decompiler

2020-12-23 Thread r.bottoni
Hi, yes it seems for NB 8.2.. is it strange that NB do no t have an integrated decompiler.. why? R. Da: Alonso Del Arte Inviato: giovedì 24 dicembre 2020 02:16 A: r.bott...@afterbit.com Oggetto: Re: netbeans decompiler Google led me to the debug javac plugin plugins.

Re: Netbeans installer on macOS Big Sur can't find JDK

2020-12-23 Thread Scott Palmer
Yes, this is a bit odd. I thought we had the issues with the changes to /usr/libexec/java_home worked out. Frustrating. I wish I was less busy when this was being worked on for 12.2 as I would have tested it more thoroughly, especially since I was one complaining about it. I did successfully ru

Re: Netbeans installer on macOS Big Sur can't find JDK

2020-12-23 Thread Thomas Wolf
I did after I asked the original question back in August. Not the point. tom On Dec 23, 2020 at 4:06:15 PM, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Set it in etc/netbeans.conf then. > > Gj > > On Wed, 23 Dec 2020 at 22:05, Thomas Wolf wrote: > >> Hi Scott, >> When I run

Re: Netbeans installer on macOS Big Sur can't find JDK

2020-12-23 Thread Geertjan Wielenga
Set it in etc/netbeans.conf then. Gj On Wed, 23 Dec 2020 at 22:05, Thomas Wolf wrote: > Hi Scott, > When I run "launchctl getenv JAVA_HOME” I don’t get anything back. So > that would explain why the installer doesn’t see it, I guess. But it > doesn’t explain why previously installers *did* se

Re: Netbeans installer on macOS Big Sur can't find JDK

2020-12-23 Thread Thomas Wolf
Hi Scott, When I run "launchctl getenv JAVA_HOME” I don’t get anything back. So that would explain why the installer doesn’t see it, I guess. But it doesn’t explain why previously installers *did* see it, but now they don't. Nothing’s really changed - except the the default shell Apple uses is n

Re: Netbeans installer on macOS Big Sur can't find JDK

2020-12-23 Thread Scott Palmer
No, that’s JAVA_HOME in your command-line shell. NOT the JAVA_HOME for GUI apps. To get the JAVA_HOME that the IDE would see you need to use the launchctl command. Try: launchctl getenv JAVA_HOME Regards, Scott > On Dec 23, 2020, at 12:47 PM, Franck Arnulfo wrote: > >  > JAVA_HOME is va

Re: Netbeans installer on macOS Big Sur can't find JDK

2020-12-23 Thread Franck Arnulfo
JAVA_HOME is valid: farnulfo@MacBook-Pro ~ % echo $JAVA_HOME /Users/farnulfo/.sdkman/candidates/java/current farnulfo@MacBook-Pro ~ % $JAVA_HOME/bin/java -version openjdk version "11.0.9.1" 2020-11-04 OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.9.1+1) OpenJDK 64-Bit Server VM AdoptOpenJDK

Re: Netbeans installer on macOS Big Sur can't find JDK

2020-12-23 Thread Scott Palmer
I noticed something like this just yesterday when I was replacing my JDKs with Zulu JDK FX. Until I set JAVA_HOME with launchctl I would get the same message. Are you sure you don’t have a JAVA_HOME set for GUI apps that isn’t valid? (This is not the same as setting JAVA_HOME in the command lin

Re: [netbeans-platform] How to integrate UTF-8 .properties files efficiently?

2020-12-23 Thread Jerome Lelasseux
> Well since unfortunately the encoding of a property file is set as ISO-8859-1 > in it spec, I'd use a generator step in the build which would translate the > UTF-8 characters into \u of the final Bundle.properties. OK I've managed to use the -post-compile extension point to transcode the

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

2020-12-23 Thread Ralf Eichinger
I get no error. The debugging breakpoint in ShowEditorOnlyAction.actionPerformed() is reached and the method is executed: @Override public void actionPerformed( ActionEvent e ) { EditorOnlyDisplayer eod = EditorOnlyDisplayer.getInstance(); eod.setActive( !eod.isActive() );

netbeans decompiler

2020-12-23 Thread r.bottoni
Hello, in some cases i need to decompile java class files .. is there a decompiler for NB (to integrate to) ? Roberto -- Questa email è stata esaminata alla ricerca di virus da AVG. http://www.avg.com - To unsubscribe, e-mail