Skip to content
Discussion options

You must be logged in to vote

Ould you giive what you have tried

What error do you have?

It is not $PROJECT_DIR but $PROJECT_DIR$

jails.exe -jai_path $PROJECT_DIR$/src should set jai-path with the project dir/src

You should write also:

$PROJECT_DIR$/jails.exe -jai_path $PROJECT_DIR$/src should set jai-path with the project dir/src if you copy/paste jails.exe on the project root.

Please take care of space in your folder, if you have some space, use double quote:

jails.exe -jai_path "$PROJECT_DIR$/src"

You should see the resolved path on teh bottom of the command editor:

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@zendril
Comment options

@zendril
Comment options

@zendril
Comment options

Answer selected by zendril
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants