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
