Unable to import project to zip project in NetBeans

When I tried to import the zipped project, it doesn't appear in the Netbeans IDE, but is added to the file location. How can I solve this problem, make my project available in the Netbeans IDE.

+3


source to share


3 answers


Create a new project in netbeans of the type you want. A name of the same name will be created in the workspace folder, you just extract all the files in this folder and then update to netbeans.



You are done :)

+2


source


The error is also due to the Netbeans plugin. Example. If you do not have the Java EE Base plugin installed then you cannot import java web projects into netbeans.



0


source


To import a zipped file into your beans network, make sure it is in ZIP format and not .RAR or .RAR5 format. If your zip folder doesn't show up when you want to import it, convert it to zip format using the following steps:

  • Extract it to another folder
  • Right click on the extracted folder and select the archive folder
  • Then select the ZIP format and click "OK"
0


source







All Articles