10'x it works just perfekt but how could i ommit the host .I mean how could
i use relative path
Neil Deakin wrote:
> The following should work.
>
> <img src="jar:http://www.yourdomain.com/some.jar!/images/someImage.png">
>
> / Neil
>
> Boris Savov wrote:
> > Hello,
> > how could I or could I store some files in one single jar file ...
> > for example java script files and image files
> > and than use in an HTML (load from the net..not installed in chrome)
> > something like this:
> > <script src="some.jar!/scripts/someScript.js"></script>
> > bla bla
> > <img src="some.jar!/images/someImage.png"></script>
> >
> > best regards
> >
> >
> >
> >