Java 7 on Windows 2000

Neifen picture Neifen · Aug 29, 2011 · Viewed 10.5k times · Source

I have made a Java application with Java 1.7 my problem is that it is not running on windows 2000. It is saying me "this is not a WIN-32 Application".

how can I run my application on it?

Answer

Joachim Sauer picture Joachim Sauer · Aug 31, 2011

It's not a direct answer, but Java 7 (at least the Oracle implementation) is not supported on Windows 2000.

Java 6 did support Windows 2000.