Menu

#20 JWS fails with JDK 1.4

open
nobody
5
2004-03-09
2004-03-09
Alex Jacoby
No

The JWS config file requires JDK 1.2 or 1.3. It failed
to load when I tried loading it on my machine with just
1.4.2 installed.

System details: Mozilla (Firebird 0.6.1) with Sun JDK
1.4.2 on SuSE.

Error details:
Get to "Requesting JDK 1.2 1.3 from java.sun.com"

Fix?:
In the JNLP file, add 1.4 to the section
<resources>
<j2se version="1.2 1.3"/>
...
</resources>

Discussion


Log in to post a comment.