Task : To update Java projects from existing sources to Netbeans Project Solution : Once you have an updated Java Project, you need to change it also in the Netbeans projects which have dependency on it. So First remove the java project from the sources of Java Project in the Netbeans Platform. Then download the updated version of the java project (e.g, from CVS) and then again add it to the sources of java project of Netbeans. Now, remove/delete the old jar for the java project, to remove the dependency on the old jar. Build and clean the java project as well as the whole netbeans project and again in the nebeans module, add the dependency on the new java project jar. Steps in detail: => Make all the changes in your Java Project and Save it. => right click on the Java Project and go to Properties. => Go to Sources, check the source in which you just made the changes and Remove it. Click OK => Now go to the folder where it stored and del...
Comments
Post a Comment