Loading a remote WP website to Netbeans

File > New Project Categories select ‘PHP’ Project select ‘PHP Application from Remote Server’ click ‘Next’ and give the project a name and specify where local/downloaded files will be stored. click next Enter Project URL, and upload path on remote server (this probably be just / if WP is installed at root of the domain) … Read more

how to set default main class in java?

In the jar file you could just add this to your manifest.mft The jar file would then be executable and would call the correct main. On how to do this in Netbeans you can look at this: Producing executable jar in NetBeans

Can’t create project on Netbeans 8.2

You can solve your problem by deleting folder JDK-9. Restart Netbeans. It will give you a message if you want to use the default version of JDK. Press yes or ok. Or you can remove JDK-9 from your pc and install JDK-8.