Skip to content

Running from Command Line

zmilla93 edited this page Sep 19, 2020 · 4 revisions

Running SlimTrade from the command line

SlimTrade can be run from the command line to cause debugging information, as well as errors, to be printed out. The easiest way to do this is with PowerShell.

Step 1

Open the folder containing SlimTrade, shift + right click inside the folder (not on the program), and select "Run PowerShell window here".

explorer_2020-03-18_21-28-57

Step 2

When PowerShell opens, run the following command: javaw -jar "slimtrade.jar"

image

SlimTrade will then run normally, but if an error occurs it will be printed into the console. This functionality will be expanded later on to include more debugging information.

Powershell comes standard with Windows, but if for whatever reason you don't have access to it, here is an article explaining how to run a program using command prompt instead. Switch out the final command for the one above.

Clone this wiki locally