Project folder name in NetBeans interfering with JSF/GlassFish deployment

前端 未结 1 1153
时光取名叫无心
时光取名叫无心 2021-01-26 22:09

I am not sure if this is a JSF issue or a NetBeans issue. I am very new to both. I am also not sure if stackoverflow is the best SE site for this, so if I am wrong please help

相关标签:
1条回答
  • 2021-01-26 22:59

    Netbeans has a compile cache that sometimes causes problems. You could delete the compile cache and see if it helps.

    Here are the steps from the answer to my question:

    1. Stop the server

    2. Clean the project

    3. Stop NetBeans

    4. Delete %HOME%.netbeans\6.9\var\cache

    5. Start NetBeans

    0 讨论(0)
提交回复
热议问题