That's a good workaround for launching the files locally - thank you for digging that up. Unfortunately, it won't work when deploying the JNLP files to a web server.

Looks like it might be time to submit another bug report to Sun...


On Jun 19, 2009, at 4:16 PM, Philippe Lhoste wrote:

Of course, as soon as I hit send, I had the idea to look at the JavaFX forum which has the same problematic (have to launch applications via JNLP).
I found this thread: 
http://forums.sun.com/thread.jspa?forumID=934&threadID=5390135
which gave the solution:

<jnlp spec="6.0+" codebase="file:.">

Works on my computer!

(I tried before: ".", "file:/.", "file:///.", and some other combinations! Of course, not the one which works...)

--
Philippe Lhoste
--  (near) Paris -- France
--  http://Phi.Lho.free.fr
--  --  --  --  --  --  --  --  --  --  --  --  --  --

Reply via email to