5
I created a Java application here in my company but they want to call this application in Java via a site made in PHP. I wonder if it is possible to make a PHP code that calls a Java application, no matter the shape if it is by link per button or any other way.
So far what needs to be done and call my Java application via PHP and would like to know if this is possible to do and how this can be done.
hmm nice friend however make my java application in php is out of the question until then because it is java web and so my application consists of taking the macaddress of the machine of who accesses to be able to make a registration and in php it is not possible to do this kind of thing until where I know and clear
– Felipe Henrique
Then you need the Java application running from the client, running it from the server will get only the server mac, not the client.
– gmsantos
Maybe this question can help you: http://stackoverflow.com/questions/1420381/how-can-i-get-the-mac-and-the-ip-address-of-a-connected-client-in-php
– gmsantos