Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在不下载 jar 文件的情况下从小程序内部获取属性文件列表?
我可以使用 jar 阅读器获取 jar 文件getCodeBase()并将其与 jar reader 一起使用,但这个选项对我来说是不可接受的,因为我必须再次下载该文件。
getCodeBase()
我不想再次下载该文件。我想使用已经下载并运行的那个。
我想用我已经下载的那个。。
那么是什么阻止了你?请注意,对于已缓存的任何资源,指向服务器的 URL 将导致 JVM 使用缓存的副本(即使控制台另有指示)。