How we can change a java cloudsim file in netbeans? I changed only a print command in cludsimExample1 and run it again but the output doesn’t any changes. Please help me for solving this problem (step by step).
Thanks
hi... i had d same problm and found d solutn.
try to copy d source files of cloudsim (in the src folder) into a new java application in netbeans(without creating main class).
now modify these files according to ur needs.
build the project and u wil get corresponding .jar file(wil b in ur netbeans projects folder).
now add this jar files to another java applications and run ur examples.
--
--
are u trying to modify the source code of cloudsim or just the example... if u want to change the example files, u dont have to build d application. the output should imply ur modifications. there are other methods of changing the source files. but i think in nerbeans, we can do it this way only.
--
@bhaju: hey did you add tat cloudsim's source packages into ur project at first??