Page 1 of 1

Error: Could not create the java virtual machine

Posted: Mon Nov 08, 2021 6:03 pm
by dhonore
Hello,

I would like to test the community version of Logicadoc

I am trying to install it on my PC ( a windows 10 laptop) but I have the following java error:

Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occured. Program will exit.

I have the last verion of the Java RunTime

I have attached several scheenshots.

Could help me?

Thanks

Didier

Re: Error: Could not create the java virtual machine

Posted: Tue Nov 30, 2021 9:27 am
by agaspa
Since LogicalDOC 8.3 you must have Java 11 installed in order to run the application.

Also I suggest to declare the JAVA_HOME variable and to put the /bin folder of Java installation dir in the path so that when you launch the command java -version you see something like

Code: Select all

C:\Users\youruser>java -version
java version "11.0.5" 2019-10-15 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.5+10-LTS)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.5+10-LTS, mixed mode)