Hi I am new to the Semantic Web domain and Apache Jena enviroments too, which is why I am posting this question.
I have a project that makes use of Jena API. And when I
Like any java program with command line execution, you can call main directly:
main
org.apache.jena.fuseki.FusekiCmd.main("--loc=DB", "--update", "/ds") ;
This can be in a forked thread if you want.