You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But, no matter which command arg I pass, the default server is started:
2018-09-02 21:05:25 INFO lia.util.net.copy.FDT main
FDT [ 0.26.1-201708081830 ] STARTED ...
2018-09-02 21:05:25 INFO lia.util.net.common.Config <init> Using lia.util.net.copy.PosixFSFileChannelProviderFactory as FileChannelProviderFactory
2018-09-02 21:05:25 INFO lia.util.net.common.Config <init> FDT started in server mode
2018-09-02 21:05:25 INFO lia.util.net.copy.FDT main FDT uses *blocking* I/O mode.
READY
2018-09-02 21:05:25 INFO lia.util.net.copy.FDTServer doWork FDTServer start listening on port: 54321
The text was updated successfully, but these errors were encountered:
Hi, is there any way I can use the FDT classes through a Java program without having to use a command line interface to invoke the JAR file?
I tried this:
public class Main {
But, no matter which command arg I pass, the default server is started:
2018-09-02 21:05:25 INFO lia.util.net.copy.FDT main
FDT [ 0.26.1-201708081830 ] STARTED ...
The text was updated successfully, but these errors were encountered: