|
calling a java class from html
I've written a java class to access a mysql server database. The class works fine when run from the command line, but what I'd like to do is write an html file that will run and pass variables to the java class, so I can add objects to the database from the web page. However, I can't find how to even access a class from html, much less how to pass variables to it.
|