S
S
Sultan nuts2022-01-21 11:56:19
NetBeans
Sultan nuts, 2022-01-21 11:56:19

NetBeans Java autocomplete and compilation what's the problem?

First question. I press Ctrl + space, the auto-suggest does not come out, writes No suggestions. In the editor of the editor put the Java language 61ea74bde9698563962364.pngrestarted all the same "No suggentions".

Second question. Here is the usual output of the text

package javaapplication1;
public class JavaApplication1 {

  
    public static void main(String[] args) {
        System.out.printf("Hello world!");
    }
    
}

In the output it says
run:
BUILD SUCCESSFUL (total time: 0 seconds)

but does not display the text that I check. In the online compiler on the site, everything outputs there.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Orkhan Hasanli, 2022-01-21
@azerphoenix

Good afternoon.
Switch to Intellij Idea Community Edition (it's free).
https://www.jetbrains.com/ru-ru/idea/
Well, or Eclipse.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question