update the page:
https://cwiki.apache.org/confluence/display/ofbiz/demo+and+test+setup+guide
telling where to get the jar file and add it?
On 1/6/22 6:24 PM, Nicolas Malin wrote:
Hello Hans,
On the Reademe.adoc :
****
== Quick start
To quickly install and fire-up OFBiz, please follow the below
instructions from
the command line at the OFBiz top level directory (folder).
[[download-the-gradle-wrapper]]
=== Download the Gradle wrapper:
MS Windows: `init-gradle-wrapper`
Unix-like OS: `./gradle/init-gradle-wrapper.sh`
****
This came from the need to delivery the release source code without
binary as the ASF recommand.
Nicolas
On 06/01/2022 12:10, Hans Bakker wrote:
Today i installed ofbiz from scratch
i went to:
https://cwiki.apache.org/confluence/display/ofbiz/demo+and+test+setup+guide
which told be to install the latest version from
http://ofbiz.apache.org/download.html
i installed from
https://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-18.12.05.zip
unzipped the archive and....
started ofbiz with: ./gradlew ofbiz (i have linux)
the result: Error: Could not find or load main class
org.gradle.wrapper.GradleWrapperMain
the reason is that the gradle-wrapper.jar is missing in the
gradle/wrapper directory
should this file not be included in the zip I downloaded?
after installing this jar file it works....
Regards,
Hans