I am working on a JSP project that requires system Level privileges for example I want to achieve serial Port communication without any third party API and the Methods or the Interface that Is Used For Communication Is Placed Centrally On The Server ..
Is It Possible To Achieve The Above Using JAVA only .....?
I also Know That Java Has A Sandbox Which restricts its access and A resource That could Help Is JAVA SCRIPT .... Is There A Work around Or Any Suggestion That could be used TO achieve The Same Using JAva Only...
Thanks In Advance For your Time and Effort ...