Send the content to a Java program and execute it

0

I wanted to know if there is a way, through a form with html, to send the data entered by the user and that this data is received in a Java program so that a program with these values is executed.

Currently the Java program I execute it by entering the data through a JOptionPane, and I would like to be able to do it from the web. That same can be done in another way, but it is the one that occurs to me.

    
asked by JetLagFox 15.06.2017 в 19:54
source

0 answers