java.net.MalformedURLException: unknown protocol: rsrc

后端 未结 3 1833
旧巷少年郎
旧巷少年郎 2020-12-11 19:00

I get this;

java.net.MalformedURLException: unknown protocol: rsrc

I\'m not entirely sure what to do about this unknown protocol. I am usin

相关标签:
3条回答
  • 2020-12-11 19:11

    I finally figured it out. When using Eclipse and exporting a runnable jar file, make sure to choose under Library Handling:

    Extract required libraries into generated JAR
    

    That will fix this particular issue and probably many others.

    0 讨论(0)
  • 2020-12-11 19:16

    this option definitely works: Export > Runnable Jar File > Copy required libraries into a sub-folder

    0 讨论(0)
  • 2020-12-11 19:29

    Sorry, it's already too late on this side of the globe and I missed the your phrase! :-) What about this issue? Basically, is the server running from a path in the filesystem with spaces in the pathname?

    0 讨论(0)
提交回复
热议问题