calling a class in another project Eclipse

前端 未结 7 930
执笔经年
执笔经年 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:10

    You should add another project in "Project" tab, or add class folder of the project in "Libraries" tab.

    example

提交回复
热议问题