0

I'm a newbie in Java. and today i started learning Apache OFBiz. and then document have a paragraph is "Start the server by typing the following at the command line : java -Xmx256M -jar ofbiz.jar" . where command line and What I have to do ? i used Eclipse Thanks very much!

Tuan-IT
  • 131
  • 1
  • 11

1 Answers1

1

Windows button + R, in the box type CMD and enter, that opens the command line. Then using cd, go to the location where your .jar is located, and execute the command.

Manuel S.
  • 411
  • 8
  • 21