I am using a java file to generate a report. It is located on my local hard disk. When I call it using cmd prompt it produces output. I want to run this java file using php file.
The lines in cmd are
D:\>cd class
D:\>class> java Reportgeneration username password id date
These lines are used to execute the java file, how can I execute this code in a php script