|
|
This post was updated on .
Hello everyone.
i need to install OFBiz 13.07.
I have host with installed jre 1.8.0 and jdk 11.0
May I install OFBiz into this host?
Or I have to install jdk 1.8 only (jdk or jre? nowadays jdk is 11 and heigher version actually)
Command Prompt
[javac16] Compiling 150 source files to C:\apache-ofbiz-13.07.01\framework\entity\build\classes
[javac16] warning: [options] bootstrap class path not set in conjunction with -source 6
[javac16] warning: [options] source value 6 is obsolete and will be removed in a future release
[javac16] warning: [options] target value 1.6 is obsolete and will be removed in a future release
[javac16] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[javac16] C:\apache-ofbiz-13.07.01\framework\entity\src\org\ofbiz\entity\serialize\XmlSerializer.java:46: error: package javax.xml.bind does not exist
[javac16] import javax.xml.bind.DatatypeConverter;
[javac16] ^
[javac16] 1 error
[javac16] 4 warnings
BUILD FAILED
C:\apache-ofbiz-13.07.01\build.xml:228: The following error occurred while executing this line:
C:\apache-ofbiz-13.07.01\build.xml:244: The following error occurred while executing this line:
C:\apache-ofbiz-13.07.01\macros.xml:39: The following error occurred while executing this line:
C:\apache-ofbiz-13.07.01\common.xml:91: Compile failed; see the compiler error output for details.
Total time: 26 seconds
|