Buck Tegowski
Buck Tegowski

Reputation: 21

I have Netbeans 8.1 it only supports C/C++ and does support java.

I have Netbeans 8.1 it only supports C/C++ and does support java. I need Netbeans 8.1 to support Java projects. What do I have to do to get Netbeans to support java development?

Upvotes: 1

Views: 51

Answers (2)

DevilsHnd - 退した
DevilsHnd - 退した

Reputation: 9192

Download Install a Java JDK 8 (or whatever Java JDK) and then register it within the NetBeans IDE.

1) In the IDE, choose Tools > Java Platforms from the main menu.

2) Click Add Platform in the Java Platform Manager dialog.

3) In the Add Java Platform dialog, select Java Standard Edition and click Next.

4) Specify the directory that contains the JDK and click Next.

Read this link.

Upvotes: 0

chalitha geekiyanage
chalitha geekiyanage

Reputation: 6812

Go to Tools -> Plugins -> Installed tab. Then locate and select Java SE and Click Activate button at the bottom.

Upvotes: 1

Related Questions