Hello, so I have download a java program and am trying to run it on a webserver. I copy and paste all the file on the web server and have installed java on my computer, but when I visit the page it says I do not have java installed. The java files contains .jar files. What do I need to do to have it running on the webserver? do I need to install java on the webserver or something else? Thanks.
what webserver ? apache ? you need to copy those jar files in proper directories, java also need to be installed in the webserver ?