jnlp file won't launch on Windows XP - maybe due to permissions

When launching a .jnlp file it simply hangs saying checking for latest versions.

I suspect this is to do with lack of permissions or the wrong Java version. Any ideas?

The java version I am using is 1.4.2_09. The .jnlp looks for

<j2se initial-heap-size="64m" max-heap-size="128m" version="1.4"/>

However this should be ok shouldn't it?

Also, can anyone tell me every possible folder used on the C: drive by Java Web Start. I tried the demos on the sun site and they opened fine. They use version="1.3+"/

[622 byte] By [muppet_tizera] at [2007-11-26 15:49:06]
# 1

Instead of ..

<j2se initial-heap-size="64m" max-heap-size="128m" version="1.4"/>

..I would rearrange that (to make it easier to read) to..

<j2se version="1.4" initial-heap-size="64m" max-heap-size="128m"/>

..then alter it to..

<j2se version="1.4+" initial-heap-size="64m" max-heap-size="128m"/>

If that fails to fix the problem, try posting your

complete JNLP file, as well as any stacktrace

in the web-start console.

AndrewThompson64a at 2007-7-8 22:08:42 > top of Java-index,Desktop,Deploying...