|
From: Jasma B. <jas...@gm...> - 2011-01-14 09:37:27
|
Dear Users,
I have installed gridsim and when i try to run the first example, I get the
following error.
C:\gridsim\examples>javac -cp gridsim\jars\gridsim.jar;.
gridsim\example01\Example1.java
gridsim\example01\Example1.java:93: cannot find symbol
symbol : class GridResource
location: class gridsim.example01.Example1
private static GridResource createGridResource()
^
gridsim\example01\Example1.java:60: cannot find symbol
symbol : variable GridSim
location: class gridsim.example01.Example1
GridSim.init(num_user, calendar, trace_flag, exclude_from_file,
^
gridsim\example01\Example1.java:69: cannot find symbol
symbol : class GridResource
location: class gridsim.example01.Example1
GridResource gridResource = createGridResource();
^
gridsim\example01\Example1.java:101: cannot find symbol
symbol : class MachineList
location: class gridsim.example01.Example1
MachineList mList = new MachineList();
^
gridsim\example01\Example1.java:101: cannot find symbol
symbol : class MachineList
location: class gridsim.example01.Example1
MachineList mList = new MachineList();
^
gridsim\example01\Example1.java:111: cannot find symbol
symbol : class Machine
location: class gridsim.example01.Example1
mList.add( new Machine(0, 4, mipsRating)); // First Machine
^
gridsim\example01\Example1.java:120: cannot find symbol
symbol : class Machine
location: class gridsim.example01.Example1
mList.add( new Machine(1, 4, mipsRating)); // Second Machine
^
gridsim\example01\Example1.java:124: cannot find symbol
symbol : class Machine
location: class gridsim.example01.Example1
mList.add( new Machine(2, 2, mipsRating)); // Third Machine
^
gridsim\example01\Example1.java:137: cannot find symbol
symbol : class ResourceCharacteristics
location: class gridsim.example01.Example1
ResourceCharacteristics resConfig = new ResourceCharacteristics(
^
gridsim\example01\Example1.java:137: cannot find symbol
symbol : class ResourceCharacteristics
location: class gridsim.example01.Example1
ResourceCharacteristics resConfig = new ResourceCharacteristics(
^
gridsim\example01\Example1.java:138: cannot find symbol
symbol : variable ResourceCharacteristics
location: class gridsim.example01.Example1
arch, os, mList, ResourceCharacteristics.TIME_SHARED,
^
gridsim\example01\Example1.java:161: cannot find symbol
symbol : class GridResource
location: class gridsim.example01.Example1
GridResource gridRes = null;
^
gridsim\example01\Example1.java:164: cannot find symbol
symbol : class GridResource
location: class gridsim.example01.Example1
gridRes = new GridResource(name, baud_rate, seed,
^
13 errors
Kindly let me know, how I can resolve this
Thanks and Regards,
Jasma Balasangameshwara
|