Page 1 of 1

Hot folder

Posted: Fri Mar 01, 2019 5:36 pm
by docteste
Hi.

I have installed the LogicalDoc Hot folder 2.4 with JAVA 8 build 1.8.0_201-b09,
When i try to install the program i get the following message:

Unrecognized option --add-modules.
Error: Could not create the Java Virtual Machine.

I think that Java doesn't allow java.se.ee anymore.

Is there a way to fix this?

Thanks

Re: Hot folder

Posted: Mon Mar 04, 2019 10:30 am
by agaspa
Hi docteste,
if you launch the .bat installer and you have Java 8 (Java 1.8) then you get your result.
The problem is that the java.se.ee module is no longer available for Java 11 and on the other hand the --add-modules option is not supported by Java 8.

So this is the procedure for Java 8 on Windows:
1) open a command prompt as Administrator and launch directly the jar file

Code: Select all

 java -jar logicaldoc-hotfolder-installer.jar
That's all
Br.
Alex