Open main menu

CDOT Wiki β

Changes

User:Farhad

935 bytes added, 19:41, 1 March 2009
Run Modified Eclipse Web Application With New Code
==Run Modified Eclipse Web Application With New Code==
* '''(a)''' Right click in the space the file you modified (i.e. '''ServerToolTip.java''') or '''(b)''' use ''Run->Run Menu''. * '''(a)''' From the popup menu choose ''Run As->Run Configuration'' or '''(b)''' In the ''Run'' dialog select the ''Eclipse Application'' option, then select ''New''. * In the '''Run Configurations''' dialog enter the location of the desired workspace, and select '''Run'''. The location of the desire workspace is the directory on your system where you developed the simple '''Dynamic Web Project'''.  <br/><center>[[Image:RunConfiguration-8.jpg]]</center><br/> * When Eclipse runs it compiles the source code in your workspace, and starts the target platform. A second instance of Eclipse is now running and you are now able to test any code modifications you have made. Now test out your modification.<br/><center>[[Image:FinalResult_9.jpg]]</center><br/> * The new Tool Tip window displays the date and time when it was created. Thus, our problem as previously defined is solved and the new code must be uploaded to CVS.
==Create Patch With Source Code Changes - Submit Patch to WTP Project==
1
edit