netbeans-8

Netbeans 8.2 - synchronise/upload/download missing

断了今生、忘了曾经 提交于 2021-01-29 10:31:47
问题 I am using NetBeans 8.2. I noticed that the remote synchronisation / download and upload entry is missing in the context menu suddenly. How it should look like: I already restarted netbeans. What can I do? 回答1: The issue is arising because you are comparing the context menu on the Files tab with the context menu on the Projects tab. I see the same thing for a PHP project. Projects tab (with context menu entries): Files tab (without context menu entries): I suspect that the menu entries are

Netbeans 8.2 autocomplete for FXML document is always showing “No suggestions”

自古美人都是妖i 提交于 2021-01-27 13:10:21
问题 I created a JavaFX project in Netbeans 8.2 for the first time and autocomplete for FXML document is always showing "No suggestions". For example: I have seen a similar question, e.g. Netbeans7.1 & JavaFX 2.0 - FXML code completion doesn't work, but I am not getting the same results from the solution proposed there (possibly because the version of Netbeans is different). What do I need to do to get autocomplete in FXML documents? Thanks! 回答1: Just for fun I installed Netbeans 8.1 for Java SE

NetBeans doesn't recognize that dependency is a local project - how to fix?

情到浓时终转凉″ 提交于 2021-01-05 07:45:10
问题 I have two pairs of projects that I develop in NetBeans, both of which have a GUI project, and a library project, where the GUI project depends on the library one. In one of them, NetBeans recognizes that the dependency is local, and indicates as such with an Ma symbol, as seen below, with the dependency project in green: This provides some nice functionality, most notably that the "Navigate to" (ctrl+click) functionality from the GUI project takes me to the source code in the library project

Compile Single file in a project in netbeans

…衆ロ難τιáo~ 提交于 2021-01-01 06:44:12
问题 I am using NetBeans Ide 8.2 on ubuntu 16 I am learning C and C++ programming hence the program i make are not related and when I try to create multiple file in a project the include multiple main() function which return error error: multiple main function found I want to create separate file for each program but I don't want to create separate project for all the program. please suggest me a way & I am sorry for my language , I hope i am able to make you understand my problem. 回答1: To have

Compile Single file in a project in netbeans

北战南征 提交于 2021-01-01 06:43:15
问题 I am using NetBeans Ide 8.2 on ubuntu 16 I am learning C and C++ programming hence the program i make are not related and when I try to create multiple file in a project the include multiple main() function which return error error: multiple main function found I want to create separate file for each program but I don't want to create separate project for all the program. please suggest me a way & I am sorry for my language , I hope i am able to make you understand my problem. 回答1: To have

Netbeans + Maven (Updating Central Repositories)

瘦欲@ 提交于 2020-05-15 09:36:09
问题 I recently faced issues building my project due to "HTTPS Required" error. This issue was solved by modifying my pom.xml as described here, adding the following: <pluginRepositories> <pluginRepository> <id>central</id> <name>Central Repository</name> <url>https://repo.maven.apache.org/maven2</url> <layout>default</layout> <snapshots> <enabled>false</enabled> </snapshots> <releases> <updatePolicy>never</updatePolicy> </releases> </pluginRepository> </pluginRepositories> <repositories>

Unable to connect to the NetBeans Distribution because of Zero sized file

假装没事ソ 提交于 2020-02-21 13:35:04
问题 I recently reinstalled Netbeans IDE on my Windows 10 PC in order to restore some unrelated configurations. When I tried checking for new plugins in order to be able to download the Sakila sample database, I get this error. I've tested the connection on both No Proxy and Use Proxy Settings, and both connection tests seem to end succesfully. I have allowed Netbeans through my firewall, but this has changed nothing either. I haven't touched my proxy configuration, so it's on default (autodetect)

Unable to connect to the NetBeans Distribution because of Zero sized file

南笙酒味 提交于 2020-02-21 13:34:16
问题 I recently reinstalled Netbeans IDE on my Windows 10 PC in order to restore some unrelated configurations. When I tried checking for new plugins in order to be able to download the Sakila sample database, I get this error. I've tested the connection on both No Proxy and Use Proxy Settings, and both connection tests seem to end succesfully. I have allowed Netbeans through my firewall, but this has changed nothing either. I haven't touched my proxy configuration, so it's on default (autodetect)

why does netbeans 8 want to install unused cordova plugins

跟風遠走 提交于 2020-02-05 04:20:09
问题 I'm trying to emulate a Cordova project in Netbeans 8. I'm getting an error while it tries to clone plugins for the project. I would also like to resolve that issue, but moreso don't understand why it needs these plugins. I am not using features that need the camera, file-transfer, or many others. I can use npm to run cordova plugin add xxx , but when i rerun, netbeans just tries to git clone the next plugin that i don't need. Why and how do i tell netbeans to skip them? ant -f C:\\DATA\

Server Location (Catalina Home) folder is not valid

送分小仙女□ 提交于 2020-01-31 03:42:45
问题 Trying to create Web application based on Tomcat. Can't set Tomcat folder: Error: The specified Server Location (Catalina Home) folder is not valid. How to fix this problem? 回答1: Netbeans 8.1 doesn't support Tomcat 9. Upgrade your Netbeans to 8.2, or use Tomcat 8 instead. 回答2: Try to set the environment variables: PATH: ......C:\Progra..\Java\jdk1.7.0_51 C:\apache-tomcat-7.0.52-windows-x86\apache-tomcat-7.0.52\bin CATALINA_HOME: F:\apache-tomcat-7.0.52-windows-x86\apache-tomcat-7.0.52 JAVA