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!
Asked
Active
Viewed 91 times
0
-
2That means "use a terminal"... – Jean-Baptiste Yunès Jul 08 '16 at 10:06
-
@Jean-BaptisteYunès but my laptop run windown – Tuan-IT Jul 08 '16 at 10:08
-
1..which means use the windows-CMD. To use the mentioned command you have to navigate to the folder where your .jar is – Jan Jul 08 '16 at 10:08
-
@Tuan-IT there is a terminal on Windows... Terminal is a generic name for interactive command line interface application. – Jean-Baptiste Yunès Jul 08 '16 at 10:10
-
Open `CMD` program, change directory to ofbiz location and run this command: `ant.bat start` – Rong Nguyen Aug 02 '16 at 04:15
-
If you use Eclipse, open 'ant' window, drag `build.xml` file from explorer and drop to `ant` window, find the `start` task and double-click – Rong Nguyen Aug 02 '16 at 04:17
1 Answers
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