How can I embed one of the JRE libraries (say, rt.jar) into my WAR using Maven?
Is there a maven plugin/command to do so?
feedback
|
|
Putting an This is just as well. If the Java runtime used your If you are planning to do this to "fix" some behavior in the class library, my advice would be:
| |||
|
feedback
|
|
I don't think that's a good idea. | |||||
feedback
|
|
As adarshr above has already pointed out, it's not a good idea to provide your own JRE jars. Just in case you need to include some other jar you don't find on the maven repositories, you can add downloaded jars following these steps:
| |||||||
feedback
|