已采纳回答 / Island_0001
可能是File的包导错了import java.io.File; (File的包)import java.nio.file.Path; (Path的包)Path file = new File("这里放你要存放二维码的位置(包括文件名)").toPath();其他没错的话应该不存在无法点出toPath()这个方法来的问题。
2016-08-02
zxing核心包core的maven坐标如下:
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>core</artifactId>
<version>3.2.1</version>
</dependency>
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>core</artifactId>
<version>3.2.1</version>
</dependency>
2016-08-02