Java.io.IOException:The same input jar [E:\Jre\lib\rt.jar] is specified twice.

Source: Internet
Author: User

When you perform a Maven install package, the following error message appears:

[INFO] Proguard jar:e:\maven\mvnrespo\net\sf\proguard\proguard-base\5.2\proguard-base-5.2. Jar[Proguard] Proguard, version5.2[Proguard] Java. IO. IOException: the same input jar [E:\Jre\lib\rt. Jar] is specified twice. [Proguard] at Proguard. Configurationchecker. Checkconflicts(Configurationchecker. Java:216) [Proguard] at Proguard. Configurationchecker. Check(Configurationchecker. Java: -) [Proguard] at Proguard. Proguard. Execute(Proguard. Java: the) [Proguard] at Proguard. Proguard. Main(Proguard. Java:538)

The same input jar [E:\Jre\lib\rt.jar] specified twice
I specified it once in the Pom file:
<lib>${java.home}/lib/rt.jar</lib>

It is also specified once in the "proguard.conf" file:
-libraryjars <java.home>/lib/rt.jar

Delete One of them is a yes.

Java.io.IOException:The same input jar [E:\Jre\lib\rt.jar] is specified twice.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.