Prev: port 8080 is used by java.exe
Next: Could this unclosed() byteArrayInputStream cause high Heap usage?
From: zikester on 5 Feb 2010 13:21 Sorry if this is the wrong forum, but I'm trying to install jdk 1.5 EE on my windows 7 box, and the installer says the platform/patch level is unsupported. Is there really no way to develop on jdk 1.5 from Windows 7?
From: Knute Johnson on 5 Feb 2010 13:26 zikester wrote: > Sorry if this is the wrong forum, but I'm trying to install jdk 1.5 EE > on my windows 7 box, and the installer says the platform/patch level > is unsupported. Is there really no way to develop on jdk 1.5 from > Windows 7? Java 5 reached its "end of service life" last November. I don't know for sure that that is your problem but it could be a clue. -- Knute Johnson email s/nospam/knute2010/
From: Daniel Pitts on 5 Feb 2010 15:19 On 2/5/2010 10:21 AM, zikester wrote: > Sorry if this is the wrong forum, but I'm trying to install jdk 1.5 EE > on my windows 7 box, and the installer says the platform/patch level > is unsupported. Is there really no way to develop on jdk 1.5 from > Windows 7? Make sure you're not mixing x64 installation on a 32bit platform. I've had no issues running JDK1.5 and JDK1.6 on my windows 7 machine. -- Daniel Pitts' Tech Blog: <http://virtualinfinity.net/wordpress/>
From: Arne Vajhøj on 5 Feb 2010 19:48 On 05-02-2010 13:21, zikester wrote: > Sorry if this is the wrong forum, but I'm trying to install jdk 1.5 EE > on my windows 7 box, and the installer says the platform/patch level > is unsupported. Is there really no way to develop on jdk 1.5 from > Windows 7? EE ? Arne
From: Arne Vajhøj on 5 Feb 2010 19:56 On 05-02-2010 13:26, Knute Johnson wrote: > zikester wrote: >> Sorry if this is the wrong forum, but I'm trying to install jdk 1.5 EE >> on my windows 7 box, and the installer says the platform/patch level >> is unsupported. Is there really no way to develop on jdk 1.5 from >> Windows 7? > > Java 5 reached its "end of service life" last November. I don't know for > sure that that is your problem but it could be a clue. The free version EOL'ed October 30 2009. But the version you pay for first EOL June 2014 / June 2019. As I understand it then the code is same, so unless SUN deliberately withhold Windows 7 patches for the free version, then it should have Windows 7 support. But no need to speculate. Windows 7 is on the list: http://java.sun.com/j2se/1.5.0/system-configurations.html Arne
|
Next
|
Last
Pages: 1 2 3 4 5 Prev: port 8080 is used by java.exe Next: Could this unclosed() byteArrayInputStream cause high Heap usage? |