I have tried to execute the examples in cloudsim3.0 package using jdk 1.6 and jdk1.7. I am encountering following warnings
warning: org\cloudbus\cloudsim\Cloudlet.class(org\cloudbus\cloudsim:Cloudlet.cla
ss): major version 51 is newer than 50, the highest major version supported by t
his compiler.
It is recommended that the compiler be upgraded.
warning: org\cloudbus\cloudsim\CloudletSchedulerTimeShared.class(org\cloudbus\cl
oudsim:CloudletSchedulerTimeShared.class): major version 51 is newer than 50, th
e highest major version supported by this compiler.
It is recommended that the compiler be upgraded.
warning: org\cloudbus\cloudsim\Datacenter.class(org\cloudbus\cloudsim:Datacenter
.class): major version 51 is newer than 50, the highest major version supported
by this compiler.
It is recommended that the compiler be upgraded.
warning: org\cloudbus\cloudsim\DatacenterBroker.class(org\cloudbus\cloudsim:Data
centerBroker.class): major version 51 is newer than 50, the highest major versio
n supported by this compiler.
It is recommended that the compiler be upgraded.
warning: org\cloudbus\cloudsim\DatacenterCharacteristics.class(org\cloudbus\clou
dsim:DatacenterCharacteristics.class): major version 51 is newer than 50, the hi
ghest major version supported by this compiler.
It is recommended that the compiler be upgraded.
warning: org\cloudbus\cloudsim\Host.class(org\cloudbus\cloudsim:Host.class): maj
or version 51 is newer than 50, the highest major version supported by this comp
iler.
It is recommended that the compiler be upgraded.
warning: org\cloudbus\cloudsim\Log.class(org\cloudbus\cloudsim:Log.class): major
version 51 is newer than 50, the highest major version supported by this compil
er.
It is recommended that the compiler be upgraded.
warning: org\cloudbus\cloudsim\Pe.class(org\cloudbus\cloudsim:Pe.class): major v
ersion 51 is newer than 50, the highest major version supported by this compiler
.
It is recommended that the compiler be upgraded.
warning: org\cloudbus\cloudsim\Storage.class(org\cloudbus\cloudsim:Storage.class
): major version 51 is newer than 50, the highest major version supported by thi
s compiler.
It is recommended that the compiler be upgraded.
warning: org\cloudbus\cloudsim\UtilizationModel.class(org\cloudbus\cloudsim:Util
izationModel.class): major version 51 is newer than 50, the highest major versio
n supported by this compiler.
It is recommended that the compiler be upgraded.
warning: org\cloudbus\cloudsim\UtilizationModelFull.class(org\cloudbus\cloudsim:
UtilizationModelFull.class): major version 51 is newer than 50, the highest majo
r version supported by this compiler.
It is recommended that the compiler be upgraded.
warning: org\cloudbus\cloudsim\Vm.class(org\cloudbus\cloudsim:Vm.class): major v
ersion 51 is newer than 50, the highest major version supported by this compiler
.
It is recommended that the compiler be upgraded.
warning: org\cloudbus\cloudsim\VmAllocationPolicySimple.class(org\cloudbus\cloud
sim:VmAllocationPolicySimple.class): major version 51 is newer than 50, the high
est major version supported by this compiler.
It is recommended that the compiler be upgraded.
warning: org\cloudbus\cloudsim\VmSchedulerTimeShared.class(org\cloudbus\cloudsim
:VmSchedulerTimeShared.class): major version 51 is newer than 50, the highest ma
jor version supported by this compiler.
It is recommended that the compiler be upgraded.
warning: org\cloudbus\cloudsim\core\CloudSim.class(org\cloudbus\cloudsim\core:Cl
oudSim.class): major version 51 is newer than 50, the highest major version supp
orted by this compiler.
It is recommended that the compiler be upgraded.
warning: org\cloudbus\cloudsim\provisioners\BwProvisionerSimple.class(org\cloudb
us\cloudsim\provisioners:BwProvisionerSimple.class): major version 51 is newer t
han 50, the highest major version supported by this compiler.
It is recommended that the compiler be upgraded.
warning: org\cloudbus\cloudsim\provisioners\PeProvisionerSimple.class(org\cloudb
us\cloudsim\provisioners:PeProvisionerSimple.class): major version 51 is newer t
han 50, the highest major version supported by this compiler.
It is recommended that the compiler be upgraded.
warning: org\cloudbus\cloudsim\provisioners\RamProvisionerSimple.class(org\cloud
bus\cloudsim\provisioners:RamProvisionerSimple.class): major version 51 is newer
than 50, the highest major version supported by this compiler.
It is recommended that the compiler be upgraded.
warning: org\cloudbus\cloudsim\core\SimEntity.class(org\cloudbus\cloudsim\core:S
imEntity.class): major version 51 is newer than 50, the highest major version su
pported by this compiler.
It is recommended that the compiler be upgraded.
warning: org\cloudbus\cloudsim\CloudletScheduler.class(org\cloudbus\cloudsim:Clo
udletScheduler.class): major version 51 is newer than 50, the highest major vers
ion supported by this compiler.
It is recommended that the compiler be upgraded.
warning: org\cloudbus\cloudsim\provisioners\PeProvisioner.class(org\cloudbus\clo
udsim\provisioners:PeProvisioner.class): major version 51 is newer than 50, the
highest major version supported by this compiler.
It is recommended that the compiler be upgraded.
warning: org\cloudbus\cloudsim\provisioners\RamProvisioner.class(org\cloudbus\cl
oudsim\provisioners:RamProvisioner.class): major version 51 is newer than 50, th
e highest major version supported by this compiler.
It is recommended that the compiler be upgraded.
warning: org\cloudbus\cloudsim\provisioners\BwProvisioner.class(org\cloudbus\clo
udsim\provisioners:BwProvisioner.class): major version 51 is newer than 50, the
highest major version supported by this compiler.
It is recommended that the compiler be upgraded.
warning: org\cloudbus\cloudsim\VmScheduler.class(org\cloudbus\cloudsim:VmSchedul
er.class): major version 51 is newer than 50, the highest major version supporte
d by this compiler.
It is recommended that the compiler be upgraded.
warning: org\cloudbus\cloudsim\VmAllocationPolicy.class(org\cloudbus\cloudsim:Vm
AllocationPolicy.class): major version 51 is newer than 50, the highest major ve
rsion supported by this compiler.
It is recommended that the compiler be upgraded.
25 warnings
Is it required to have other Java versions.
Can I kindly know the reason for this.
Regards
Rashmi