FDT is an Application for Efficient Data Transfers which is capable of reading and writing at disk speed over wide area networks (with standard TCP). It is written in Java, runs an all major platforms and it is easy to use. FDT is based on an asynchronous, flexible multithreaded system and is using the capabilities of the Java NIO libraries.
I want to add a preprocessing filter and compile the project. But I can't compile the project by default, without any changes. I tried in CentOS 7 and 8, and I get this error:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project fdt: Compilation failure[ERROR] /root/Pictures/fdt-master/src/lia/util/net/common/Config.java:[926,23] error: cannot find symbol
How can I fix this error?
I would appreciate any hints.
I want to add a preprocessing filter and compile the project. But I can't compile the project by default, without any changes. I tried in CentOS 7 and 8, and I get this error:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project fdt: Compilation failure
[ERROR] /root/Pictures/fdt-master/src/lia/util/net/common/Config.java:[926,23] error: cannot find symbol
How can I fix this error? I would appreciate any hints.