7

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?

2
  • 1
    Do you have Java runtime installed? How did you try to run the application?
    – Juho
    Commented Aug 29, 2011 at 11:00
  • @Juho No I run the application with a batch file. And in this batch file I start the application from a directory, in this directory is the java jre set CDJRE=java_vm\jre1.7\bin start %CDJRE%\javaw.exe -Xmx512m -jar myapp.jar
    – Neifen
    Commented Aug 29, 2011 at 14:26

1 Answer 1

6

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.

6
  • are there other implementations of it?
    – Neifen
    Commented Aug 31, 2011 at 10:15
  • @Neifen: Technically the OpenJDK is a separate implementations, but they are pretty much identical. I know of no other JVMs implementing Java 7 at the moment (which is to be expected, so shortly after Java 7 was defined/released). Commented Aug 31, 2011 at 10:17
  • Okey.. so I think I have to wait a little until I can programm with Java 7
    – Neifen
    Commented Aug 31, 2011 at 13:19
  • 2
    I am open enougn to switch to Java 7 but the guy who need what I'm writing is not
    – Neifen
    Commented Aug 31, 2011 at 13:24
  • 1
    @Joachim Sauer: Win2k was a nice small OS to try the applications in the VM.
    – Mot
    Commented Oct 17, 2011 at 13:07

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.