From: Sunny G. <sun...@gm...> - 2013-06-21 04:25:38
|
i did it as: 1. download gridsim from http://sourceforge.net/projects/gridsim/files/latest/download?source=files 2. extract it to say C:\GridSim 3. start netbeans 4. New Project 5. Categories - > Java - > Java Project with existing sources 6. Give a Project Name or take the default provided 7. Add the source package folders (C:\GridSim) 8. Delete the class files or Ignore - > Finish 9. Right Click on project -> properties -> Libraries 10. Add Jar/Folder -> C:\GridSim\jars\*.* 11. Nothing more to do - Just go and run any java file from the examples folder still there is a error in source package after adding and after run it shows 100 error and 4 warning... help me.. |