tonikelope / megabasterd

Yet another unofficial (and ugly) cross-platform MEGA downloader/uploader/streaming suite.
GNU General Public License v3.0
4.53k stars 595 forks source link

Compilation error #553

Open bovirus opened 1 year ago

bovirus commented 1 year ago

@tonikelope

Compilation latest original source with Apache Netbeans 16 (tested also on v. 17 and 18) I got this two error

tested with Java JDK 1..8 and 11.0

com/tonikelope/megabasterd/FileMergerDialog.java:[135,32] cannot find symbol symbol: method readString(java.nio.file.Path) location: class java.nio.file.Files

com/tonikelope/megabasterd/FileSplitterDialog.java:[149,18] cannot find symbol symbol: method writeString(java.nio.file.Path,java.lang.String) location: class java.nio.file.Files

Thanks.