lightcouch / LightCouch

CouchDB Java API
www.lightcouch.org
Apache License 2.0
67 stars 70 forks source link

Access Jar file through web service #48

Open remi0023 opened 8 years ago

remi0023 commented 8 years ago

I have a Java applet within a selfdeploying jar file which is accessible through a web service (e.g. http://localhost:80/lulu). The original implementation tooks the URL as a local network path which failed to find the jar. JarURLConnection handles the given URL correct and provides also a JarFile instance.