Unbound class path variable java android eclipse

前端 未结 3 1419
故里飘歌
故里飘歌 2021-02-19 20:31

What does the meaning of Unbound Class Path variable on Eclipse? I got the error and don\'t know how to fix it.

3条回答
  •  渐次进展
    2021-02-19 20:52

    Cause

    Variable specified in .classpath not found.

    Resolution

    Goto Eclipe -> Preferences -> Java -> Build Path -> Classpath Variables

    Check if the specified variable is available.

    If not , Add it along with the expected value.

提交回复
热议问题