SlideShare a Scribd company logo
Lesson 1Installation AND ConfigurationUsing Eclipse BIRT to Develop Reports in a Java Based Application
Hardware RequirementsMinimum Requirements 1 GHz 512 MB RAM (1 GB recommended)300 MB free disk space
Software RequirementPC with following operating System:Windows Server 2008/2003/Vista Enterprise/Vista Business/XP Pro or UNIX platformEclipse BIRTMySQLApache (optional)Adobe Acrobat Reader & Flash Player (optional)Internet Connection (optional)
Steps to Get StartedInstall & Configure MySQLhttp://dev.mysql.com/downloads/mysql/5.1.htmlInstall Eclipse BIRT Platform with All-in-one optionhttp://download.eclipse.org/birt/downloads/Configure Eclipse BIRT and MySQL using JDBC connection.http://dev.mysql.com/downloads/connector/j/
Installation and ConfigurationmySQL
Download mySQLTo Download MySQL, go to http://dev.mysql.com/downloads/mysql/5.1.htmlScroll down to MySQL Community Server Download by selecting Windows 32-bit and clicking on Downloadbutton. (Appox.imately 40 M)
Download mySQLClick to Proceed to next step
Download mySQLClick on Save, to save the zip file to the local disk.
Download mySQLClick on Run button to start the MySQL installation process.Click on Run
Download mySQLClick on the Next button.
Download mySQLSelect Typical Install and click on Next button.
Download mySQLClick on the Next button.
Download mySQL
Download mySQLClick on the Next button.
Download mySQLClick on the Next button.
Download mySQLClick on the Finish button.
Download mySQLClick on the Next button.
Download mySQL
Download mySQL
Download mySQL
Specify the location
Download mySQL
Download mySQL
Download mySQL
Download mySQLAdd a check mark to include folder in the PATH
Username: rootPassword: dba
Download mySQLTo test, type the following command in the cmd window:Mysql –uroot –pdba                  (type exit to exit out of MySQL)
You should have mySql installedCongratulations!!Now it time to create a database in MySQL
Installing MySQL Administration and Development Tool(Optional)MySQLAdministrator
Referencehttp://www.evaria.com/v3/index/article/23/how-to-install-mysql-5.0.x-on-windows.htmlTools:http://dev.mysql.com/downloads/gui-tools/5.0.html (17  MB)MySQL Administrator 1.2 Generally Available (GA)MySQL Query Browser 1.2 Generally Available (GA)MySQL Migration Toolkit 1.1 Generally Available (GA)
http://dev.mysql.com/downloads/gui-tools/5.0.htmlDownload and Run
Installating and Configuring Java, MySQL and BIRT.
Installating and Configuring Java, MySQL and BIRT.
Installating and Configuring Java, MySQL and BIRT.
Installating and Configuring Java, MySQL and BIRT.
Installating and Configuring Java, MySQL and BIRT.
Installating and Configuring Java, MySQL and BIRT.
Create A DatabaseMySQL
Create Company DatabaseStart | Programs | MySQL | MySQL AdministratorServer Host: localhostPort: 3306Username: rootPassword: dba
Click on Catalog
Select Create New Schema
Create Company Database Select Catalog on the left panel.
Move the mouse to the Schema panel and right click the mouse.
Select New Schema.
Type company in the Create new SchemaImplementing the databaseIn the MySQL Administrator window, select MySQL Query Broswer under Tools Menu In the MySQL Browser, select Open Script.. Option in the File menuSelect company on the right pan (Schemata Tab)Select EFC.sql (Included on the CD with the course).
MySQL BrowserSelect Open Script.. Option in the File menuSelect EFC.sql (Included on the CD with the course).Click Open button when done.
Select company on the right pan (Schemata Tab)Click on Execute button to execute the script.Exit the mySql application.
Now, you should have mySql installed and a database Company createdCongratulations!!Now it time to install Eclipse/BIRT
InstallationEclipse BIRT
Installing BIRT Report DesignerIn browser, type the URLhttp://download.eclipse.org/birt/downloads/2. Select All-in-One option (it includes the Eclipse platform, Eclipse Modeling Framework and BIRT report Designer)
All-in-One OptionAll-In-One Option contains the BIRT Report Designer Full Eclipse Install package with:Eclipse PlatformGraphics Editor FrameworkEclipse ModelingBIRT Report Designer
Select the download        to download BIRT.Size: approximately 220MB
Click on Save button to save it to the local disk at C:/Program Files.
Unzip the file and extract the archive file.Now, you should have Eclipse BIRT installedCongratulations!!Now it time to configure the system to Integrate MySQL with Eclipse/BIRT
Connecting MySQL and Eclipse BIRT using JDBC Connection
Download Java ConnectDownload the Java connector from the mySQL websitehttp://dev.mysql.com/downloads/connector/j/
Download Java ConnectSelect source and Binary (zip) optionPlatform Independent (Architecture Independent), ZIP Archive
Download Java ConnectSelect save option
Download Java ConnectSave in MySQL folder.
Unzip the downloaded JDBC
Installating and Configuring Java, MySQL and BIRT.
Setup Environment VariableStart | Setting | Control Panel | SystemControl Panel
In the System Properties Window, select Advanced Tab | Environment Variables…. Click OK when done.Setup Environment Variable
Setup Environment VariableSet the PATH variable to the bin folder for MySQL.Click OK to save the changes.
Set Environment VariableSystem Variables: (set Classpath to the JDBC Jar file) CLASSPATH: C:\Program Files\MySQL\mysql-connector-java-5.1.10\mysql-connector-java-5.1.10-bin.jarClick OK to save the changes.Log out and log back in.
Now, you should have Eclipse BIRT and MySQL installed, configured  and integratedCongratulations!!Now it time to start a project using Eclipse/BIRT with MySQL to store data
Creating A Simple ReportStarting Eclipse
Steps to Create A Simple ReportCreate a ProjectCreate a New ReportBuild a Data SourceBuild a Data SetLay out the report
Starting EclipseOpen the Eclipse folder, double click  on the Eclipse icon           to start Eclipse.
In the Workspace Launcher, click on the Browse button and select the folder where you want the Eclipse to store the files.
Eclipse’s Welcome ScreenOverview of the features supported by EclipseFind out what is newSample ProjectTutorial
Installating and Configuring Java, MySQL and BIRT.
Report Design PerspectiveTo start BIRT Report Designer, on Eclipse’s main menu, select window-> open Perspective -> Report Design
Report Design PerspectiveReport Design PerspectiveReport EditorPalette/ Data Explore / Library ExploreNavigator /  OutlineProperties Editor / Problems
Report Design Perspective
1. Create A ProjectChose File-> New -> Project On the New Projects window, select Report Project under Business Intelligence and Reporting Tools and then click Next
Create A Project (cont)Enter Project Name and then choose Finish.
Create A Project (cont)MyFirstReport project can be seen in the Navigator window.
2. Build a Data SourceChoose the Data Explorer or choose Window->Show View->Data Explorer
Installating and Configuring Java, MySQL and BIRT.
JDBC Data Source
Click on Manage Drivers…
Click on Add
Installating and Configuring Java, MySQL and BIRT.
Installating and Configuring Java, MySQL and BIRT.
Driver Class: com.mysql.jdbc.Driver ( v5.1)
Ad

More Related Content

Viewers also liked (7)

Business Intelligence Presentation
Business Intelligence PresentationBusiness Intelligence Presentation
Business Intelligence Presentation
Ricardo O. Calo Rodriguez
 
Birt Report
Birt ReportBirt Report
Birt Report
Van Huong
 
Ext java-editor
Ext java-editorExt java-editor
Ext java-editor
Geertjan Wielenga
 
The State of Open Source BI Adoption
The State of Open Source BI AdoptionThe State of Open Source BI Adoption
The State of Open Source BI Adoption
mark madsen
 
Seminar on java
Seminar on javaSeminar on java
Seminar on java
shathika
 
Java MySQL Connector & Connection Pool Features & Optimization
Java MySQL Connector & Connection Pool Features & OptimizationJava MySQL Connector & Connection Pool Features & Optimization
Java MySQL Connector & Connection Pool Features & Optimization
Kenny Gryp
 
MySQL partitions tutorial
MySQL partitions tutorialMySQL partitions tutorial
MySQL partitions tutorial
Giuseppe Maxia
 
The State of Open Source BI Adoption
The State of Open Source BI AdoptionThe State of Open Source BI Adoption
The State of Open Source BI Adoption
mark madsen
 
Seminar on java
Seminar on javaSeminar on java
Seminar on java
shathika
 
Java MySQL Connector & Connection Pool Features & Optimization
Java MySQL Connector & Connection Pool Features & OptimizationJava MySQL Connector & Connection Pool Features & Optimization
Java MySQL Connector & Connection Pool Features & Optimization
Kenny Gryp
 
MySQL partitions tutorial
MySQL partitions tutorialMySQL partitions tutorial
MySQL partitions tutorial
Giuseppe Maxia
 

Similar to Installating and Configuring Java, MySQL and BIRT. (20)

Installing community surveys in connections 5.5
Installing community surveys in connections 5.5Installing community surveys in connections 5.5
Installing community surveys in connections 5.5
Roberto Boccadoro
 
Installation and c onfiguration
Installation and c onfigurationInstallation and c onfiguration
Installation and c onfiguration
bispsolutions
 
1 app 2 developers 3 servers
1 app 2 developers 3 servers1 app 2 developers 3 servers
1 app 2 developers 3 servers
Mark Myers
 
Gwt portlet
Gwt portletGwt portlet
Gwt portlet
prabakaranbrick
 
Asp net mvc
Asp net mvcAsp net mvc
Asp net mvc
bgrynko
 
InstallationGuide.pdf
InstallationGuide.pdfInstallationGuide.pdf
InstallationGuide.pdf
sahirzakaria
 
Swift configurator installation-manual
Swift configurator installation-manualSwift configurator installation-manual
Swift configurator installation-manual
Pramod Sharma
 
Install-Doc-BIP.docx
Install-Doc-BIP.docxInstall-Doc-BIP.docx
Install-Doc-BIP.docx
AdityaDas899782
 
Microsoft Lync Server 2010 Installation
Microsoft Lync Server 2010 InstallationMicrosoft Lync Server 2010 Installation
Microsoft Lync Server 2010 Installation
Shahab Al Yamin Chawdhury
 
IUG ATL PC 9.5
IUG ATL PC 9.5IUG ATL PC 9.5
IUG ATL PC 9.5
Rizwan Mohammed
 
6. Cacti Network Performance Monitoring.ppt
6. Cacti Network Performance Monitoring.ppt6. Cacti Network Performance Monitoring.ppt
6. Cacti Network Performance Monitoring.ppt
engcfc192
 
Using galen framework for automated cross browser layout testing
Using galen framework for automated cross browser layout testingUsing galen framework for automated cross browser layout testing
Using galen framework for automated cross browser layout testing
Sarah Elson
 
Setting ELK in 10 minutes on Windows locally
Setting ELK in 10 minutes on Windows locallySetting ELK in 10 minutes on Windows locally
Setting ELK in 10 minutes on Windows locally
Sonil Kumar
 
Web Controls Set-1
Web Controls Set-1Web Controls Set-1
Web Controls Set-1
sunmitraeducation
 
IIS Web Ecosystem
IIS Web EcosystemIIS Web Ecosystem
IIS Web Ecosystem
Kenny Abdiel Maita
 
Spring Live Sample Chapter
Spring Live Sample ChapterSpring Live Sample Chapter
Spring Live Sample Chapter
Syed Shahul
 
Cognos 11 installation step by step and notes
Cognos 11 installation step by step and notesCognos 11 installation step by step and notes
Cognos 11 installation step by step and notes
Carlos Castro Rodríguez
 
HDinsight Workshop - Prerequisite Activity
HDinsight Workshop - Prerequisite ActivityHDinsight Workshop - Prerequisite Activity
HDinsight Workshop - Prerequisite Activity
Idan Tohami
 
Big Data: Explore Hadoop and BigInsights self-study lab
Big Data:  Explore Hadoop and BigInsights self-study labBig Data:  Explore Hadoop and BigInsights self-study lab
Big Data: Explore Hadoop and BigInsights self-study lab
Cynthia Saracco
 
Bpc 10.0 NW Mass User Management tool
Bpc 10.0 NW Mass User Management toolBpc 10.0 NW Mass User Management tool
Bpc 10.0 NW Mass User Management tool
Shanmugam Veerichetty
 
Installing community surveys in connections 5.5
Installing community surveys in connections 5.5Installing community surveys in connections 5.5
Installing community surveys in connections 5.5
Roberto Boccadoro
 
Installation and c onfiguration
Installation and c onfigurationInstallation and c onfiguration
Installation and c onfiguration
bispsolutions
 
1 app 2 developers 3 servers
1 app 2 developers 3 servers1 app 2 developers 3 servers
1 app 2 developers 3 servers
Mark Myers
 
Asp net mvc
Asp net mvcAsp net mvc
Asp net mvc
bgrynko
 
InstallationGuide.pdf
InstallationGuide.pdfInstallationGuide.pdf
InstallationGuide.pdf
sahirzakaria
 
Swift configurator installation-manual
Swift configurator installation-manualSwift configurator installation-manual
Swift configurator installation-manual
Pramod Sharma
 
6. Cacti Network Performance Monitoring.ppt
6. Cacti Network Performance Monitoring.ppt6. Cacti Network Performance Monitoring.ppt
6. Cacti Network Performance Monitoring.ppt
engcfc192
 
Using galen framework for automated cross browser layout testing
Using galen framework for automated cross browser layout testingUsing galen framework for automated cross browser layout testing
Using galen framework for automated cross browser layout testing
Sarah Elson
 
Setting ELK in 10 minutes on Windows locally
Setting ELK in 10 minutes on Windows locallySetting ELK in 10 minutes on Windows locally
Setting ELK in 10 minutes on Windows locally
Sonil Kumar
 
Spring Live Sample Chapter
Spring Live Sample ChapterSpring Live Sample Chapter
Spring Live Sample Chapter
Syed Shahul
 
Cognos 11 installation step by step and notes
Cognos 11 installation step by step and notesCognos 11 installation step by step and notes
Cognos 11 installation step by step and notes
Carlos Castro Rodríguez
 
HDinsight Workshop - Prerequisite Activity
HDinsight Workshop - Prerequisite ActivityHDinsight Workshop - Prerequisite Activity
HDinsight Workshop - Prerequisite Activity
Idan Tohami
 
Big Data: Explore Hadoop and BigInsights self-study lab
Big Data:  Explore Hadoop and BigInsights self-study labBig Data:  Explore Hadoop and BigInsights self-study lab
Big Data: Explore Hadoop and BigInsights self-study lab
Cynthia Saracco
 
Bpc 10.0 NW Mass User Management tool
Bpc 10.0 NW Mass User Management toolBpc 10.0 NW Mass User Management tool
Bpc 10.0 NW Mass User Management tool
Shanmugam Veerichetty
 
Ad

More from NR Computer Learning Center (20)

Power BI Desktop Overview
Power BI Desktop Overview Power BI Desktop Overview
Power BI Desktop Overview
NR Computer Learning Center
 
Building Dashboard with Excel
Building Dashboard with ExcelBuilding Dashboard with Excel
Building Dashboard with Excel
NR Computer Learning Center
 
Introduction to Data Analytics
Introduction to Data AnalyticsIntroduction to Data Analytics
Introduction to Data Analytics
NR Computer Learning Center
 
Python - Data Structures
Python - Data StructuresPython - Data Structures
Python - Data Structures
NR Computer Learning Center
 
Introduction to SQL
Introduction to SQLIntroduction to SQL
Introduction to SQL
NR Computer Learning Center
 
Office 2019 tips & tricks
Office 2019 tips & tricksOffice 2019 tips & tricks
Office 2019 tips & tricks
NR Computer Learning Center
 
App Development with Apple Swift Certification at Certiport Centers
App Development with Apple Swift Certification at Certiport CentersApp Development with Apple Swift Certification at Certiport Centers
App Development with Apple Swift Certification at Certiport Centers
NR Computer Learning Center
 
Project management fundamentals
Project management fundamentalsProject management fundamentals
Project management fundamentals
NR Computer Learning Center
 
National College Testing Association (NCTA)
National College Testing Association (NCTA)National College Testing Association (NCTA)
National College Testing Association (NCTA)
NR Computer Learning Center
 
National College Testing Association (NCTA)
National College Testing Association (NCTA)National College Testing Association (NCTA)
National College Testing Association (NCTA)
NR Computer Learning Center
 
Building a Dashboard in an hour with Power Pivot and Power BI
Building a Dashboard in an hour with Power Pivot and Power BIBuilding a Dashboard in an hour with Power Pivot and Power BI
Building a Dashboard in an hour with Power Pivot and Power BI
NR Computer Learning Center
 
Introduction to the basic mathematical concept with Python Turtle.
Introduction to the basic mathematical concept with Python Turtle.Introduction to the basic mathematical concept with Python Turtle.
Introduction to the basic mathematical concept with Python Turtle.
NR Computer Learning Center
 
Stem presentation - Pathways to Technology Oriented Careers
Stem presentation - Pathways to Technology Oriented CareersStem presentation - Pathways to Technology Oriented Careers
Stem presentation - Pathways to Technology Oriented Careers
NR Computer Learning Center
 
MTA 98 364 - database fundamentals
MTA 98 364 - database fundamentalsMTA 98 364 - database fundamentals
MTA 98 364 - database fundamentals
NR Computer Learning Center
 
MTA 361 software development fundamentals
MTA 361   software development fundamentalsMTA 361   software development fundamentals
MTA 361 software development fundamentals
NR Computer Learning Center
 
Introduction to java
Introduction to javaIntroduction to java
Introduction to java
NR Computer Learning Center
 
Introduction to c++
Introduction to c++Introduction to c++
Introduction to c++
NR Computer Learning Center
 
Executive dashboard for small business
Executive dashboard for small businessExecutive dashboard for small business
Executive dashboard for small business
NR Computer Learning Center
 
Building a Dashboard in an Hour using Microsoft PowerPivot & Power BI
Building a Dashboard in an Hour using Microsoft PowerPivot & Power BIBuilding a Dashboard in an Hour using Microsoft PowerPivot & Power BI
Building a Dashboard in an Hour using Microsoft PowerPivot & Power BI
NR Computer Learning Center
 
Arduino for teens
Arduino for teensArduino for teens
Arduino for teens
NR Computer Learning Center
 
App Development with Apple Swift Certification at Certiport Centers
App Development with Apple Swift Certification at Certiport CentersApp Development with Apple Swift Certification at Certiport Centers
App Development with Apple Swift Certification at Certiport Centers
NR Computer Learning Center
 
Building a Dashboard in an hour with Power Pivot and Power BI
Building a Dashboard in an hour with Power Pivot and Power BIBuilding a Dashboard in an hour with Power Pivot and Power BI
Building a Dashboard in an hour with Power Pivot and Power BI
NR Computer Learning Center
 
Introduction to the basic mathematical concept with Python Turtle.
Introduction to the basic mathematical concept with Python Turtle.Introduction to the basic mathematical concept with Python Turtle.
Introduction to the basic mathematical concept with Python Turtle.
NR Computer Learning Center
 
Stem presentation - Pathways to Technology Oriented Careers
Stem presentation - Pathways to Technology Oriented CareersStem presentation - Pathways to Technology Oriented Careers
Stem presentation - Pathways to Technology Oriented Careers
NR Computer Learning Center
 
Building a Dashboard in an Hour using Microsoft PowerPivot & Power BI
Building a Dashboard in an Hour using Microsoft PowerPivot & Power BIBuilding a Dashboard in an Hour using Microsoft PowerPivot & Power BI
Building a Dashboard in an Hour using Microsoft PowerPivot & Power BI
NR Computer Learning Center
 
Ad

Recently uploaded (20)

Understanding P–N Junction Semiconductors: A Beginner’s Guide
Understanding P–N Junction Semiconductors: A Beginner’s GuideUnderstanding P–N Junction Semiconductors: A Beginner’s Guide
Understanding P–N Junction Semiconductors: A Beginner’s Guide
GS Virdi
 
Ultimate VMware 2V0-11.25 Exam Dumps for Exam Success
Ultimate VMware 2V0-11.25 Exam Dumps for Exam SuccessUltimate VMware 2V0-11.25 Exam Dumps for Exam Success
Ultimate VMware 2V0-11.25 Exam Dumps for Exam Success
Mark Soia
 
How to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of saleHow to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of sale
Celine George
 
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Library Association of Ireland
 
UNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACY
UNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACYUNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACY
UNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACY
DR.PRISCILLA MARY J
 
Diabetic neuropathy peripheral autonomic
Diabetic neuropathy peripheral autonomicDiabetic neuropathy peripheral autonomic
Diabetic neuropathy peripheral autonomic
Pankaj Patawari
 
K12 Tableau Tuesday - Algebra Equity and Access in Atlanta Public Schools
K12 Tableau Tuesday  - Algebra Equity and Access in Atlanta Public SchoolsK12 Tableau Tuesday  - Algebra Equity and Access in Atlanta Public Schools
K12 Tableau Tuesday - Algebra Equity and Access in Atlanta Public Schools
dogden2
 
Odoo Inventory Rules and Routes v17 - Odoo Slides
Odoo Inventory Rules and Routes v17 - Odoo SlidesOdoo Inventory Rules and Routes v17 - Odoo Slides
Odoo Inventory Rules and Routes v17 - Odoo Slides
Celine George
 
Operations Management (Dr. Abdulfatah Salem).pdf
Operations Management (Dr. Abdulfatah Salem).pdfOperations Management (Dr. Abdulfatah Salem).pdf
Operations Management (Dr. Abdulfatah Salem).pdf
Arab Academy for Science, Technology and Maritime Transport
 
Open Access: Revamping Library Learning Resources.
Open Access: Revamping Library Learning Resources.Open Access: Revamping Library Learning Resources.
Open Access: Revamping Library Learning Resources.
Rishi Bankim Chandra Evening College, Naihati, North 24 Parganas, West Bengal, India
 
To study Digestive system of insect.pptx
To study Digestive system of insect.pptxTo study Digestive system of insect.pptx
To study Digestive system of insect.pptx
Arshad Shaikh
 
Fundamentals of PR: Wk 4 - Strategic Communications
Fundamentals of PR: Wk 4 - Strategic CommunicationsFundamentals of PR: Wk 4 - Strategic Communications
Fundamentals of PR: Wk 4 - Strategic Communications
Jordan Williams
 
Unit 4: Long term- Capital budgeting and its types
Unit 4: Long term- Capital budgeting and its typesUnit 4: Long term- Capital budgeting and its types
Unit 4: Long term- Capital budgeting and its types
bharath321164
 
Timber Pitch Roof Construction Measurement-2024.pptx
Timber Pitch Roof Construction Measurement-2024.pptxTimber Pitch Roof Construction Measurement-2024.pptx
Timber Pitch Roof Construction Measurement-2024.pptx
Tantish QS, UTM
 
How to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
How to Customize Your Financial Reports & Tax Reports With Odoo 17 AccountingHow to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
How to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
Celine George
 
New Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptxNew Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptx
milanasargsyan5
 
SPRING FESTIVITIES - UK AND USA -
SPRING FESTIVITIES - UK AND USA            -SPRING FESTIVITIES - UK AND USA            -
SPRING FESTIVITIES - UK AND USA -
Colégio Santa Teresinha
 
Vitamins Chapter-7, Biochemistry and clinical pathology, D.Pharm 2nd year
Vitamins Chapter-7, Biochemistry and clinical pathology, D.Pharm 2nd yearVitamins Chapter-7, Biochemistry and clinical pathology, D.Pharm 2nd year
Vitamins Chapter-7, Biochemistry and clinical pathology, D.Pharm 2nd year
ARUN KUMAR
 
High Performance Liquid Chromatography .pptx
High Performance Liquid Chromatography .pptxHigh Performance Liquid Chromatography .pptx
High Performance Liquid Chromatography .pptx
Ayush Srivastava
 
Anti-Depressants pharmacology 1slide.pptx
Anti-Depressants pharmacology 1slide.pptxAnti-Depressants pharmacology 1slide.pptx
Anti-Depressants pharmacology 1slide.pptx
Mayuri Chavan
 
Understanding P–N Junction Semiconductors: A Beginner’s Guide
Understanding P–N Junction Semiconductors: A Beginner’s GuideUnderstanding P–N Junction Semiconductors: A Beginner’s Guide
Understanding P–N Junction Semiconductors: A Beginner’s Guide
GS Virdi
 
Ultimate VMware 2V0-11.25 Exam Dumps for Exam Success
Ultimate VMware 2V0-11.25 Exam Dumps for Exam SuccessUltimate VMware 2V0-11.25 Exam Dumps for Exam Success
Ultimate VMware 2V0-11.25 Exam Dumps for Exam Success
Mark Soia
 
How to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of saleHow to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of sale
Celine George
 
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Library Association of Ireland
 
UNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACY
UNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACYUNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACY
UNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACY
DR.PRISCILLA MARY J
 
Diabetic neuropathy peripheral autonomic
Diabetic neuropathy peripheral autonomicDiabetic neuropathy peripheral autonomic
Diabetic neuropathy peripheral autonomic
Pankaj Patawari
 
K12 Tableau Tuesday - Algebra Equity and Access in Atlanta Public Schools
K12 Tableau Tuesday  - Algebra Equity and Access in Atlanta Public SchoolsK12 Tableau Tuesday  - Algebra Equity and Access in Atlanta Public Schools
K12 Tableau Tuesday - Algebra Equity and Access in Atlanta Public Schools
dogden2
 
Odoo Inventory Rules and Routes v17 - Odoo Slides
Odoo Inventory Rules and Routes v17 - Odoo SlidesOdoo Inventory Rules and Routes v17 - Odoo Slides
Odoo Inventory Rules and Routes v17 - Odoo Slides
Celine George
 
To study Digestive system of insect.pptx
To study Digestive system of insect.pptxTo study Digestive system of insect.pptx
To study Digestive system of insect.pptx
Arshad Shaikh
 
Fundamentals of PR: Wk 4 - Strategic Communications
Fundamentals of PR: Wk 4 - Strategic CommunicationsFundamentals of PR: Wk 4 - Strategic Communications
Fundamentals of PR: Wk 4 - Strategic Communications
Jordan Williams
 
Unit 4: Long term- Capital budgeting and its types
Unit 4: Long term- Capital budgeting and its typesUnit 4: Long term- Capital budgeting and its types
Unit 4: Long term- Capital budgeting and its types
bharath321164
 
Timber Pitch Roof Construction Measurement-2024.pptx
Timber Pitch Roof Construction Measurement-2024.pptxTimber Pitch Roof Construction Measurement-2024.pptx
Timber Pitch Roof Construction Measurement-2024.pptx
Tantish QS, UTM
 
How to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
How to Customize Your Financial Reports & Tax Reports With Odoo 17 AccountingHow to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
How to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
Celine George
 
New Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptxNew Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptx
milanasargsyan5
 
Vitamins Chapter-7, Biochemistry and clinical pathology, D.Pharm 2nd year
Vitamins Chapter-7, Biochemistry and clinical pathology, D.Pharm 2nd yearVitamins Chapter-7, Biochemistry and clinical pathology, D.Pharm 2nd year
Vitamins Chapter-7, Biochemistry and clinical pathology, D.Pharm 2nd year
ARUN KUMAR
 
High Performance Liquid Chromatography .pptx
High Performance Liquid Chromatography .pptxHigh Performance Liquid Chromatography .pptx
High Performance Liquid Chromatography .pptx
Ayush Srivastava
 
Anti-Depressants pharmacology 1slide.pptx
Anti-Depressants pharmacology 1slide.pptxAnti-Depressants pharmacology 1slide.pptx
Anti-Depressants pharmacology 1slide.pptx
Mayuri Chavan
 

Installating and Configuring Java, MySQL and BIRT.