dan983
dan983

Reputation: 494

RCP exported EXE shows java console

I've created a very simple RCP application (essentially just a default view).

I then created a product file and Exported the product (as many online guides have demonstrated). However when I run the .exe file a java console is shown alongside my application splash screen. Is this normal behaviour? (I wasn't expecting a console to show as it's been exported/deployed).

Current research suggests I should:

Any further insight or advice would be appreciated.

Upvotes: 0

Views: 123

Answers (1)

greg-449
greg-449

Reputation: 111216

Look in the .product file at the 'Program Arguments' (on the 'Launching' tab in the editor). Remove the '-consoleLog' argument.

Upvotes: 2

Related Questions