NetBeans open project problem

后端 未结 4 1253
谎友^
谎友^ 2021-01-17 12:54

I created a NetBeans project. I took the project folders zipped to another machine and tried opening it in NetBeans. NetBeans didn\'t identify it as a NetBeans project. I ha

相关标签:
4条回答
  • 2021-01-17 13:00

    Try using create new project from existing resources. This may solve the issue.

    0 讨论(0)
  • 2021-01-17 13:15

    I just copied whole project into place in system where NetBeans stores projects (in windows it's user\username\Documents\NetBeansProjects\ by default), then started NetBeans and voila - worked great :)

    0 讨论(0)
  • 2021-01-17 13:19

    I discovered this solution and it worked for me: http://netbeans-org.1045718.n5.nabble.com/Netbeans-Crashes-Since-Windows-Update-td5752603.html

    The fix is to remove the GodMode shortcut that may have been created on your Desktop or on the root of the %systemdrive%.

    0 讨论(0)
  • 2021-01-17 13:24

    You can try this:

    1. Create a new project on the target machine
    2. Find where the project you want to open is stored and open the src folder.
    3. Copy all the files and stuff in the /src folder
    4. Go on Netbeans, expand the tree view of the project you have just created, right click on source packages and click paste. It should paste the files in the /src folder as packages. You should also see the code these packages contain.
    0 讨论(0)
提交回复
热议问题