From: guhan c <cg...@gm...> - 2010-01-25 09:10:15
|
hello sir, This is GUHAN.C from St.Joseph's college of engineering,Chennai, Tamil Nadu, India. I am pursuing MCA final year.. I am currently working with GRIDSIM toolkit (gridsim toolkit 501) for my final year project. SOFTWARE USED : JDK 1.5 and NETBEANS 6.5.1 When i try to run the example program in NETBEANS 6.5.1 IDE as Java Web Application Project, I get the following error during compilation…. Compiling 1 source file to C:\gridsim\build\web\WEB-INF\classes C:\gridsim\src\java\gridsim\util\Workload.java:96*: **generics are not supported in -source 1.4* *(use -source 5 or higher to enable generics)* private ArrayList<Gridlet> list_; // a list for getting all the Gridlets 1 error C:\gridsim\nbproject\build-impl.xml:411: The following error occurred while executing this line: C:\gridsim\nbproject\build-impl.xml:211: Compile failed; see the compiler error output for details. BUILD FAILED (total time: 0 seconds) I need your help to proceed further with my project.. |