문제

I use a ini file to setup fonts and colors (instead of the registry). I have linked the ini file like this:

Properties->ProgressOpenEdge->Startup parameters->
"-basekey ini -ininame C:\somepath\ini\progress11.ini"

If I make a small run file (and press run) the ini file is correctly loaded:

run start.w

But if I press run on the start file the ini file is not loaded (getting font errors). How to setup eclipse to load the ini file correct?

Edit: Had to have 2 more reputation to show images.

도움이 되었습니까?

해결책

On the "run" button there's a "downarrow". Click on that, and then click on "run configurations" - that'll enable you to set the startup parameters for the run button.

enter image description here

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top