calling a class in another project Eclipse

前端 未结 7 927
执笔经年
执笔经年 2020-12-03 14:16

I have a project \"A\" and I need to call a class \"c\" from another project \"B\".

I have done the following. Click in \"A\" -->Properties -->Build Path --> and in

7条回答
  •  旧巷少年郎
    2020-12-03 15:00

    Put the Project B on the Build path, then do a Clean project from Project Menu option... and then use it..

    -

    Click in "A" -->Properties -->Build Path --> Projects ---> Add the Project --->Ok
    

提交回复
热议问题