I am trying to install OFBiz in debug mode on my Windows 7 machine. I downloaded the OFBiz zip file, extracted it in the folder and then run the following command
gradelw ofbizDebug
But it hangs as in the figure below at 91%
The command line has hanged their for last 4 hours or so without any progress and there are no errors either. Can anybody tell me what could be wrong or how to proceed from there?
Asked
Active
Viewed 412 times
0

Vy Do
- 46,709
- 59
- 215
- 313

Muhammad Adeel Zahid
- 17,474
- 14
- 90
- 155
1 Answers
2
I think OFBiz does not hang and that you should be able to access and work with it without problems. The Gradle percentage is bit misleading here, it does not reach 100% as long as OFBiz is running.

Michael Brohl
- 782
- 5
- 21
-
Thanks @Michael, I am having problem importing obbiz in eclipse. When I import the project after `gradlew eclipse` the project show build errors. I have jdk 1.8 installed which is required for ofbiz 16.11.* – Muhammad Adeel Zahid Jan 14 '17 at 23:31
-
Hi @Pi-Sigma, this seems to be another topic apart from the original question. Please create another topic for it and provide some more info, e.g. what are the build errors? – Michael Brohl Jan 15 '17 at 09:34