Bad path warning, where is it coming from?

后端 未结 4 1015
野性不改
野性不改 2021-02-02 10:02

When I compile my project with compiler warnings (JDK 1.5) I get a bunch of bad path element warnings:

Warning:: [path] bad path element \"C:\\Users\\User\\MyJava\\commo

4条回答
  •  故里飘歌
    2021-02-02 10:25

    According to this, the issue is that in third party jars there is a reference to these in the manifest. The message can be disabled by adding -Xlint:-path to the compilation parameters.

提交回复
热议问题