When will 12.0 be released?

2020-05-17 Thread Geertjan Wielenga
Hi all, Apache NetBeans 12.0 will be released once many of you: 1. Download beta 4: http://bit.ly/download-12-0-beta-4 2. Try it out. Here is an overview of the newest features, though incomplete: https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+12.0 3. Fill in this very

Re: [C++]C++ plugin installation

2020-05-17 Thread Bilu
This solved my problems. http://bits.netbeans.org/dev/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/nbms/updates.xml.gz Le 14/05/2020 à 08:29, Bilu a écrit : > > I tried these available here: >

Re: Install NetBeans 11.3

2020-05-17 Thread Geertjan Wielenga
Can you look again at the Download page? It explicitly tells you about this. Gj On Sun, 17 May 2020 at 18:27, Svein Nilsen wrote: > Hi > > I use JDK 14.0.1 and im trying to install Nebeans but get error. > > Can anyone help? > > > > Thanks > > > > > > Sendt fra E-post

Install NetBeans 11.3

2020-05-17 Thread Svein Nilsen
Hi I use JDK 14.0.1 and im trying to install Nebeans but get error. Can anyone help? Thanks Sendt fra E-post for Windows 10 -- Denne e-posten har blitt sjekket for virus av antivirusprogramvare fra Avast https://www.avast.com/antivirus

No logging in NB output window

2020-05-17 Thread Jerome Lelasseux
Hi, I remember that with Netbeans8/JDK 8, when I ran my java program from Netbeans the logging output was shown in the Netbeans output window. And when an exception occured the stack trace was shown with hyperlinks to code source, which was super convenient. Today I use Netbeans 11.3 with

Re: set sources for a project to jdk 14

2020-05-17 Thread HRH
FYI. I use Netbeans 11.3 with JDK 14I had downloaded JDK 14 first, then Netbeans 11.3. Once NB 11.3 installed, it configured to JDK 14. On Sunday, May 17, 2020, 12:06:10 PM GMT+4:30, John Mc wrote: Hi, There is no Apache NetBeans 11.3, I suspect thats a typo? Also Apache NetBeans

Re: set sources for a project to jdk 14

2020-05-17 Thread Thufir
Hi, pardon, yes, Netbeans 11.3, the other was a typo. I downloaded NB daily build, so that in "compile" for a projects properties it shows JDK 14.  but, it still shows 11 in "sources" even though I'm using jdk 14 per: thufir@dur:~$ thufir@dur:~$ java -version openjdk version "14.0.1"

Re: set sources for a project to jdk 14

2020-05-17 Thread John Mc
Hi, There is no Apache NetBeans 11.3, I suspect thats a typo? Also Apache NetBeans 11.3 doesn't support Java 14 sources, Java 14 only was released in March, and 11.3 was released before that. I suspect this will be possible in the upcoming LTS release, Apache NetBeans 12.0. If you want you can

set sources for a project to jdk 14

2020-05-17 Thread Thufir
running NB 11.5 I have 11 as default and 14 available through Java Platforms; jdk 14 was installed via sdkman. However, when I go to the project: https://askubuntu.com/q/1240504/45156 only jdk 11 is available when selecting the project and then "sources" -- so how do I set the sources to

Re: Decompiler for java

2020-05-17 Thread Davide Grandi
Hello, for standalone java decompiler : simple  : http://java-decompiler.github.io complex : https://bytecodeviewer.com for (simple) I keep some older version at hand, 'cause for very old class files they give better results Sometimes. Cheers,     Davide On 17/05/2020 05:17, Brain

Re: Decompiler for java

2020-05-17 Thread Brain Rebooting
Yaah! It would be a good advice. Though it's challenging for me, but I will try it. Thank you. Samiul Alom Sium On Sun, May 17, 2020, 12:46 PM Emilian Bold wrote: > Note you are replying only to me, not the mailing list... > > I agree it would be nice to integrate a decompiler. Might be an

Re: Decompiler for java

2020-05-17 Thread Emilian Bold
> 1. Machine learning capabilities to code completion. Let's just put this under "better code completion". You don't know that only ML can provide this and it being ML will not necessarily make it better. For JS we could provide better code completion in commercial tooling using better static