Re: How force the java sticky cache ?
- From: daf <davfrancois@xxxxxxxxx>
- Date: Thu, 6 Dec 2007 02:46:55 -0800 (PST)
On 6 déc, 11:04, "Andrew Thompson" <u32984@uwe> wrote:
daf wrote:
...
[quoted text clipped - 29 lines]
Message posted via JavaKB.comhttp://www.javakb.com/Uwe/Forums.aspx/java-general/200712/1
this is the "main" jnlp. There is also 2 others
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0+" codebase="$$codebase">
<information>
<title>...</title>
<vendor>...</vendor>
'...'?!
Please don't waste my (and anybody else's) bandwidth
with this rot. I will repeat..
*If it is not publicly available, you might need to
change the codebase before posting it (for privact),
but otherwise leave it exactly as is.*
I will stress the part you apparently missed ..'*exactly* as is'.
Note that both the other JNLP files referenced (and yes,
as well as any *they* reference) might also be relevant.
Post them as well - but not if you intend to play these
silly, coy games. If that is the case, hire yourself a
consultant that guarantees privacy, and stop wasting
our time.
--
Andrew Thompsonhttp://www.physci.org/
Message posted via JavaKB.comhttp://www.javakb.com/Uwe/Forums.aspx/java-general/200712/1
I am sorry if i was "wasting your time" I just ask for some help...
The 2 others jnlp :
the first one
<?xml version="1.0" encoding="utf-8"?>
<!-- JNLP File for activation.jar third party extension -->
<jnlp spec="1.0+" codebase="$$codebase" href="$$codebase/acegi.jnlp">
<information>
<title>acegi-security</title>
<vendor>Sourceforge</vendor>
<homepage href="null"/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<jar href="lib/acegi-security-1.0.0.jar" />
</resources>
<component-desc/>
</jnlp>
the next one
<?xml version="1.0" encoding="utf-8"?>
<!-- JNLP File for activation.jar third party extension -->
<jnlp spec="1.0+" codebase="$$codebase" href="$
$codebasejavaHelp.jnlp">
<information>
<title>java help</title>
<vendor>java help</vendor>
<homepage href="null"/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<jar href="lib/jh.jar" />
</resources>
<component-desc/>
</jnlp>
.
- Follow-Ups:
- Re: How force the java sticky cache ?
- From: Andrew Thompson
- Re: How force the java sticky cache ?
- References:
- How force the java sticky cache ?
- From: daf
- Re: How force the java sticky cache ?
- From: Andrew Thompson
- Re: How force the java sticky cache ?
- From: daf
- Re: How force the java sticky cache ?
- From: Andrew Thompson
- How force the java sticky cache ?
- Prev by Date: Re: Printing a HTML Document
- Next by Date: Re: Great SWT Program
- Previous by thread: Re: How force the java sticky cache ?
- Next by thread: Re: How force the java sticky cache ?
- Index(es):
Relevant Pages
|