ES231 fail due to below Kuromoji error

What you told is right that it doesn't able to identify the jar

Kuromiji works fine while we run as standalone server(by running the elasticsearch.bat) but we are trying to run the elastic search using code

Actually we are trying to create the nodeclient in code as follows

node = nodeBuilder().settings( ImmutableSettings.settingsBuilder().put("node.name", "tb_es_indexer")
.build()).node();
client = node.client();

It requires the path.home to fetch the jars but we cant place the jars in right location
We added the kuromoji jar in build path but we cant fetch the jar as we required

Please let me know your comments