How do you combine Java and jxbrowser processes in

2019-08-18 08:08发布

We have a pretty huge application that runs on JVM and relies heavily on jxbrowser. Whenever we run our application we see the following process tree in task explorer (which does change from time to time unintentionally and by itself):

  • Java(TM) Platform SE binary (32 bit) (5)
    • BrowserCore Chromium native Process
    • BrowserCore Chromium native Process
    • BrowserCore Chromium native Process
    • BrowserCore Chromium native Process
    • Java(TM) Platform SE binary

My goal is simple, make sure the process tree is always a single line with a set name [app name].

The reason is primarily security related; on high security networks, unidentified processes are a problem.

Failed solutions considered:

  • Dname: windows and security software doesn't see it.
  • Launch4j: process name tag is depreciated.

1条回答
Ridiculous、
2楼-- · 2019-08-18 08:24

Unfortunately, it is not possible as JxBrowser has a multi-process architecture, which does not allow to combine everything in one .exe file.

查看更多
登录 后发表回答