JNode version = VM Version ?

Hi,

where can I find the version JNode during runtime ?



I know that there is the method

Vm.getVm().getVersion()


but is this in every case the same like JNodes ?


Trickkiste

Correct

Vm.getVm().getVersion() is the jnode version.

The standard java system properties should be used to get jvm compatible version numbers for vm, os & javalib.

Ewout

ok

thanks,

Trickkiste