Hi, I'm currently having problems trying to compile my Java file using a JSP/HTML page. Right now i have a HTML page with a button. That button is suppose to compile and run my JAVA file. Do i have to go thru a JSP for it to run my java file? or Can i do it directly thru my HTML? If yes, How do i do it?
