home › Forums › # Technical Support › Importing FCL file in java code and use it › Reply To: Importing FCL file in java code and use it
June 15, 2017 at 00:34
#2562
Keymaster
Hi,
thank you for your post.
Engine engine = new FclImporter().fromFile(new File("path/to/your-file.fcl"));
For more information, please refer to the documentation on fuzzylite.com/documentation.
Cheers,
Juan.