<j2se version=1.4? What comes here for 1.4.0. LP>

What is the correct tag for the limited production version ?<j2se version=1.4-beta" href="http://java.sun.com/products/autodl/j2se"/> does unfortunately not work.
[196 byte] By [jjanke] at [2007-9-26 18:29:30]
# 1
My understanding is that is <i>won't</i> work until 1.4 is an actual release. Currently only 1.2 and 1.3 are functional.
uglyhead at 2007-7-3 2:46:43 > top of Java-index,Desktop,Deploying...
# 2
yep, i am having the same problem. when 1.4 is out of release candidate and its just 1.4.0, i think it should work
tmolina7000 at 2007-7-3 2:46:43 > top of Java-index,Desktop,Deploying...
# 3
actually i just had luck with the 1.4-rc (1.4 release candidate) that worked for me!
tmolina7000 at 2007-7-3 2:46:43 > top of Java-index,Desktop,Deploying...
# 4
Could you please list the entire tag? Is 1.4-rc in the version, the href, or both? I tried all sorts of combinations and it does not work.
jjanke at 2007-7-3 2:46:43 > top of Java-index,Desktop,Deploying...
# 5
This worked for me:<j2se version="1.4.0-rc" href=" http://java.sun.com/products/autodl/j2se"/>
jagula at 2007-7-3 2:46:43 > top of Java-index,Desktop,Deploying...
# 6
That did the trick !! Thanks,Jorg
jjanke at 2007-7-3 2:46:43 > top of Java-index,Desktop,Deploying...
# 7
> This worked for me:> <j2se version="1.4.0-rc"&gt; rc" href=" http://java.sun.com/products/autodl/j2se"/> What OS are you using? Under linux I get the 'cannot download requested JRE' error when I use this tag.
tedberg at 2007-7-3 2:46:43 > top of Java-index,Desktop,Deploying...
# 8
It's not working for me. I think 1.4.0-rc is not under auto-download yet. Did you have only the 1.4.0-rc jre in your jnlp <resources>, or did you have older versions too?Thanks
byttnerd at 2007-7-3 2:46:43 > top of Java-index,Desktop,Deploying...
# 9
Unfortunately, you need to install the 1.4.0-rc (JRE) manually. As far as I realize only production releases are automatically installed.My suff requires 1.4, so that is the only version.
jjanke at 2007-7-3 2:46:43 > top of Java-index,Desktop,Deploying...
# 10
You have to include the href part of the tag, even though you may have installed it locally yourself. See bug 4469701 in the Bug Database for confirmation.Bill
taterbill at 2007-7-3 2:46:43 > top of Java-index,Desktop,Deploying...