Hi @Mario248,
JcrUtil is way to go, for the method you have used createPath(java.lang.String absolutePath, java.lang.String nodeType, Session session) you need to set absolute path, e.g if you want to create structure under /var code should look like this:
JcrUtil.createPath("/var/temp/parentProdu...