Wednesday, January 5, 2011

How to Run my projects?

Hi friends,

I got lot of mails from you regards project. Thanks a lot for responding for my post.

I got same question from some friends.

That is "How to run your Project?"

Ya here is that solution.



How to transfer project to IDE:

Step1: Download Eclipse 2.6.0.20(Click here) & Install Eclipse IDE

Step2: It needs an application server.

           For that install any application server (For example: Apache Tomcat6.0)

Step3: Run Eclipse. While booting eclipse it will ask to set “workspace” location. Set the  
            location.

Step4: Extract downloaded project .rar file and paste in “workspace”.

Step5: Then go to following link:

            File->import

            A window will appear.

Step6: Click General->Existing Projects in Workspace-> click next

Step7: Select radio button Select root directory and then browse your file

           And press finish.

Step8: Now project files will appear on project explorer.

Step9: Then right click on project root folder->Run as->Run on Server.

Step10: A window will appear. There press finish now project will run properly.



How to deploy DB:

Here the Database is MySQL.

For this,

Step1: Download MySQL Server 5.0(Click here) & Install Mysql server (For example: MySQL server 5.0)

           * First install MySQL server then move with next Steps.

Step2: Download MySQL Backup Tool (Click here) & Install Mysql backup tool.

Step3: After installation go to

           Start->My Programs->Mysql->MySQL Administrator.
Step4: A window will appear

           Enter your user name and password then click OK.

Step5: Click Restore->open backup file->browse db file->click start restoring.

Step6: Database will work now.


Once again Thank you friends for your encouragement.

No comments:

Post a Comment