Skip to content
Snippets Groups Projects
Commit c086fb17 authored by Andrey Ruzhanskiy's avatar Andrey Ruzhanskiy
Browse files

Please work

parent 5fc7872b
No related branches found
No related tags found
1 merge request!24Feat/brailletextrasterizer 38
......@@ -144,7 +144,8 @@ public final class App {
try {
// Logging example
mLogger.info("Application started");
System.setProperty("jna.library.path", "/third_party");
System.setProperty("jna.library.path", System.getProperty("user.dir") + "/third_party");
System.out.println(System.getProperty("java.library.path"));
// Parse command line parameters
CommandLineParser cliParser = new CommandLineParser();
SettingsWriter settings = cliParser.parse(args);
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment