I would like to know how to run the following line of code using php (if its possible).
Javac e:\websites\HelloJava1.java
Basically I have a form which posts file name to the php form and i would like that to run the java compiler to create the class file. I can get the data to pass to the php page but when I try and run the command i don't get any response.
All help greatly appreciated.
Javac e:\websites\HelloJava1.java
Basically I have a form which posts file name to the php form and i would like that to run the java compiler to create the class file. I can get the data to pass to the php page but when I try and run the command i don't get any response.
All help greatly appreciated.