Facing following error while building my java library : console: Failed to install '':...












1















Facing following error while building my java library :



 console: Failed to install '': java.nio.charset.UnsupportedCharsetException: cp0.


Build gets successful, however above error is reported.
Please suggest, how this can be solved.










share|improve this question













closed as unclear what you're asking by Unheilig, Lajos Arpad, greg-449, Bilal Ahmed, Elemental Nov 22 '18 at 13:11


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.



















  • Hard to tell, but I would guess one of the resource file is encoded with this weird charset cp0.

    – Benoit
    Nov 22 '18 at 8:14











  • Thanks, i would re-check that. This gives me at-least a direction to look in to.

    – Naveen Munjal
    Nov 22 '18 at 8:24






  • 1





    Please provide the relevant part of your code. Add a Minimal, Complete, and Verifiable example including proper example input/output data.

    – Bsquare ℬℬ
    Nov 22 '18 at 8:33











  • This question may help

    – Benoit
    Nov 22 '18 at 8:35











  • Thanks, the answer on the above mentioned question helped me fix this problem. Specifically : add "-Dpython.console.encoding=UTF-8" to the Run Configurations -> VM arguments.

    – Naveen Munjal
    Nov 22 '18 at 10:22
















1















Facing following error while building my java library :



 console: Failed to install '': java.nio.charset.UnsupportedCharsetException: cp0.


Build gets successful, however above error is reported.
Please suggest, how this can be solved.










share|improve this question













closed as unclear what you're asking by Unheilig, Lajos Arpad, greg-449, Bilal Ahmed, Elemental Nov 22 '18 at 13:11


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.



















  • Hard to tell, but I would guess one of the resource file is encoded with this weird charset cp0.

    – Benoit
    Nov 22 '18 at 8:14











  • Thanks, i would re-check that. This gives me at-least a direction to look in to.

    – Naveen Munjal
    Nov 22 '18 at 8:24






  • 1





    Please provide the relevant part of your code. Add a Minimal, Complete, and Verifiable example including proper example input/output data.

    – Bsquare ℬℬ
    Nov 22 '18 at 8:33











  • This question may help

    – Benoit
    Nov 22 '18 at 8:35











  • Thanks, the answer on the above mentioned question helped me fix this problem. Specifically : add "-Dpython.console.encoding=UTF-8" to the Run Configurations -> VM arguments.

    – Naveen Munjal
    Nov 22 '18 at 10:22














1












1








1








Facing following error while building my java library :



 console: Failed to install '': java.nio.charset.UnsupportedCharsetException: cp0.


Build gets successful, however above error is reported.
Please suggest, how this can be solved.










share|improve this question














Facing following error while building my java library :



 console: Failed to install '': java.nio.charset.UnsupportedCharsetException: cp0.


Build gets successful, however above error is reported.
Please suggest, how this can be solved.







java






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 22 '18 at 7:35









Naveen MunjalNaveen Munjal

766




766




closed as unclear what you're asking by Unheilig, Lajos Arpad, greg-449, Bilal Ahmed, Elemental Nov 22 '18 at 13:11


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.









closed as unclear what you're asking by Unheilig, Lajos Arpad, greg-449, Bilal Ahmed, Elemental Nov 22 '18 at 13:11


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.















  • Hard to tell, but I would guess one of the resource file is encoded with this weird charset cp0.

    – Benoit
    Nov 22 '18 at 8:14











  • Thanks, i would re-check that. This gives me at-least a direction to look in to.

    – Naveen Munjal
    Nov 22 '18 at 8:24






  • 1





    Please provide the relevant part of your code. Add a Minimal, Complete, and Verifiable example including proper example input/output data.

    – Bsquare ℬℬ
    Nov 22 '18 at 8:33











  • This question may help

    – Benoit
    Nov 22 '18 at 8:35











  • Thanks, the answer on the above mentioned question helped me fix this problem. Specifically : add "-Dpython.console.encoding=UTF-8" to the Run Configurations -> VM arguments.

    – Naveen Munjal
    Nov 22 '18 at 10:22



















  • Hard to tell, but I would guess one of the resource file is encoded with this weird charset cp0.

    – Benoit
    Nov 22 '18 at 8:14











  • Thanks, i would re-check that. This gives me at-least a direction to look in to.

    – Naveen Munjal
    Nov 22 '18 at 8:24






  • 1





    Please provide the relevant part of your code. Add a Minimal, Complete, and Verifiable example including proper example input/output data.

    – Bsquare ℬℬ
    Nov 22 '18 at 8:33











  • This question may help

    – Benoit
    Nov 22 '18 at 8:35











  • Thanks, the answer on the above mentioned question helped me fix this problem. Specifically : add "-Dpython.console.encoding=UTF-8" to the Run Configurations -> VM arguments.

    – Naveen Munjal
    Nov 22 '18 at 10:22

















Hard to tell, but I would guess one of the resource file is encoded with this weird charset cp0.

– Benoit
Nov 22 '18 at 8:14





Hard to tell, but I would guess one of the resource file is encoded with this weird charset cp0.

– Benoit
Nov 22 '18 at 8:14













Thanks, i would re-check that. This gives me at-least a direction to look in to.

– Naveen Munjal
Nov 22 '18 at 8:24





Thanks, i would re-check that. This gives me at-least a direction to look in to.

– Naveen Munjal
Nov 22 '18 at 8:24




1




1





Please provide the relevant part of your code. Add a Minimal, Complete, and Verifiable example including proper example input/output data.

– Bsquare ℬℬ
Nov 22 '18 at 8:33





Please provide the relevant part of your code. Add a Minimal, Complete, and Verifiable example including proper example input/output data.

– Bsquare ℬℬ
Nov 22 '18 at 8:33













This question may help

– Benoit
Nov 22 '18 at 8:35





This question may help

– Benoit
Nov 22 '18 at 8:35













Thanks, the answer on the above mentioned question helped me fix this problem. Specifically : add "-Dpython.console.encoding=UTF-8" to the Run Configurations -> VM arguments.

– Naveen Munjal
Nov 22 '18 at 10:22





Thanks, the answer on the above mentioned question helped me fix this problem. Specifically : add "-Dpython.console.encoding=UTF-8" to the Run Configurations -> VM arguments.

– Naveen Munjal
Nov 22 '18 at 10:22












1 Answer
1






active

oldest

votes


















1














As suggested in question, the solution is to :
add "-Dpython.console.encoding=UTF-8" to the Run Configurations -> VM arguments.






share|improve this answer






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    As suggested in question, the solution is to :
    add "-Dpython.console.encoding=UTF-8" to the Run Configurations -> VM arguments.






    share|improve this answer




























      1














      As suggested in question, the solution is to :
      add "-Dpython.console.encoding=UTF-8" to the Run Configurations -> VM arguments.






      share|improve this answer


























        1












        1








        1







        As suggested in question, the solution is to :
        add "-Dpython.console.encoding=UTF-8" to the Run Configurations -> VM arguments.






        share|improve this answer













        As suggested in question, the solution is to :
        add "-Dpython.console.encoding=UTF-8" to the Run Configurations -> VM arguments.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 22 '18 at 10:24









        Naveen MunjalNaveen Munjal

        766




        766

















            Popular posts from this blog

            Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

            Does disintegrating a polymorphed enemy still kill it after the 2018 errata?

            A Topological Invariant for $pi_3(U(n))$