Embedding XULRunner application on Java

前端 未结 6 2199
天命终不由人
天命终不由人 2021-01-01 03:30

My goal is to get Limewire(JAVA) and Songbird(XULRunner) to run together.

I was thinking the best way is to run the XUL application(songbird) inside

6条回答
  •  粉色の甜心
    2021-01-01 03:57

    I am currently researching XUL for a new product and I came across JavaXPCOM which allows Java code to interact with XPCOM objects. I'm still wrapping my head around the Mozilla stack, but from what I understand all XULRunner applications use XPCOM. Therefore, it seems like you should be able to embed Songbird with this approach.

提交回复
热议问题