Skip to content

Notes for Windows Users

Cheng Li edited this page Sep 24, 2016 · 3 revisions

Launching the program

At the moment, the program launcher pyramid is only provided for Mac and Linux users. If you are a Windows user, you can launch the program from command prompt like this:

D:\pyramid-0.5.3>java -cp lib\* edu.neu.ccs.pyramid.application.AppLauncher config\welcome.properties

You can also set other JVM arguments such as memory allocation here:

D:\pyramid-0.5.3>java -Xms5g -Xmx10g -cp lib\* edu.neu.ccs.pyramid.application.AppLauncher config\welcome.properties

We will provide a convenient program launcher for Windows users soon.

Properties file

When you specify file paths in the properties files, please use /,

file.path = C:/directory

or use \\

file.path = C:\\directory

Clone this wiki locally