Thanks for your answer, but I've already done this thing, with a Python server which "catch" the command line and execute it.
But what I would like to do is :
- get COM port list from IDE and construct this list in web page
- select a board from webpage and thi slection select card in IDE
And as I launch webpage in JavaFx from IDE, I use Java interaction.
Thanks.