I am new to Angular, I am wondering if there is any possibility of importing *.jar files inside Angular 5 components or Services. Thanks in advance!!
Asked
Active
Viewed 1,584 times
0
-
Maybe. See [*calling java methods in javascript code*](https://stackoverflow.com/a/6649204/1260204) and [*Run a .jar file with parameters from JavaScript*](https://stackoverflow.com/a/11822943/1260204) – Igor Sep 19 '18 at 19:23
-
3I don't think it's a good idea, and it's too broad to ask here. Typically, you want to consume java 'code' from a WebApi from angular. You really don't want to install .jar to all the clients computers – JFPicard Sep 19 '18 at 19:30
-
1Perhaps if you explain what exactly you want to do, you will find better options than import jar files in an angular project – dmarquina Sep 19 '18 at 19:46