Thanks Tim!
This works ok for now.
Vasily
-----Original Message-----
From: Tim Ellison [mailto:t.p.ellison@gmail.com]
Sent: Monday, February 19, 2007 12:46 PM
To: dev@harmony.apache.org
Subject: Re: IBM VM reports 1.4.2 support instead of 1.5
Zakharov, Vasily M wrote:
> For now, IBM VM reports in system properties
>
> java.specification.version=1.4
> java.version=1.4.2 subset
>
> while the VM supports 1.5 pretty well.
>
> As a result, for example, Netbeans fails to start many of its
components
> with the following diagnostic:
> "The Java platform version 1.5 or higher was requested but only 1.4 is
> running."
>
> I wonder, if this could be fixed?
We can fix this in the next VME release. In the meantime you can
workaround it using
java -Djava.specification.version=1.5 -Djava.version=1.5 foobar
Regards,
Tim
|