0

I want to use methods contained in my .jar file in node.js. Until now I just wanted to execute this .jar, so I did it with child_process.

I found this thread : Calling a java method in Node js with a detailed answer but I'm not quite sure what to chose. Are there more options 3 years later ?

What should I pick I'm kinda lost ?

Fahim Ahmed
  • 141
  • 11
gaalee
  • 105
  • 1
  • 7
  • 1
    You'd *fundamentally* have to use these options. Communicating between different applications and different languages and different *runtimes* mandates it. At best, you might find a library or a tool that streamlines this process but it's going to be the same thing underneath. – VLAZ May 21 '19 at 08:41
  • IMO the duplicate is quite extensive, there is nothing to add. And without any exact usecase there is no way for us to judge which works best for you – Jonas Wilms May 21 '19 at 08:57
  • Ok, if there is nothing new, its indeed a duplicate. Thanks – gaalee May 21 '19 at 09:11

0 Answers0