How to run java project?


How to run java project?

By Aryadrj

  • Extract the file from zip or rar file.
  • Paste it to desktop.
  • Start the xampp.
  • Then click on start to apache and MySql
  • Then click on phpmyadmin.
  • Click on new and type database name.
  • Click on create button.
  • Click on import button.
  • Click on choose database file and choose the file
  • Click on go.
  • Now open netbean.
  • Click on open project.
  • Choose the project file.
  • Now run the file.

Questions:

1. How to see database?
->Start the xampp,click on start on apache and mysql,open chrome and type localhost,then click on phpmyadmin, click on your database (whatever name you have given: look at left side of window) you can able see the tables.


Comments

Popular posts from this blog

How to set image in carousel using flask?

Invalid syntax , perhaps you forgot a comma? Error in Python

How to run PL/SQL Code With Command Line?