need help changing my package name in eclipse

前端 未结 7 542
梦如初夏
梦如初夏 2020-12-17 14:05

so my package name is com.soundboard right now.

obviously this name is taken...I am having trouble changing it throughout the package name.

I checked a few p

7条回答
  •  粉色の甜心
    2020-12-17 14:45

    Got the same problem. I forgot to redefine package in Manifest file

    Also remember to change package in your *.java files (on top of txt file)

提交回复
热议问题